From 7118ecf5a19e2baddf117d835f0986793e52cd2f Mon Sep 17 00:00:00 2001 From: Ctrlcvs <1509167646@qq.com> Date: Fri, 14 Oct 2022 05:33:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=9D=A1=E7=9C=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/user.js b/model/user.js index 34c6b40..a460fbd 100644 --- a/model/user.js +++ b/model/user.js @@ -140,7 +140,7 @@ export default class user { item.awards = awards?.name + "*" + awards?.cnt } upData.push(item) - await utils.sleepAsync(500) //等几毫秒免得请求太频繁了 + await utils.randomSleepAsync() } } catch (e) { Bot.logger.error(`${forum.name} 签到失败 [${res?.message}]`);