Browse Source

修复支付

zhengjinyi 4 năm trước cách đây
mục cha
commit
5c342e18bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/static/js/pay/caimei-wechatpay.js

+ 1 - 1
src/main/resources/static/js/pay/caimei-wechatpay.js

@@ -46,7 +46,7 @@ var payContainer = new Vue({
                 productId:_this.productId,
                 returnUrl:'https://www.caimei365.com/',
             };
-            PayApi.PayOrdersecondHandPay(params,function(response){
+            PayApi.PayOrderMiniWxPay(params,function(response){
                 if(response.code == 0){
                     var PayInfo = JSON.parse(response.data.data.payInfo);
                     if (typeof WeixinJSBridge == "undefined"){