Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRan888 committed Apr 30, 2022
1 parent 50b7bfc commit f9cb4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jd_plantBean_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ async function jdPlantBean() {
lnrun++;
await doHelp();
if (lnrun == 3) {
console.log(`\n【访问接口次数达到3次,休息一分钟.....】\n`);
await $.wait(60 * 1000);
console.log(`\n【访问接口次数达到3次,休息半分钟.....】\n`);
await $.wait(30 * 1000);
lnrun = 0;
}
await $.wait(3 * 1000);
Expand Down

0 comments on commit f9cb4dc

Please sign in to comment.