From c50ebdc061e17c8dfb0924ab4710fd221c49cba4 Mon Sep 17 00:00:00 2001 From: xiaoge <2381919454@qq.com> Date: Sat, 13 May 2023 12:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=8C=E4=B8=8A=E9=B9=BF=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zslc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zslc.js b/zslc.js index 944601b..afe4d25 100644 --- a/zslc.js +++ b/zslc.js @@ -165,7 +165,9 @@ class UserInfo { let result = await httpRequest(options, name); if (result.code == 0) { LoginCode = result.data.authorization_code.code; - await this.getToken(); + //await this.getToken(); + login_token="9ca16ae2e6eeb7ee3b9084e1d1b23f9bb78aa3d14a879f8bb3e44ea7ae94d0cc668793c098c733fbfee4c3f12afaece4c3e72afafea083e780acbdff84e579a89a9eb6c14a829a85a6ca7ff3a69b9bd37da6b5f9a6a177" + await this.initSessionId(); } else { DoubleLog(`账号[${this.index}],账号登录:失败 ❌ 了呢,原因未知!`); console.log(result);