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