|
@@ -1226,6 +1226,8 @@ type ResultSeven struct {
|
1226
|
1226
|
Insutype string `json:"insutype"`
|
1227
|
1227
|
MafPay float64 `json:"maf_pay"`
|
1228
|
1228
|
MdtrtCertType string `json:"mdtrt_cert_type"`
|
|
1229
|
+ HifobPay float64 `json:"hifob_pay"`
|
|
1230
|
+
|
1229
|
1231
|
MdtrtID string `json:"mdtrt_id"`
|
1230
|
1232
|
MedType string `json:"med_type"`
|
1231
|
1233
|
MedfeeSumamt float64 `json:"medfee_sumamt"`
|
|
@@ -1306,11 +1308,11 @@ type ResultEleven struct {
|
1306
|
1308
|
Infcode int64 `json:"infcode"`
|
1307
|
1309
|
Output struct {
|
1308
|
1310
|
Setlinfo struct {
|
1309
|
|
- FixmedinsName string `json:"fixmedins_name"`
|
1310
|
|
- FixmedinsCode string `json:"fixmedins_code"`
|
1311
|
|
- PsnNo string `json:"psn_no"`
|
1312
|
|
- PsnName string `json:"psn_name"`
|
1313
|
|
-
|
|
1311
|
+ FixmedinsName string `json:"fixmedins_name"`
|
|
1312
|
+ FixmedinsCode string `json:"fixmedins_code"`
|
|
1313
|
+ PsnNo string `json:"psn_no"`
|
|
1314
|
+ PsnName string `json:"psn_name"`
|
|
1315
|
+ HifobPay float64 `json:"hifob_pay"`
|
1314
|
1316
|
Gend string `json:"gend"`
|
1315
|
1317
|
Brdy string `json:"brdy"`
|
1316
|
1318
|
PsnCertType string `json:"psn_cert_type"`
|
|
@@ -1340,7 +1342,6 @@ type ResultEleven struct {
|
1340
|
1342
|
MedinsSetlId string `json:"medins_setl_id"`
|
1341
|
1343
|
RefdSetlFlag string `json:"refd_setl_flag"`
|
1342
|
1344
|
SetlTime string `json:"setl_time"`
|
1343
|
|
- HifobPay float64 `json:"hifob_pay"`
|
1344
|
1345
|
} `json:"setlinfo"`
|
1345
|
1346
|
} `json:"output"`
|
1346
|
1347
|
RefmsgTime string `json:"refmsg_time"`
|