update jd_lotteryMachine.js

This commit is contained in:
lxk0301
2021-05-25 08:44:29 +08:00
parent 88ba6bcd8f
commit da3d9f04cf

View File

@ -5,7 +5,7 @@ github https://github.com/yangtingxiao
活动入口京东APP中各种抽奖活动的汇总 活动入口京东APP中各种抽奖活动的汇总
修改自用 By lxk0301 修改自用 By lxk0301
更新时间2021-05-21 18:10 更新时间2021-05-25 8:50
*/ */
const $ = new Env('京东抽奖机&内部互助'); const $ = new Env('京东抽奖机&内部互助');
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
@ -18,7 +18,7 @@ Object.keys(jdCookieNode).forEach((item) => {
if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => {}; if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => {};
if (JSON.stringify(process.env).indexOf('GITHUB') > -1) process.exit(0); if (JSON.stringify(process.env).indexOf('GITHUB') > -1) process.exit(0);
const appIdArr = ['1EFRRxA','1EFRQwA','1EFRYxQ','1EFRXxg','1EFVRwA','1EFRYxA','1EFRZwA','1EFRZwQ','1EFRYwA']; const appIdArr = ['1EFRRxA','1EFRQwA','1EFRYxQ','1EFRXxg','1EFVRwA','1EFVRxw','1EFRZwA','1EFRZwQ','1EFRYwA'];
const homeDataFunPrefixArr = ['interact_template','interact_template','harmony_template','','','','','','','','','','','','','','','interact_template','interact_template']; const homeDataFunPrefixArr = ['interact_template','interact_template','harmony_template','','','','','','','','','','','','','','','interact_template','interact_template'];
const collectScoreFunPrefixArr = ['','','','','','','','','','','','','','','','','','interact_template','interact_template']; const collectScoreFunPrefixArr = ['','','','','','','','','','','','','','','','','','interact_template','interact_template'];
$.allShareId = {}; $.allShareId = {};