Commit 7079ff3e authored by 赵啸非's avatar 赵啸非

物联网1.0

parent fab0c21b
......@@ -72,7 +72,7 @@ public class NettyUDPServerHandler extends SimpleChannelInboundHandler<DatagramP
resp.setMsg("获取服务端地址成功!");
if (!ObjectUtils.isEmpty(action) && "findserver".equals(action)) {
String domain = GlobalSysInfo.getParamValue(PARAM_SERVER_HTTP_URL, "http://192.168.0.98:11071");
String domain = GlobalSysInfo.getParamValue(PARAM_SERVER_HTTP_URL, "http://192.168.0.98:11091");
String deviceRegisterApi = domain + servletPath + registerApiPath;
String deviceInitApi = domain + servletPath + deviceInitApiPath;
String deviceUpdateApi = domain + servletPath + deviceUpdateApiPath;
......
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