Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
31fb59b559c1719b4db245ad6e5b05ed1ec7af4e
1 parent
172c9c13
去掉test方法
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/OuterIntfCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/OuterIntfCtrl.java
View file @
31fb59b
...
...
@@ -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
;
}
}
...
...
qinchao
@qinchao
7 years ago
Guest
mentioned in commit
4e0f8d7d
Please
register
or
login
to post a comment