From d6bf69e060ddbccdb075db4924da32223312dfde Mon Sep 17 00:00:00 2001 From: KingRan Date: Thu, 24 Feb 2022 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=90=8C=E5=AE=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_pet.js | 10 ++++++++-- jd_pet_help.js | 18 +++++++++++------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/jd_pet.js b/jd_pet.js index 3e77f64..e079245 100644 --- a/jd_pet.js +++ b/jd_pet.js @@ -34,6 +34,7 @@ let notify = $.isNode() ? require('./sendNotify') : ''; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; let newShareCodes = []; let NoNeedCodes = []; +let lnrun = 0; if ($.isNode()) { Object.keys(jdCookieNode).forEach((item) => { if (jdCookieNode[item]) { @@ -79,8 +80,13 @@ console.log(`共${cookiesArr.length}个京东账号\n`); goodsUrl = ''; taskInfoKey = []; option = {}; - await jdPet(); - await $.wait(30 * 1000); + lnrun++; + await jdPet(); + if (lnrun == 3) { + console.log(`\n【访问接口次数达到3次,休息一分钟.....】\n`); + await $.wait(60 * 1000); + lnrun = 0; + } } } if ($.isNode() && allMessage && $.ctrTemp) { diff --git a/jd_pet_help.js b/jd_pet_help.js index e84be93..0deb806 100644 --- a/jd_pet_help.js +++ b/jd_pet_help.js @@ -11,17 +11,17 @@ =================================Quantumultx========================= [task_local] #东东萌宠 -30 5,18 * * * jd_pet_help.js, tag=东东萌宠, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png, enabled=true +30 5,20 * * * jd_pet_help.js, tag=东东萌宠, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png, enabled=true =================================Loon=================================== [Script] -cron "30 5,18 * * *" script-path=jd_pet_help.js,tag=东东萌宠 +cron "30 5,20 * * *" script-path=jd_pet_help.js,tag=东东萌宠 ===================================Surge================================ -东东萌宠 = type=cron,cronexp="30 5,18 * * *",wake-system=1,timeout=3600,script-path=jd_pet_help.js +东东萌宠 = type=cron,cronexp="30 5,20 * * *",wake-system=1,timeout=3600,script-path=jd_pet_help.js ====================================小火箭============================= -东东萌宠 = type=cron,script-path=jd_pet_help.js, cronexpr="30 5,18 * * *", timeout=3600, enable=true +东东萌宠 = type=cron,script-path=jd_pet_help.js, cronexpr="30 5,20 * * *", timeout=3600, enable=true */ const $ = new Env('东东萌宠内部互助'); @@ -48,7 +48,7 @@ if ($.isNode()) { let NowHour = new Date().getHours(); let llhelp=true; - +let lnrun = 0; console.log(`共${cookiesArr.length}个京东账号\n`); !(async() => { @@ -85,7 +85,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`); taskInfoKey = []; option = {}; await GetShareCode(); - await $.wait(2 * 1000); + await $.wait(3 * 1000); } } console.log('\n互助码收集完毕,开始执行内部助力...\n'); @@ -116,7 +116,11 @@ console.log(`共${cookiesArr.length}个京东账号\n`); taskInfoKey = []; option = {}; await jdPet(); - await $.wait(30 * 1000); + if (lnrun == 3) { + console.log(`\n【访问接口次数达到3次,休息一分钟.....】\n`); + await $.wait(60 * 1000); + lnrun = 0; + } } } if ($.isNode() && allMessage && $.ctrTemp) {