feat(tenpaybusiness): 新增智能分账相关接口

This commit is contained in:
Fu Diwei
2023-04-16 01:54:47 +08:00
parent b6e5fc1dac
commit 646d86d61c
36 changed files with 1506 additions and 5 deletions

View File

@@ -104,6 +104,26 @@
- 支付关单:`ClosePayment`
- 智能分账:
- 分账接收方账户查询:`QueryProfitAllocationReceiverAccounts`
- 添加分账接收方账户申请:`CreateProfitAllocationReceiverAccountApplication`
- 查询添加分账接收方账户申请结果(内单号):`GetProfitAllocationReceiverAccountApplicationByApplicationId`
- 查询添加分账接收方账户申请结果(外单号):`GetProfitAllocationReceiverAccountApplicationByOutApplicationId`
- 分账申请:`CreateProfitAllocation`
- 解冻剩余资金:`SetProfitAllocationFinished`
- 分账查询(内单号):`GetProfitAllocationAmountByPaymentId`
- 分账查询(外单号):`GetProfitAllocationAmountByOutPaymentId`
- 查询订单剩余待分金额:`GetProfitAllocationByOutAllocationId`
- 账单下载:
- 获取资金账单下载链接:`GetBill`