@@ -181,12 +181,6 @@ public class AlarmEventController extends BaseController {
return R.ok(i);// 3951
}
- @PostMapping("/eventConsumer")
- public AjaxResult eventConsumer(@RequestBody String jsonStr) {
- logger.info("eventConsumer接收到的消息:-->" + jsonStr);
- return AjaxResult.success();
- }
-
/**
* 铁塔事件上报
*