Jelajahi Sumber

修复支付

zhengjinyi 4 tahun lalu
induk
melakukan
5c342e18bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"){