Showing
1 changed file
with
7 additions
and
2 deletions
1 | 1 | /** |
2 | 2 | * 需要修改 |
3 | 3 | */ |
4 | -export const appId = 'wx0ad61d7bf6808e02' | |
5 | -export const appSecrect = '74d43eca92c728b56d6e624bd0b146b8' | |
4 | +const APPID = 'wxd5d018355f38262b' | |
5 | +const APPSECRECT = 'f6975fcc2248b1de2fdd2e40e9d21476' | |
6 | + | |
7 | +module.exports = { | |
8 | + appId: APPID, | |
9 | + appSecrect: APPSECRECT, | |
10 | +}; | ... | ... |