瀏覽代碼

修复支付

zhengjinyi 4 年之前
父節點
當前提交
5c342e18bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"){