liuxiaolong
2019-06-28 5e31a32f6ce2572cb01388150ddb325724ff15b8
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