mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-20 01:29:38 +08:00
Compare commits
No commits in common. "70f84ce4e613607d06913c12a6ab89a9073966db" and "80bd0f73a870d898e7f0a14d6fc4679f0a44fe83" have entirely different histories.
70f84ce4e6
...
80bd0f73a8
@ -111,9 +111,6 @@ export class Main extends Template {
|
||||
p.msg("openKey生成失败")
|
||||
}
|
||||
}
|
||||
else if (!userData.wskey) {
|
||||
p.log("没有wskey")
|
||||
}
|
||||
else {
|
||||
p.msg("账号过期了呀🐶")
|
||||
}
|
||||
|
||||
@ -496,10 +496,6 @@ export class Main extends Template {
|
||||
drawNum--
|
||||
p.log("啥也没有抽到")
|
||||
}
|
||||
else if (this.haskey(lottery, "code", 80202)) {
|
||||
drawNum--
|
||||
p.log("活动太火爆")
|
||||
}
|
||||
else {
|
||||
p.err("抽奖错误")
|
||||
break
|
||||
|
||||
Loading…
Reference in New Issue
Block a user