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"` //
|
||||
}
|
||||
|
||||
@@ -101,3 +101,7 @@ func TestSeparateQueryAmt(t *testing.T) {
|
||||
// },
|
||||
// })
|
||||
//}
|
||||
|
||||
func TestSeparateResultQuery(t *testing.T) {
|
||||
api.SeparateResultQuery("822651059990E2S", "20250806770188016288059000")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user