controllers/pollConfig.go
@@ -9,7 +9,6 @@ ) type PollConfigController struct { } type PollConfig struct { @@ -87,6 +86,7 @@ type PollEnableVo struct { Enable bool `json:"enable"` } // @Summary 切换轮询开关 // @Description 切换轮询开关 // @Produce json