global-params.js 1.98 KB




// 生产
let global_wx_appid = "wx26be12d215d3d8cb";
let global_view_coupon_url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx26be12d215d3d8cb&redirect_uri=https://clubwx.hm.liby.com.cn/url/MRFZZf.htm&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wxa9f5d2a32cc7494a#wechat_redirect";
let global_view_integral_url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx26be12d215d3d8cb&redirect_uri=https://clubwx.hm.liby.com.cn/url/MRFZZf.htm&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wxa9f5d2a32cc7494a#wechat_redirect";
let global_wx_oauth_url = "https://clubwx.hm.liby.com.cn/api/getOpenId.htm";
let golbal_api_proxy = "https://api.k.wxpai.cn/bizproxy";
let golbal_member_card_url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx26be12d215d3d8cb&redirect_uri=https://clubwx.hm.liby.com.cn/me/actionMemberCardHtml.htm?codeStr=26&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wxa9f5d2a32cc7494a#wechat_redirect";


if (location.href.indexOf("h5.demo.k.wxpai.cn") > 0) {
    global_wx_appid = "wx9fc8816188c0ef2a";
    global_view_coupon_url = "https://clubwxuat.hm.liby.com.cn/integral/weixin_integral.htm?appId=wx9fc8816188c0ef2a";
    global_view_integral_url = "https://clubwxuat.hm.liby.com.cn/integral/weixin_integral.htm?appId=wx9fc8816188c0ef2a";
    global_wx_oauth_url = "http://clubwxuat.hm.liby.com.cn/api/getOpenId.htm";
    golbal_api_proxy = "https://ow.go.qudone.com";
}


// global_wx_appid = "wx9fc8816188c0ef2a";
// global_view_coupon_url = "https://clubwxuat.hm.liby.com.cn/integral/weixin_integral.htm?appId=wx9fc8816188c0ef2a";
// global_view_integral_url = "https://clubwxuat.hm.liby.com.cn/integral/weixin_integral.htm?appId=wx9fc8816188c0ef2a";
// global_wx_oauth_url = "http://clubwxuat.hm.liby.com.cn/api/getOpenId.htm";
// golbal_api_proxy = "https://ow.go.qudone.com";


// if (location.href.indexOf("//k.wxpai.cn") > 0) {
//   base = "https://api.k.wxpai.cn/bizproxy"
//   wxOauthUrl = "";
// }