|
|
|
|
1240
|
timestamp := time.Now().Unix()
|
1240
|
timestamp := time.Now().Unix()
|
1241
|
signature := setSignature(timestamp, nonce, secret_key)
|
1241
|
signature := setSignature(timestamp, nonce, secret_key)
|
1242
|
tempTime := time.Unix(timestamp, 0)
|
1242
|
tempTime := time.Unix(timestamp, 0)
|
1243
|
- timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
|
|
|
|
1243
|
+ //timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
1244
|
|
1244
|
|
1245
|
timeFormatTwo := tempTime.Format("2006-01-02")
|
1245
|
timeFormatTwo := tempTime.Format("2006-01-02")
|
1246
|
|
1246
|
|
|
|
|
|
1259
|
inputData["hosp_ide_date"] = timeFormatTwo // 险种类型(来自1101接口返回)
|
1259
|
inputData["hosp_ide_date"] = timeFormatTwo // 险种类型(来自1101接口返回)
|
1260
|
inputData["diag_dr_codg"] = doctor_id // 开始时间
|
1260
|
inputData["diag_dr_codg"] = doctor_id // 开始时间
|
1261
|
inputData["diag_dr_name"] = doctor // 开始时间
|
1261
|
inputData["diag_dr_name"] = doctor // 开始时间
|
1262
|
- inputData["begndate"] = timeFormatOne // 医师编码
|
|
|
|
|
1262
|
+ inputData["begndate"] = timeFormatTwo // 医师编码
|
1263
|
inputData["tel"] = "" // 医师编码
|
1263
|
inputData["tel"] = "" // 医师编码
|
1264
|
inputData["addr"] = "" // 医师编码
|
1264
|
inputData["addr"] = "" // 医师编码
|
1265
|
inputData["enddate"] = "" // 医师编码
|
1265
|
inputData["enddate"] = "" // 医师编码
|