1
This commit is contained in:
@@ -421,7 +421,7 @@ type SeparateResultQueryResp struct {
|
||||
DetailDatas []struct {
|
||||
RecvMerchantNo string `json:"recv_merchant_no"` // 接收方商户号
|
||||
RecvNo string `json:"recv_no"` // 接收方编号
|
||||
Amt string `json:"amt"` // 分账金额
|
||||
Amt int64 `json:"amt"` // 分账金额
|
||||
} `json:"detail_datas"` // 明细数据
|
||||
SeparateType string `json:"separate_type"` //
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user