|
@@ -170,7 +170,7 @@ var payContainer = new Vue({
|
|
|
productId:_self.productID,
|
|
|
payAmount:_self.payAmount
|
|
|
};
|
|
|
- _self.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea43a0f9ebce9e66&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
+ _self.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
location.href = _self.payInfo.payMobileUrl;
|
|
|
}else{
|
|
|
_self.payInfo.payData = {//二手
|
|
@@ -192,7 +192,7 @@ var payContainer = new Vue({
|
|
|
orderID:_self.payInfo.payOrderId,
|
|
|
payAmount:_self.payAmount
|
|
|
};
|
|
|
- _self.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea43a0f9ebce9e66&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
+ _self.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state="+JSON.stringify(orderInfo)+"#wechat_redirect";
|
|
|
location.href = _self.payInfo.payMobileUrl;
|
|
|
}else{
|
|
|
_self.payInfo.payData = {//正常订单
|
|
@@ -625,7 +625,7 @@ var payContainer = new Vue({
|
|
|
vipRecordId: this.vipRecordId,
|
|
|
payAmount: this.payAmount
|
|
|
};
|
|
|
- this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxea43a0f9ebce9e66&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
+ this.payInfo.payMobileUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx91c4152b60ca91a3&redirect_uri=https://www.caimei365.com/pay/wechatpay.html&response_type=code&scope=snsapi_base&state=" + JSON.stringify(orderInfo) + "#wechat_redirect";
|
|
|
location.href = this.payInfo.payMobileUrl;
|
|
|
} else {
|
|
|
this.payInfo.payData = {
|