From 777f8f94e912da1403b5c47ba1a33326e0ef2704 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:41:02 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gacmotor.js b/gacmotor.js index c2a10c0..8e787dd 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -244,6 +244,8 @@ class UserInfo { lotterId = "484" } else if (this.questionTaskId == 9) { lotterId = "498" + } else if (this.questionTaskId == 10) { + lotterId = "511" } await this._activity_lotter_mall({ "activityId": lotterId, "channel": "wx_channel" }) //console.log(`目测30天内自动到账`)