...
|
...
|
@@ -59,7 +59,6 @@ public class OuterIntfCtrl { |
|
|
System.out.println(key +"--->" +request.getHeader(key) );
|
|
|
}*/
|
|
|
log.info("recvMonitAlarmInfoPost {}",monitAlarmInfo);
|
|
|
monitAlarmInfo.setType("");//报警类型太多了 ,暂时去掉
|
|
|
BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class);
|
|
|
return response;
|
|
|
}
|
...
|
...
|
@@ -73,7 +72,6 @@ public class OuterIntfCtrl { |
|
|
@ResponseBody
|
|
|
public BaseResponse recvMonitAlarmInfoOther( MonitAlarmInfo monitAlarmInfo,HttpServletRequest request){
|
|
|
log.info("recvMonitAlarmInfoOther {}",monitAlarmInfo);
|
|
|
monitAlarmInfo.setType("");//报警类型太多了 ,暂时去掉
|
|
|
BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class);
|
|
|
return response;
|
|
|
}
|
...
|
...
|
|