|
@@ -250,9 +250,9 @@ func (c *JSybController) PostFive() {
|
250
|
250
|
utils.ErrorLog("解析失败:%v", err)
|
251
|
251
|
return
|
252
|
252
|
}
|
253
|
|
- fmt.Println("2203A的time_stamp=" + respJSON["time_stamp"].(string))
|
|
253
|
+ //fmt.Println("2203A的time_stamp=" + respJSON["time_stamp"].(string))
|
254
|
254
|
result, request_log := service.Jsyb2204(respJSON["psn_no"].(string), respJSON["mdtrt_id"].(string), hp, respJSON["chrg_bchno"].(string), respJSON["org_name"].(string),
|
255
|
|
- respJSON["doctor"].(string), respJSON["dept"].(string), respJSON["fixmedins_code"].(string), respJSON["dept_code"].(string), respJSON["doctor_id"].(string), respJSON["insuplc_admdvs"].(string), respJSON["mdtrtarea_admvs"].(string), respJSON["diag_code"].(string), respJSON["secret_key"].(string), respJSON["balance_accounts_type"].(string), respJSON["url"].(string), respJSON["ak"].(string), respJSON["new_doctor_name"].(string), respJSON["time_stamp"].(string))
|
|
255
|
+ respJSON["doctor"].(string), respJSON["dept"].(string), respJSON["fixmedins_code"].(string), respJSON["dept_code"].(string), respJSON["doctor_id"].(string), respJSON["insuplc_admdvs"].(string), respJSON["mdtrtarea_admvs"].(string), respJSON["diag_code"].(string), respJSON["secret_key"].(string), respJSON["balance_accounts_type"].(string), respJSON["url"].(string), respJSON["ak"].(string), respJSON["new_doctor_name"].(string), "")
|
256
|
256
|
|
257
|
257
|
var dat map[string]interface{}
|
258
|
258
|
if err := json.Unmarshal([]byte(result), &dat); err == nil {
|