新增 token自动提交

This commit is contained in:
2025-02-21 19:24:59 +08:00
parent 7fdaf42695
commit 3f042fec78
5 changed files with 37 additions and 4 deletions

View File

@@ -60,6 +60,12 @@ class NacosDiscovery implements Discovery {
'namespaceId': config.namespaceId,
});
print(rr);
//判断心跳是否发送成功
if(rr.data["code"]==20404){
//实例未注册 重新注册实例
healthCheck = false;
registerInstance(serviceName, ip, port,groupName: groupName);
}
} catch (e) {
print(e);
}