Prechádzať zdrojové kódy

Revert "修改参数"

This reverts commit 64c993696ffdf4dce5453e42a0d4a3eb2099eb59.
lex-xin 4 mesiacov pred
rodič
commit
6a6ba6fb6d

+ 1 - 2
src/views/adapay/pay-define/index.tsx

@@ -37,8 +37,7 @@ export default defineComponent({
           merOrderNo: state.orderNo,
           paymentChannel: state.pay_channel, // 支付渠道
           userId: state.userId,
-          code: state.code,
-          wxPubAppId: state.wxAppId
+          code: state.code
         };
         // 判断是否是微信公众号支付
         // if (state.pay_channel == 'wx_pub') {

+ 1 - 2
src/views/adapay/pay-result-wechat/index.tsx

@@ -81,8 +81,7 @@ export default defineComponent({
           merOrderNo: state.orderNo,
           paymentChannel: state.pay_channel, // 支付渠道
           userId: state.userId,
-          code: state.code,
-          wxPubAppId: state.wxAppId
+          code: state.code
         };
         //     // 判断是否是微信公众号支付
         // if (state.pay_channel == 'wx_pub') {

+ 1 - 2
src/views/adapay/pay-result/index.tsx

@@ -81,8 +81,7 @@ export default defineComponent({
           merOrderNo: state.orderNo,
           paymentChannel: state.pay_channel, // 支付渠道
           userId: state.userId,
-          code: state.code,
-          wxPubAppId: state.wxAppId
+          code: state.code
         };
         //     // 判断是否是微信公众号支付
         // if (state.pay_channel == 'wx_pub') {

+ 1 - 2
src/views/adapay/payment/index.tsx

@@ -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(