Update gacmotor.js

This commit is contained in:
smallfawn 2023-11-22 16:08:51 +08:00 committed by GitHub
parent 6d5b39c766
commit 8a6295d74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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._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" }) 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 { } else {
console.log(`本周答题完成或未到活动时间`); console.log(`本周答题完成或未到活动时间`);
} }