Commit 559d3ccf by 雷紫添

添加nginx端口

parent 172fffab
......@@ -40,6 +40,7 @@ public class IpADressLock {
}
RestTemplate restTemplate = new RestTemplate();
//添加注释
String result =restTemplate.getForObject("http://"+ftpserverip+nginxport+ftpfilePath+ipaddress+".js",String.class);
List<IpADdress> resultList= JSONArray.parseArray(result,IpADdress.class);
......
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