Commit 755a8643 authored by tywldx's avatar tywldx

修改微信appid到测试专用

parent fb924dea
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
XyqbUserUrl: protocal + '//passport.domain.com', XyqbUserUrl: protocal + '//passport.domain.com',
px2rem: 100, px2rem: 100,
domain: domain, domain: domain,
weixinAppid:'wx89894cd83d117b26', weixinAppid:'wx7188560d6923088d',//'wx89894cd83d117b26',
weixinUri:encodeURIComponent('http://wechattest1.domain.com/api/coupon/activity/wechat/rent_house/bargain'), weixinUri:encodeURIComponent('http://wechattest1.domain.com/api/coupon/activity/wechat/rent_house/bargain'),
rentingApi:protocal + "//api.domain.com", rentingApi:protocal + "//api.domain.com",
rentingUrl:protocal + "//activity.domain.com", rentingUrl:protocal + "//activity.domain.com",
......
let protocol = window.location.protocol let protocol = window.location.protocol
module.exports = { module.exports = {
api: protocol + "//passportapi2.domain.com", api: protocol + "//passportapi2.domain.com",
weixinAppid: 'wx89894cd83d117b26', weixinAppid: 'wx7188560d6923088d', //'wx89894cd83d117b26'
weixinUri: protocol + '//passportapi.domain.com/wechat/receiveCode/extdata/', weixinUri: protocol + '//passportapi.domain.com/wechat/receiveCode/extdata/',
test: true, test: true,
domain: "passport.domain.com" domain: "passport.domain.com"
......
let protocol = window.location.protocol let protocol = window.location.protocol
module.exports = { module.exports = {
api: protocol + "//passportapi2.domain.com", api: protocol + "//passportapi2.domain.com",
weixinAppid: 'wx89894cd83d117b26', weixinAppid: 'wx7188560d6923088d',//'wx89894cd83d117b26',
//h5-liangkebang.com固定地址,不允许修改成namespace。因为线上公众号授信域名为h5.liangkebang.com //h5-liangkebang.com固定地址,不允许修改成namespace。因为线上公众号授信域名为h5.liangkebang.com
weixinUri: protocol + '//h5.liangkebang.com/wechat/receiveCode/extdata/', weixinUri: protocol + '//h5.liangkebang.com/wechat/receiveCode/extdata/',
test: true, test: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment