mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 00:08:35 +08:00
update 订单分账
This commit is contained in:
@@ -1413,12 +1413,14 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
|||||||
PaymentConfirmParam param = PaymentConfirmParam.builder()
|
PaymentConfirmParam param = PaymentConfirmParam.builder()
|
||||||
.paymentId(paymentId)
|
.paymentId(paymentId)
|
||||||
.divMemberList(divMemberList)
|
.divMemberList(divMemberList)
|
||||||
.confirmAmt(confirmAmt)
|
.confirmAmt(deductionAmount)
|
||||||
.orderCode(orderCode)
|
.orderCode(orderCode)
|
||||||
.wechatAppId(wechatAppId)
|
.wechatAppId(wechatAppId)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// 延时分账,使用确认交易API
|
// 延时分账,使用确认交易API
|
||||||
|
// PaymentConfirmResponse paymentConfirmResponse = adapayService.createPaymentConfirmRequest(paymentId,
|
||||||
|
// adapayMemberAccount, deductionAmount, orderCode, wechatAppId);
|
||||||
PaymentConfirmResponse paymentConfirmResponse = adapayService.createPaymentConfirmRequest(param);
|
PaymentConfirmResponse paymentConfirmResponse = adapayService.createPaymentConfirmRequest(param);
|
||||||
|
|
||||||
if (paymentConfirmResponse != null && paymentConfirmResponse.isNotFailed()) {
|
if (paymentConfirmResponse != null && paymentConfirmResponse.isNotFailed()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user