Authored by qinchao

修改代码

... ... @@ -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
... ...