From eb2c3a8890a0e9695c0cd2bc3b3dc310c6fbcfa9 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期六, 26 十月 2019 11:28:23 +0800
Subject: [PATCH] fix user timeout

---
 controllers/syssetcont.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/controllers/syssetcont.go b/controllers/syssetcont.go
index 127056e..afab0db 100644
--- a/controllers/syssetcont.go
+++ b/controllers/syssetcont.go
@@ -122,8 +122,8 @@
 // @Accept  x-www-form-urlencoded
 // @Produce json
 // @Tags sysset
-// @Param min_video_len query string true "瑙嗛鎴彇鏈�鐭椂闀�"
-// @Param max_video_len query string true "瑙嗛鎴彇鏈�闀挎椂闀�"
+// @Param min_video_len formData string true "瑙嗛鎴彇鏈�鐭椂闀�"
+// @Param max_video_len formData string true "瑙嗛鎴彇鏈�闀挎椂闀�"
 // @Success 200 {string} json "{"code":200, msg:"鐩綍缁撴瀯鏁版嵁", success:true}"
 // @Failure 500 {string} json "{"code":500,  msg:"杩斿洖閿欒淇℃伅", success:false}"
 // @Router /data/api-v/sysset/videoLenEdit [POST]
@@ -183,7 +183,7 @@
 // @Accept  x-www-form-urlencoded
 // @Produce json
 // @Tags sysset
-// @Param dev_name query string true "鍒嗘瀽璁惧鍚嶇О"
+// @Param dev_name formData string true "鍒嗘瀽璁惧鍚嶇О"
 // @Success 200 {string} json "{"code":200, msg:"鐩綍缁撴瀯鏁版嵁", success:true}"
 // @Failure 500 {string} json "{"code":500,  msg:"杩斿洖閿欒淇℃伅", success:false}"
 // @Router /data/api-v/sysset/saveDevInfo [POST]

--
Gitblit v1.8.0