diff --git a/fqkk.js b/fqkk.js index 916c591..cde2c1c 100644 --- a/fqkk.js +++ b/fqkk.js @@ -60,6 +60,7 @@ class UserInfo { this.gold = 0 this.jkey = '' this.helpee = '' + this.readCount=0; this.cookie = cookie this.id = id; @@ -145,10 +146,11 @@ class UserInfo { if (result.success_msg) console.log(result.success_msg) await $.wait(200); await this.wxAuth(); + this.readCount+=1; } else { console.log(`开始阅读失败`) console.log(result) - notifyStr += ` 阅读失败 ${result}` + notifyStr += ` 阅读失败 ${result} 本次阅读数量 ${this.readCount}` this.flag = false } }