From 8a6295d74a166d6223d3f87c926a73b9d27cfa9d Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:08:51 +0800 Subject: [PATCH] Update gacmotor.js --- gacmotor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index c48fd71..ecc38a1 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -162,7 +162,8 @@ class UserInfo { await this._submit_answer({ "activityId": 464, "taskId": this.questionTaskId, "userSubmitAnswerVoList": [{ "questionId": this.questionId, "userAnswer": this.userAnswer, "answerIdList": this.answerIdList }] }) //抽奖 await this._activity_lotter_mall({ "activityId": "465", "channel": "wx_channel" }) - console.log(`请截图中奖记录找客服领取 微信打开https://mall.gacmotor.com/act/turntable?id=465&channelCode=`); + console.log(`请截图中奖记录找客服领取 微信打开链接截图中奖记录 https://mall.gacmotor.com/act/turntable?id=465&channelCode=`); + console.log(`加客服的地址 https://mall.gacmotor.com/act/answer-activity?id=464`); } else { console.log(`本周答题完成或未到活动时间`); }