顾海波

【需求】再次获取token

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