Commit ae35140f authored by wutu's avatar wutu

修复ip bug

parent c670b34e
Pipeline #95 canceled with stages
......@@ -56,7 +56,7 @@ public class IpServiceImpl implements IpService {
}
Set<String> ipSet = clusterAppId.get(appName);
ipSet.add(ip);
return "10.10.1.255";
return ip;
}
@Override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment