liuxiaolong
2020-01-08 2ad0fadf97e433bf76eea2b90edec03de84d64e6
controllers/pollConfig.go
@@ -121,8 +121,8 @@
}
type ChannelCountSet struct {
   PollChannelCount int `json:"pollChannelCount" binding:"required"`
   VideoChannelCount int `json:"videoChannelCount" binding:"required"`
   PollChannelCount int `json:"pollChannelCount"`
   VideoChannelCount int `json:"videoChannelCount"`
}
// @Security ApiKeyAuth