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
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
4e0f8d7deb3a78bbff11510f2c704ac484812355
1 parent
31fb59b5
Revert "去掉test方法"
This reverts commit
31fb59b5
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 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 @
4e0f8d7
...
...
@@ -100,4 +100,18 @@ 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
;
}
}
...
...
Please
register
or
login
to post a comment