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; }