From da57cd48912c0d81d0662b43beb49d1a0a705906 Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Wed, 4 Sep 2024 10:54:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=88=B1=E7=8E=9B=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E4=BF=B1=E4=B9=90=E9=83=A8.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 爱玛会员俱乐部.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/爱玛会员俱乐部.js b/爱玛会员俱乐部.js index 652fce9..75e020c 100644 --- a/爱玛会员俱乐部.js +++ b/爱玛会员俱乐部.js @@ -88,7 +88,7 @@ async function signInSearch() { }; let { data: result } = await Request(config) if (result.code == 200) { - if (result.content.signed !== 1) { + if (result.content.signStatus !== 1) { $.log(`未签到 ===> 签到ing`) await signInJoin() } else {