瀏覽代碼

修改appid

zs 1 年之前
父節點
當前提交
c0c55a64b8
共有 3 個文件被更改,包括 6 次插入6 次删除
  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: {
     // 耗材
     materialApp: {
-      appid: 'wx23c71bee5876d1b9',
-      secret: 'aa942570f1d056adf7891a32eb87a818',
+      appid: 'wx34436977cd1e02e4',
+      secret: 'aa4ee5fbafc1dae54660f5aab133e612',
     },
   },
 } as MidwayConfig;

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

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

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

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