|
@@ -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"`
|