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() } }