|
@@ -1295,7 +1295,6 @@ type ResultSeven struct {
|
1295
|
1295
|
PsnType string `json:"psn_type"`
|
1296
|
1296
|
SetlID string `json:"setl_id"`
|
1297
|
1297
|
SetlTime string `json:"setl_time"`
|
1298
|
|
- HifobPay float64 `json:"hifob_pay"`
|
1299
|
1298
|
} `json:"setlinfo"`
|
1300
|
1299
|
} `json:"output"`
|
1301
|
1300
|
RefmsgTime string `json:"refmsg_time"`
|
|
@@ -1393,6 +1392,7 @@ type ResultEleven struct {
|
1393
|
1392
|
MedinsSetlId string `json:"medins_setl_id"`
|
1394
|
1393
|
RefdSetlFlag string `json:"refd_setl_flag"`
|
1395
|
1394
|
SetlTime string `json:"setl_time"`
|
|
1395
|
+ HifobPay float64 `json:"hifob_pay"`
|
1396
|
1396
|
} `json:"setlinfo"`
|
1397
|
1397
|
} `json:"output"`
|
1398
|
1398
|
RefmsgTime string `json:"refmsg_time"`
|