This commit is contained in:
Faker
2025-06-06 10:51:34 +08:00
parent d788d0a23e
commit b3e29a56a2
5 changed files with 19 additions and 14 deletions

View File

@ -275,7 +275,7 @@ let args_xh = {
}
await try_apply(trialActivityTitleList[i], trialActivityIdList[i]);
console.log(`间隔等待中请等待15秒 \n`);
await $.wait(150000);
await $.wait(15000);
}
console.log('试用申请执行完毕...');
$.giveupNum = 0;