|
@@ -28,6 +28,7 @@ var hlbWechatMixin = function () {
|
|
vipRecordId: _this.vipRecordId,
|
|
vipRecordId: _this.vipRecordId,
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
};
|
|
};
|
|
|
|
+ console.log('=========>超级会员合利宝公众号支付',params)
|
|
PayApi.PayVipMiniWxPay(params,function(response){
|
|
PayApi.PayVipMiniWxPay(params,function(response){
|
|
_this.hlb_handlResponse(response)
|
|
_this.hlb_handlResponse(response)
|
|
});
|
|
});
|
|
@@ -44,6 +45,7 @@ var hlbWechatMixin = function () {
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
source:2 //支付来源 1 小程序 2 WWW
|
|
source:2 //支付来源 1 小程序 2 WWW
|
|
};
|
|
};
|
|
|
|
+ console.log('=========>优惠券合利宝公众号支付',params)
|
|
PayApi.PayCouponMiniWxPay(params,function(response){
|
|
PayApi.PayCouponMiniWxPay(params,function(response){
|
|
_this.hlb_handlResponse(response)
|
|
_this.hlb_handlResponse(response)
|
|
});
|
|
});
|
|
@@ -58,6 +60,7 @@ var hlbWechatMixin = function () {
|
|
vipRecordId: _this.vipRecordId,
|
|
vipRecordId: _this.vipRecordId,
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
};
|
|
};
|
|
|
|
+ console.log('=========>认证通会员合利宝公众号支付',params)
|
|
PayApi.PayAuthVipMiniWxPay(params,function(response){
|
|
PayApi.PayAuthVipMiniWxPay(params,function(response){
|
|
_this.hlb_handlResponse(response)
|
|
_this.hlb_handlResponse(response)
|
|
});
|
|
});
|
|
@@ -71,6 +74,7 @@ var hlbWechatMixin = function () {
|
|
productId: _this.productId,
|
|
productId: _this.productId,
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
returnUrl: 'https://www.caimei365.com/',
|
|
};
|
|
};
|
|
|
|
+ console.log('=========>二手发布合利宝公众号支付',params)
|
|
PayApi.PayOrdersecondWechat(params,function(response){
|
|
PayApi.PayOrdersecondWechat(params,function(response){
|
|
_this.hlb_handlResponse(response)
|
|
_this.hlb_handlResponse(response)
|
|
});
|
|
});
|