lrf402788946 vor 4 Jahren
Ursprung
Commit
1f2387b21a
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      config/config.default.js

+ 5 - 2
config/config.default.js

@@ -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,