From 4ba951cc2a32bdd8a776447522534cd0ec65b457 Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 23 Feb 2022 17:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=98=85=E8=AF=BB=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fqkk.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } }