lrf402788946 4 years ago
parent
commit
2135825835
4 changed files with 7 additions and 7 deletions
  1. 1 1
      app/service/wechat.js
  2. 1 1
      app/service/wxpay.js
  3. 3 3
      config/config.default.js
  4. 2 2
      config/config.local.js

+ 1 - 1
app/service/wechat.js

@@ -5,7 +5,7 @@ class WechatService extends Service {
 
   constructor(ctx) {
     super(ctx);
-    this.appid = 'wxdf3ed83c095be97a';
+    this.appid = 'wxa9997e40dea04213';
   }
 
   // 发送微信模板消息

+ 1 - 1
app/service/wxpay.js

@@ -8,7 +8,7 @@ class WxPayService extends Service {
 
   constructor(ctx) {
     super(ctx);
-    this.abc = 'wxdf3ed83c095be97a';
+    this.abc = 'wxa9997e40dea04213';
   }
 
   // 把金额转为分

+ 3 - 3
config/config.default.js

@@ -28,8 +28,8 @@ module.exports = appInfo => {
   config.hostHeaders = 'x-forwarded-host';
 
   config.wxapi = {
-    appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
-    appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
+    appid: 'wxa9997e40dea04213', // 微信公众号APPID
+    appSecret: '337c857cb9f66939acb499852057eca4',
     baseUrl: 'http://wx.cc-lotus.info', // 微信网关地址
     mchid: '1505364491', // 商户ID
     mchkey: '1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik9', // 商户key
@@ -64,7 +64,7 @@ module.exports = appInfo => {
   // base路径
   config.sendDirMq = 'http://wx.cc-lotus.info/api.weixin.qq.com/cgi-bin/message/template/send?appid=';
   // appID
-  config.appid = 'wxdf3ed83c095be97a';
+  config.appid = 'wxa9997e40dea04213';
   config.REVIEW_TEMPLATE_ID = 'BI4h0AQpdctm74I7-7PyHAspSMX2oJOTJVQsgrppOag';
 
   config.multipart = {

+ 2 - 2
config/config.local.js

@@ -9,8 +9,8 @@ module.exports = () => {
   };
 
   config.wxapi = {
-    appid: 'wxdf3ed83c095be97a', // 微信公众号APPID
-    appSecret: 'd85dbe075c090cb12ce416bbda8e698c',
+    appid: 'wxa9997e40dea04213', // 微信公众号APPID
+    appSecret: '337c857cb9f66939acb499852057eca4',
     baseUrl: 'http://wx.cc-lotus.info', // 微信网关地址
     mchid: '1505364491', // 商户ID
     mchkey: '1qaz2wsx3edc4rfv5tgb6yhn7ujm8ik9', // 商户key