From 33bbff743977646785bc3862481d9dafe63e3385 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:41:14 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gacmotor.js b/gacmotor.js index 89e68b5..def2f04 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -247,6 +247,8 @@ class UserInfo { lotterId = "498" } else if (this.questionTaskId == 10) { lotterId = "511" + } else if (this.questionTaskId == 11) { + lotterId = "522" } await this._activity_lotter_mall({ "activityId": lotterId, "channel": "wx_channel" }) //console.log(`目测30天内自动到账`)