Update gacmotor.js

This commit is contained in:
smallfawn
2023-12-01 15:32:25 +08:00
committed by GitHub
parent b33ab99aaa
commit 2ff12ea196

View File

@@ -237,6 +237,8 @@ class UserInfo {
let lotterId = "465" let lotterId = "465"
if (this.questionTaskId == 8) { if (this.questionTaskId == 8) {
lotterId = "484" lotterId = "484"
} else if(this.questionTaskId == 9){
lotterId = "498"
} }
await this._activity_lotter_mall({ "activityId": lotterId, "channel": "wx_channel" }) await this._activity_lotter_mall({ "activityId": lotterId, "channel": "wx_channel" })
//console.log(`目测30天内自动到账`) //console.log(`目测30天内自动到账`)