liuxiaolong
2019-12-14 63e024e77d8e0fefd8818f1b744cbfc5e36b50fe
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