ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/controller/UPWarnMsgAdptInfoController.java
@@ -92,14 +92,4 @@ } /** * 海康威视报警信息推送 * @return */ @ResponseBody @PostMapping("/alarmNotice") public void alarmNotice(@RequestBody SubscriptionEvent event) { log.error("收到危海康的事件回调"); log.error(JSON.toJSONString(event)); } }