From c9fd11390ca85a7f3fd7e30ec5f1402d362f0c12 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期二, 17 十二月 2019 19:52:36 +0800
Subject: [PATCH] add filePort

---
 controllers/pollConfig.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/controllers/pollConfig.go b/controllers/pollConfig.go
index 840b22c..fd27211 100644
--- a/controllers/pollConfig.go
+++ b/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

--
Gitblit v1.8.0