|
@@ -83,8 +83,7 @@ module.exports = appInfo => {
|
|
|
// 服务器发布路径
|
|
|
config.baseUrl = 'http://broadcast.waityou24.cn';
|
|
|
config.wxapi = {
|
|
|
- // appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
|
|
|
- // appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
|
|
|
+
|
|
|
baseUrl: 'http://wx.cc-lotus.info', // 微信网关地址
|
|
|
kjzl: {
|
|
|
appid: 'wxcf1b5457939b0932',
|
|
@@ -98,6 +97,10 @@ module.exports = appInfo => {
|
|
|
appid: 'wxc98fa7131638a37c',
|
|
|
appSecret: 'f55f1734ee919a8e4eac64aea67f350a',
|
|
|
},
|
|
|
+ free: {
|
|
|
+ appid: 'wxdf3ed83c095be97a',
|
|
|
+ appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
|
|
|
+ },
|
|
|
};
|
|
|
return {
|
|
|
...config,
|