Browse Source

添加阅读数量

main
haptear 3 years ago
parent
commit
4ba951cc2a
  1. 4
      fqkk.js

4
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
}
}

Loading…
Cancel
Save