From e06ee69c55881609c0edf365364e0cba4c619a18 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A3=80=E6=B5=8B=E8=AF=84=E8=AE=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gacmotor.js b/gacmotor.js index 8e787dd..89e68b5 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -79,6 +79,7 @@ class UserInfo { $.log(`尝试刷新TOKEN`) await this._refreshToken() if (this.refreshStatus) { + await this._userInfo(); await this.mainTask() } }