From 135486a3ecd5082c1a5d26b2f297e5ca192187ea Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Tue, 1 Jun 2021 10:31:00 +0800 Subject: [PATCH] update --- jd_lotteryMachine.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jd_lotteryMachine.js b/jd_lotteryMachine.js index 65df994a..ce80b975 100644 --- a/jd_lotteryMachine.js +++ b/jd_lotteryMachine.js @@ -18,9 +18,10 @@ Object.keys(jdCookieNode).forEach((item) => { if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () => {}; if (JSON.stringify(process.env).indexOf('GITHUB') > -1) process.exit(0); -const appIdArr = ['1EFRRxA','1EFRQwA','1EFVRxQ','1EFRXxg','1EFVRwA','1EFVRxw','1EFRZwA','1EFRZwQ','1EFRYwA']; -const homeDataFunPrefixArr = ['interact_template','interact_template','harmony_template','','','','','','','','','','','','','','','interact_template','interact_template']; -const collectScoreFunPrefixArr = ['','','','','','','','','','','','','','','','','','interact_template','interact_template']; +const appIdArr = ['1EFRRxA','1EFRQwA','1EFRYxQ','1EFRXxg','1EFVRwA','1EFVRxw','1EFRZwA','1EFRZwQ','1EFRYwA','1EFVRxg','1EFVRxQ'] +const homeDataFunPrefixArr = ['interact_template','interact_template','harmony_template','','','','','','','','','','','','','','','interact_template','interact_template'] +const collectScoreFunPrefixArr = ['','','','','','','','','','','','','','','','','','interact_template','interact_template'] + $.allShareId = {}; main(); async function main() {