From d20aab94f2907f881c9487a8cf5670bd61b07919 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.修复BUG --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index bdcb78b..0f8a27a 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -204,7 +204,7 @@ class UserInfo { } } - if (this.mallToken !== undefined) { + if (this.mallToken == undefined) { this.mallToken = `DS-${this.ck}` console.log(`执行答题&抽奖 并且尝试获取mallToken(如果不是WoolWeb获取的变量 可能执行失败)`); //获取答题活动列表