|
@@ -3,7 +3,6 @@ package com.sooka.sponest.event.centereventteventcatalogue.controller;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.ruoyi.common.core.domain.R;
|
|
|
import com.ruoyi.common.core.utils.StringUtils;
|
|
|
-import com.ruoyi.common.core.web.domain.AjaxResult;
|
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.dahua.DaHuaFireEventVO;
|
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.dahua.DaHuaOtherEventVO;
|
|
|
import com.sooka.sponest.event.centereventteventcatalogue.domain.haikang.HaiKangEventVo;
|
|
@@ -204,10 +203,4 @@ public class AlarmEventController {
|
|
|
}
|
|
|
return R.ok();
|
|
|
}
|
|
|
-
|
|
|
- @PostMapping("/eventConsumer")
|
|
|
- public AjaxResult eventConsumer(@RequestBody String jsonStr) {
|
|
|
- logger.info("eventConsumer接收到的消息:-->" + jsonStr);
|
|
|
- return AjaxResult.success();
|
|
|
- }
|
|
|
}
|