|
|
@ -110,7 +110,6 @@ class UserInfo { |
|
|
|
if (result.data.infoView.rest == 0) |
|
|
|
this.flag = false; |
|
|
|
notifyStr = `账号${this.id} \n本轮剩余${result.data.infoView.rest}可读 \n 今日已读${result.data.infoView.num} \n 今日收益${result.data.infoView.score}币 \n ${message}` |
|
|
|
showmsg() |
|
|
|
} else { |
|
|
|
console.log(`查询今日阅读情况失败`) |
|
|
|
console.log(result) |
|
|
@ -149,6 +148,7 @@ class UserInfo { |
|
|
|
} else { |
|
|
|
console.log(`开始阅读失败`) |
|
|
|
console.log(result) |
|
|
|
notifyStr += ` 阅读失败 ${result}` |
|
|
|
this.flag = false |
|
|
|
} |
|
|
|
} |
|
|
@ -362,6 +362,7 @@ class UserInfo { |
|
|
|
await $.wait(200); |
|
|
|
} |
|
|
|
await user.getGold(); |
|
|
|
showmsg(); |
|
|
|
} |
|
|
|
})() |
|
|
|
.catch((e) => $.logErr(e)) |
|
|
|