pull/789/head
Zheng Jie 2022-05-24 21:57:53 +08:00
parent e3efdf27d8
commit 02bd5ce7d1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class MonitorServiceImpl implements MonitorService {
// 系统信息 // 系统信息
systemInfo.put("os", os.toString()); systemInfo.put("os", os.toString());
systemInfo.put("day", formatBetween); systemInfo.put("day", formatBetween);
systemInfo.put("ip", StringUtils.getLocalIp()); systemInfo.put("ip", "172.17.0.1");
return systemInfo; return systemInfo;
} }
} }