新增抽奖活动相互助力

This commit is contained in:
wisz2021
2021-05-07 17:31:56 +08:00
parent 65344626f2
commit e41eaa4f2d

View File

@ -18,9 +18,9 @@ if (process.env.JD_DEBUG && process.env.JD_DEBUG === 'false') console.log = () =
if (JSON.stringify(process.env).indexOf('GITHUB') > -1) process.exit(0);
// $.appId = "1EFRQwA";
// $.appId = "1EFRYwA";
const appIdArr = ['1EFRRxA', '1EFRQwA', '1EFRTyg', '1EFRXxg', '1EFVRww', '1EFRZwA', '1EFRZwQ', '1EFRYwA', '1EFRYxw']
const homeDataFunPrefixArr = ['interact_template', 'interact_template', '', '', '', '', '', '', '', '', '', '', '', '', '', 'interact_template', 'interact_template', '']
const collectScoreFunPrefixArr = ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'interact_template', 'interact_template', '']
const appIdArr = ['1EFRRxA','1EFRQwA','1EFRTyg','1EFRXxg','1EFVRww','1EFRYxA','1EFRZwA','1EFRZwQ','1EFRYwA']
const homeDataFunPrefixArr = ['interact_template','interact_template','','','','','','','','','','','','','','','','interact_template','interact_template']
const collectScoreFunPrefixArr = ['','','','','','','','','','','','','','','','','','interact_template','interact_template']
$.allShareId = {};
main();
async function main() {