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
2e5bbf9f4394135f1827f92622db23788ecd1282
1 parent
68033fc0
修改代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
2e5bbf9
...
...
@@ -79,7 +79,7 @@ public class OuterIntfCtrl {
/**
* 对外接口,提供报警
* 举例
* http://www.yohops.com/outer/recvMonitAlarmInfo?info=
短信内容
&idc=yoho_aws&mobiles=15699999,18988888
* http://www.yohops.com/outer/recvMonitAlarmInfo?info=
测试短信
&idc=yoho_aws&mobiles=15699999,18988888
*/
@RequestMapping
(
value
=
"/recvMonitAlarmInfo"
,
method
=
RequestMethod
.
POST
,
headers
={
"Accept=application/json"
,
"content-type=application/json"
})
@ResponseBody
...
...
@@ -97,7 +97,7 @@ public class OuterIntfCtrl {
/**
* 对外接口,提供报警
* 举例
* http://www.yohops.com/outer/recvMonitAlarmInfo?info=
短信内容
&idc=yoho_aws&mobiles=15699999,18988888
* http://www.yohops.com/outer/recvMonitAlarmInfo?info=
测试短信
&idc=yoho_aws&mobiles=15699999,18988888
*/
@RequestMapping
(
value
=
"/recvMonitAlarmInfo"
)
@ResponseBody
...
...
Please
register
or
login
to post a comment