update 分账方法

This commit is contained in:
2023-08-22 17:34:35 +08:00
parent 1797066dd6
commit b37193d4cf
3 changed files with 15 additions and 7 deletions

View File

@@ -162,9 +162,9 @@ public interface IOrderBasicInfoService {
* @return
* @throws BaseAdaPayException
*/
OrderSettleResult doPaymentConfirm(OrderBasicInfo orderBasicInfo, AdapayMemberAccount adapayMemberAccount) throws BaseAdaPayException;
OrderSettleResult doPaymentConfirm(OrderBasicInfo orderBasicInfo, AdapayMemberAccount adapayMemberAccount, String wechatAppId) throws BaseAdaPayException;
/**
/**
* 批量查询订单
* @param orderCodeList
* @return