|
@@ -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"){
|