From f9d10967136bd789a99c1ace9394677f8fe4749d Mon Sep 17 00:00:00 2001 From: KingRan Date: Mon, 28 Feb 2022 10:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_pet_help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_pet_help.js b/jd_pet_help.js index 2c22173..97b6960 100644 --- a/jd_pet_help.js +++ b/jd_pet_help.js @@ -117,8 +117,8 @@ console.log(`共${cookiesArr.length}个京东账号\n`); option = {}; lnrun++; await jdPet(); - if (lnrun == 5) { - console.log(`\n【访问接口次数达到5次,休息一分钟.....】\n`); + if (lnrun == 3) { + console.log(`\n【访问接口次数达到3次,休息一分钟.....】\n`); await $.wait(60 * 1000); lnrun = 0; }