mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
扫码支付
This commit is contained in:
parent
f4607eeb54
commit
1c512c4826
@ -336,7 +336,9 @@
|
|||||||
authCode: $that.batchPayFeeOrderInfo.authCode,
|
authCode: $that.batchPayFeeOrderInfo.authCode,
|
||||||
receivedAmount: $that.batchPayFeeOrderInfo.feePrices,
|
receivedAmount: $that.batchPayFeeOrderInfo.feePrices,
|
||||||
subServiceCode: 'fee.payBatchFee',
|
subServiceCode: 'fee.payBatchFee',
|
||||||
orderId: $that.batchPayFeeOrderInfo.orderId
|
orderId: $that.batchPayFeeOrderInfo.orderId,
|
||||||
|
paymentPoolId: $that.batchPayFeeOrderInfo.paymentPoolId
|
||||||
|
|
||||||
}
|
}
|
||||||
vc.http.apiPost(
|
vc.http.apiPost(
|
||||||
'/payment.checkPayFinish',
|
'/payment.checkPayFinish',
|
||||||
|
|||||||
@ -298,6 +298,7 @@
|
|||||||
authCode: $that.owePayFeeOrderInfo.authCode,
|
authCode: $that.owePayFeeOrderInfo.authCode,
|
||||||
receivedAmount: $that.owePayFeeOrderInfo.feePrices,
|
receivedAmount: $that.owePayFeeOrderInfo.feePrices,
|
||||||
orderId: $that.owePayFeeOrderInfo.orderId,
|
orderId: $that.owePayFeeOrderInfo.orderId,
|
||||||
|
paymentPoolId:$that.owePayFeeOrderInfo.paymentPoolId,
|
||||||
subServiceCode: 'fee.payOweFee'
|
subServiceCode: 'fee.payOweFee'
|
||||||
}
|
}
|
||||||
vc.http.apiPost(
|
vc.http.apiPost(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user