From 363c82fbdd5d4351b1a1c17bb1f16659817a998a Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:04:40 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gacmotor.js b/gacmotor.js index def2f04..f64579e 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -249,6 +249,8 @@ class UserInfo { lotterId = "511" } else if (this.questionTaskId == 11) { lotterId = "522" + } else if (this.questionTaskId == 12) { + lotterId = "523" } await this._activity_lotter_mall({ "activityId": lotterId, "channel": "wx_channel" }) //console.log(`目测30天内自动到账`)