feat(tenpayv3): 新增平台售后赔付相关接口

This commit is contained in:
Fu Diwei
2025-03-14 15:36:45 +08:00
parent 795033607c
commit 11429cbb66
37 changed files with 697 additions and 4 deletions

View File

@@ -1056,14 +1056,12 @@
- 查询二级商户可扫码充值员工列表:`QueryPlatformSolutionEcommerceRechargeEmployees`
- 平台收付通(赔
- 平台收付通(平台保险理赔)
- 开通保险理赔功能:`ApplyPlatformSolutionEcommerceInsuranceCompensationContract`
- 查询保险理赔功能开通状态:`GetPlatformSolutionEcommerceInsuranceCompensationContractBySubMerchantId`
- 平台收付通(平台保险理赔)
- 请求保险理赔:`CreatePlatformSolutionEcommerceMerchantTransferInsuranceClaimBill`
- 请求保险理赔预下单:`CreatePlatformSolutionEcommerceMerchantTransferInsuranceClaimBillPreTransfer`
@@ -1072,6 +1070,16 @@
- 查询保险理赔结果:`GetPlatformSolutionEcommerceMerchantTransferInsuranceClaimBillByOutBillNumber` / `GetPlatformSolutionEcommerceMerchantTransferInsuranceClaimBillByBillId`
- 平台收付通(平台售后赔付)
- 请求赔付:`CreatePlatformSolutionEcommerceMerchantTransferCompensateBill`
- 请求赔付预下单:`CreatePlatformSolutionEcommerceMerchantTransferCompensateBillPreTransfer`
- 请求撤销赔付:`CancelPlatformSolutionEcommerceMerchantTransferCompensateBill`
- 查询赔付结果:`GetPlatformSolutionEcommerceMerchantTransferCompensateBillByOutBillNumber` / `GetPlatformSolutionEcommerceMerchantTransferCompensateBillByBillId`
- 代金券
- 创建代金券批次:`CreateMarketingFavorStock`