...
|
...
|
@@ -8,8 +8,8 @@ |
|
|
const request = require('request-promise');
|
|
|
const Promise = require('bluebird');
|
|
|
const crypto = require('crypto');
|
|
|
const logger = require('../../../library/logger');
|
|
|
const cache = require('../../../library/cache');
|
|
|
const logger = global.yoho.logger;
|
|
|
const cache = global.yoho.cache;
|
|
|
|
|
|
// 此处请勿使用有货公众号的 appId, 此处使用的是 女生志 的appId
|
|
|
const appId = 'wxb52ec6a352f0b090';
|
...
|
...
|
|