1
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
// 分账前置
|
||||
const (
|
||||
SeparateAccountTestUrl = "https://test.wsmsd.cn/sit/api/v2/mms/openApi/" // 测试
|
||||
SeparateAccountProdUrl = "https://s2.lakala.com/api/v2/mms/openApi/" // 生产
|
||||
SeparateAccountProdUrl = "https://s2.lakala.com/api/v2/mms/openApi" // 生产
|
||||
|
||||
SeparateAccountApplyAction = "ledger/applyLedgerMer" // 商户申请开通分账
|
||||
SeparateAccountModifyAction = "ledger/modifyLedgerMer" // 商户变更申请开通分账
|
||||
@@ -405,7 +405,7 @@ type SeparateResultQueryResp struct {
|
||||
RecvMerchantNo string `json:"recv_merchant_no"` // 接收方商户号
|
||||
RecvNo string `json:"recv_no"` // 接收方编号
|
||||
Amt string `json:"amt"` // 分账金额
|
||||
} `json:"detail_datas"` // 明细数据
|
||||
} `json:"detail_datas"` // 明细数据
|
||||
SeparateType string `json:"separate_type"` //
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user