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(`本周答题完成或未到活动时间`); }