ximon-admin/src/main/java/com/sandu/ximon/admin/controller/ErrorMsgController.java
@@ -36,4 +36,11 @@ return ResponseUtil.success(errorMsgService.C3ListMsg(conditionVO)); } @AnonymousAccess @GetMapping("/atmosphereListMsg") public ResponseVO<Object> atmosphereListMsg(BaseConditionVO conditionVO) { return ResponseUtil.success(errorMsgService.atmosphereListMsg(conditionVO)); } }