Browse Source

修改appid

zs 1 year ago
parent
commit
c0c55a64b8
3 changed files with 6 additions and 6 deletions
  1. 2 2
      src/config/config.default.ts
  2. 2 2
      src/config/config.local.ts
  3. 2 2
      src/config/config.prod.ts

+ 2 - 2
src/config/config.default.ts

@@ -32,8 +32,8 @@ export default {
   wechatSetting: {
   wechatSetting: {
     // 耗材
     // 耗材
     materialApp: {
     materialApp: {
-      appid: 'wx23c71bee5876d1b9',
-      secret: 'aa942570f1d056adf7891a32eb87a818',
+      appid: 'wx34436977cd1e02e4',
+      secret: 'aa4ee5fbafc1dae54660f5aab133e612',
     },
     },
   },
   },
 } as MidwayConfig;
 } as MidwayConfig;

+ 2 - 2
src/config/config.local.ts

@@ -44,8 +44,8 @@ export default {
   wechatSetting: {
   wechatSetting: {
     // 耗材
     // 耗材
     materialApp: {
     materialApp: {
-      appid: 'wx23c71bee5876d1b9',
-      secret: 'aa942570f1d056adf7891a32eb87a818',
+      appid: 'wx34436977cd1e02e4',
+      secret: 'aa4ee5fbafc1dae54660f5aab133e612',
     },
     },
   },
   },
 } as MidwayConfig;
 } as MidwayConfig;

+ 2 - 2
src/config/config.prod.ts

@@ -44,8 +44,8 @@ export default {
   wechatSetting: {
   wechatSetting: {
     // 耗材
     // 耗材
     materialApp: {
     materialApp: {
-      appid: 'wx23c71bee5876d1b9',
-      secret: 'aa942570f1d056adf7891a32eb87a818',
+      appid: 'wx34436977cd1e02e4',
+      secret: 'aa4ee5fbafc1dae54660f5aab133e612',
     },
     },
   },
   },
 } as MidwayConfig;
 } as MidwayConfig;