KingRan 2022-02-22 11:01:53 +08:00
parent ba6dcd0b27
commit 0b6460ab9e
7 changed files with 11 additions and 3 deletions

View File

@ -65,6 +65,7 @@ let llhelp=true;
option = {};
$.retry = 0;
await GetCollect();
await $.wait(1500);
}
}
}
@ -90,6 +91,7 @@ let llhelp=true;
option = {};
$.retry = 0;
await jdFruit();
await $.wait(30 * 1000);
}
if ($.isNode()) {
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''

View File

@ -84,6 +84,7 @@ let llhelp=true;
option = {};
$.retry = 0;
await GetCollect();
await $.wait(1500);
}
}
}
@ -109,6 +110,7 @@ let llhelp=true;
option = {};
$.retry = 0;
await jdFruit();
await $.wait(20 * 1000);
}
if ($.isNode()) {
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''

View File

@ -81,6 +81,7 @@ const urlSchema = `openjd://virtual?params=%7B%20%22category%22:%20%22jump%22,%2
$.retry = 0;
//await shareCodesFormat();
await jdFruit();
await $.wait(30 * 1000);
}
if ($.isNode()) {
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''

View File

@ -80,6 +80,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
taskInfoKey = [];
option = {};
await jdPet();
await $.wait(30 * 1000);
}
}
if ($.isNode() && allMessage && $.ctrTemp) {

View File

@ -85,6 +85,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
taskInfoKey = [];
option = {};
await GetShareCode();
await $.wait(2 * 1000);
}
}
console.log('\n互助码收集完毕开始执行内部助力...\n');
@ -115,7 +116,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
taskInfoKey = [];
option = {};
await jdPet();
await $.wait(3 * 1000);
await $.wait(30 * 1000);
}
}
if ($.isNode() && allMessage && $.ctrTemp) {

View File

@ -71,8 +71,9 @@ $.newShareCode = [];
subTitle = '';
option = {};
await jdPlantBean();
await $.wait(5 * 1000);
await doHelp();
await $.wait(2000);
await $.wait(5 * 1000);
}
}
if ($.isNode() && allMessage) {

View File

@ -12,7 +12,7 @@ const $ = new Env('M京东签到')
$.logic = async function () {
await signBeanIndex()
await $.wait(3000, 5000)
await cgame();
//await cgame();
}
$.run({filename: __filename, wait: [1000, 2000], random: true})
.catch(reason => console.log(reason))