🚸 降低验证触发概率

This commit is contained in:
BTMuli
2025-10-04 12:09:17 +08:00
parent 6e3884df58
commit 48771f57a0
3 changed files with 14 additions and 3 deletions

View File

@@ -278,6 +278,7 @@ async function autoSign(ck: TGApp.App.Account.Cookie, ch?: string): Promise<void
}
await TGLogger.Script("[米游币任务]正在执行打卡");
const ckSign = { stoken: ck.stoken, stuid: ck.stuid, mid: ck.mid };
await painterReq.forum.recent(26, 2, 1, undefined, 20, ckSign);
const resp = await apiHubReq.sign(ckSign, 2, ch);
if (resp.retcode !== 0) {
if (resp.retcode !== 1034) {