|
@@ -117,8 +117,7 @@ export default defineComponent({
|
|
|
merOrderNo: props.paymentConfig.orderNo,
|
|
|
paymentChannel: payChannel, // 支付渠道
|
|
|
paymentType: paymentType,
|
|
|
- userId: props.paymentConfig.userId,
|
|
|
- wxPubAppId: props.paymentConfig.wxAppId
|
|
|
+ userId: props.paymentConfig.userId
|
|
|
};
|
|
|
|
|
|
const { data } = await request.post(
|