扫码支付

This commit is contained in:
wuxw 2023-11-23 00:50:52 +08:00
parent f4607eeb54
commit 1c512c4826
2 changed files with 4 additions and 1 deletions

View File

@ -336,7 +336,9 @@
authCode: $that.batchPayFeeOrderInfo.authCode,
receivedAmount: $that.batchPayFeeOrderInfo.feePrices,
subServiceCode: 'fee.payBatchFee',
orderId: $that.batchPayFeeOrderInfo.orderId
orderId: $that.batchPayFeeOrderInfo.orderId,
paymentPoolId: $that.batchPayFeeOrderInfo.paymentPoolId
}
vc.http.apiPost(
'/payment.checkPayFinish',

View File

@ -298,6 +298,7 @@
authCode: $that.owePayFeeOrderInfo.authCode,
receivedAmount: $that.owePayFeeOrderInfo.feePrices,
orderId: $that.owePayFeeOrderInfo.orderId,
paymentPoolId:$that.owePayFeeOrderInfo.paymentPoolId,
subServiceCode: 'fee.payOweFee'
}
vc.http.apiPost(