This commit is contained in:
Faker 2025-06-06 10:51:15 +08:00
parent c4bd4030d6
commit 15422263be
5 changed files with 19 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long