...
|
...
|
@@ -100,18 +100,4 @@ public class OuterIntfCtrl { |
|
|
return httpClient.defaultGet("/internalDns/justForShell",String.class,map);
|
|
|
}
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 捕获的恶意ip写入运维系统的mysql
|
|
|
* 大数据算法
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping("/testsearch")
|
|
|
@ResponseBody
|
|
|
public BaseResponse testsearch() {
|
|
|
Map<String,String> map=new HashMap<>();
|
|
|
BaseResponse response=httpClient.get("http://search.yohoops.org/yohosearch/fuzzy/productList.json?query=卫衣&viewNum=30&uid=13420925",BaseResponse.class,map);
|
|
|
return response;
|
|
|
}
|
|
|
|
|
|
} |
...
|
...
|
|