...
|
...
|
@@ -12,8 +12,8 @@ const logger = require('../../../library/logger'); |
|
|
const cache = require('../../../library/cache');
|
|
|
|
|
|
// 此处请勿使用有货公众号的 appId, 此处使用的是 女生志 的appId
|
|
|
const appId = 'wx3de6d30e9567c227';
|
|
|
const secret = '1110772674e5751caad6563f2e9f0f53';
|
|
|
const appId = 'wxb52ec6a352f0b090';
|
|
|
const secret = '9fe6bedb0b7f30986a168c7fc44f34c0';
|
|
|
|
|
|
const sha1 = (str) => {
|
|
|
const generator = crypto.createHash('sha1');
|
...
|
...
|
|