Commit 72f9775b by 雷紫添

添加影源ocr

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