1
This commit is contained in:
@@ -16,17 +16,18 @@ const (
|
||||
|
||||
// 分账前置
|
||||
const (
|
||||
SeparateAccountTestUrl = "https://test.wsmsd.cn/sit/api/v2/mms/openApi/ledger" // 测试
|
||||
SeparateAccountProdUrl = "https://s2.lakala.com/api/v2/mms/openApi/ledger" // 生产
|
||||
SeparateAccountTestUrl = "https://test.wsmsd.cn/sit/api/v2/mms/openApi/" // 测试
|
||||
SeparateAccountProdUrl = "https://s2.lakala.com/api/v2/mms/openApi/" // 生产
|
||||
|
||||
SeparateAccountApplyAction = "applyLedgerMer" // 商户申请开通分账
|
||||
SeparateAccountModifyAction = "modifyLedgerMer" // 商户变更申请开通分账
|
||||
SeparateAccountQueryAction = "queryLedgerMer" // 商户分账信息查询
|
||||
SeparateReceiverApplyAction = "applyLedgerReceiver" // 分账接受方创建
|
||||
SeparateReceiverModifyAction = "modifyLedgerReceiver" // 分账接受方变更
|
||||
SeparateReceiverQueryAction = "queryReceiverDetail" // 分账接受方查询
|
||||
SeparateBindAction = "applyBind" // 分账关系绑定
|
||||
SeparateUnBindAction = "applyUnBind" // 分账关系解除绑定
|
||||
SeparateAccountApplyAction = "ledger/applyLedgerMer" // 商户申请开通分账
|
||||
SeparateAccountModifyAction = "ledger/modifyLedgerMer" // 商户变更申请开通分账
|
||||
SeparateAccountQueryAction = "ledger/queryLedgerMer" // 商户分账信息查询
|
||||
SeparateReceiverApplyAction = "ledger/applyLedgerReceiver" // 分账接受方创建
|
||||
SeparateReceiverModifyAction = "ledger/modifyLedgerReceiver" // 分账接受方变更
|
||||
SeparateReceiverQueryAction = "ledger/queryReceiverDetail" // 分账接受方查询
|
||||
SeparateBindAction = "ledger/applyBind" // 分账关系绑定
|
||||
SeparateUnBindAction = "ledger/applyUnBind" // 分账关系解除绑定
|
||||
SeparateCardBinAction = "cardBin" // 卡BIN查询
|
||||
)
|
||||
|
||||
// 分账
|
||||
|
||||
Reference in New Issue
Block a user