Browse Source

fix:预警列表参数说明

zqbao 4 months ago
parent
commit
af0033eae7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/edb_monitor/edb_monitor.go

+ 1 - 0
controllers/edb_monitor/edb_monitor.go

@@ -20,6 +20,7 @@ type EdbMonitorController struct {
 // @Param   CurrentIndex   query   int  true       "当前页页码,从1开始"
 // @Param   ClassifyId   query   string  true       "分类ID,多选用逗号分隔"
 // @Param   Level   query   string  true       "预警等级,多选用逗号分隔"
+// @Param   State   query   string  true       "预警状态,多选用逗号分隔"
 // @Param   UserId   query   string  true       "创建人ID,多选用逗号分隔"
 // @Success 200 {object} response.EdbMonitorInfoListResp
 // @router /list [get]