From e455f69f1c0366ea8e1570bc4b7fd68a0c8d6720 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 27 Feb 2021 17:21:40 +0800 Subject: [PATCH] debug --- sendNotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendNotify.js b/sendNotify.js index 76f0116b..24c98ad9 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -464,7 +464,7 @@ function ChangeUserId(desp) { for (let i = 0; i < userIdTmp.length; i++) { const count = "账号" + (i + 1); const count2 = "签到号 " + (i + 1); - if (desp.match(count) || desp.match(count2)) { + if (desp.match(count2)) { userId = userIdTmp[i]; } }