浏览代码

医保对接

csx 4 年前
父节点
当前提交
0574c66f56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go 查看文件

@@ -1243,7 +1243,6 @@ type ResultSeven struct {
1243 1243
 			PsnType         string  `json:"psn_type"`
1244 1244
 			SetlID          string  `json:"setl_id"`
1245 1245
 			SetlTime        string  `json:"setl_time"`
1246
-			HifobPay        float64 `json:"hifob_pay"`
1247 1246
 		} `json:"setlinfo"`
1248 1247
 	} `json:"output"`
1249 1248
 	RefmsgTime  string      `json:"refmsg_time"`
@@ -1341,6 +1340,7 @@ type ResultEleven struct {
1341 1340
 			MedinsSetlId    string  `json:"medins_setl_id"`
1342 1341
 			RefdSetlFlag    string  `json:"refd_setl_flag"`
1343 1342
 			SetlTime        string  `json:"setl_time"`
1343
+			HifobPay        float64 `json:"hifob_pay"`
1344 1344
 		} `json:"setlinfo"`
1345 1345
 	} `json:"output"`
1346 1346
 	RefmsgTime  string      `json:"refmsg_time"`