Commit 063b17aa by 徐高华

TEST

parent bfbe4105
......@@ -653,7 +653,7 @@ public class TestController extends WebBaseController {
Map<String,String> map = new HashMap<>() ;
for(String ip : arr) {
String s = httpRequest("http://"+ip+":8990/api-qywx-self/index.html","GET",null,3) ;
map.put("ip",s) ;
map.put(ip,s) ;
}
return map ;
}
......
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