zs hace 1 año
padre
commit
443b9e7d1d
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      src/config/config.default.ts
  2. 1 1
      src/config/config.local.ts
  3. 1 1
      src/config/config.prod.ts

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

@@ -33,7 +33,7 @@ export default {
     // 耗材
     materialApp: {
       appid: 'wx23c71bee5876d1b9',
-      secret: '95a801d6d2bccd678065d7443029fcc6',
+      secret: 'aa942570f1d056adf7891a32eb87a818',
     },
   },
 } as MidwayConfig;

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

@@ -45,7 +45,7 @@ export default {
     // 耗材
     materialApp: {
       appid: 'wx23c71bee5876d1b9',
-      secret: '95a801d6d2bccd678065d7443029fcc6',
+      secret: 'aa942570f1d056adf7891a32eb87a818',
     },
   },
 } as MidwayConfig;

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

@@ -45,7 +45,7 @@ export default {
     // 耗材
     materialApp: {
       appid: 'wx23c71bee5876d1b9',
-      secret: '95a801d6d2bccd678065d7443029fcc6',
+      secret: 'aa942570f1d056adf7891a32eb87a818',
     },
   },
 } as MidwayConfig;