顾海波

【需求】再次获取token

@@ -107,6 +107,7 @@ class AutoTrackQueue { @@ -107,6 +107,7 @@ class AutoTrackQueue {
107 } 107 }
108 String? token = config.token; 108 String? token = config.token;
109 if (token == null) { 109 if (token == null) {
  110 + AutoTrackConfigManager.instance.getToken(true);
110 return; 111 return;
111 } 112 }
112 if (host != null) { 113 if (host != null) {