From d9e01c51a525adf4f2393a95f87604e3b6e79ad2 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期二, 19 十一月 2019 15:57:19 +0800
Subject: [PATCH] fix all

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

diff --git a/controllers/cameraTaskArgs.go b/controllers/cameraTaskArgs.go
index e402cb4..0b3d25f 100644
--- a/controllers/cameraTaskArgs.go
+++ b/controllers/cameraTaskArgs.go
@@ -13,7 +13,7 @@
 
 }
 
-
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁鎽勫儚鏈篿d鍜屼换鍔d鏌ヨ绠楁硶閰嶇疆璇︽儏
 // @Description 鏍规嵁鎽勫儚鏈篿d鍜屼换鍔d鏌ヨ绠楁硶閰嶇疆璇︽儏
 // @Produce json
@@ -42,6 +42,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁澶氫釜鎽勫儚鏈篿d鏌ヨ鑱斿姩浠诲姟瑙勫垯璁剧疆
 // @Description 鏍规嵁澶氫釜鎽勫儚鏈篿d鏌ヨ鑱斿姩浠诲姟瑙勫垯璁剧疆
 // @Accept json
@@ -67,8 +68,10 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁鍒嗙粍id鍒囨崲甯冮槻鎴栨挙闃�
 // @Description 鏍规嵁鍒嗙粍id鍒囨崲甯冮槻鎴栨挙闃�
+// @Accept x-www-form-urlencoded
 // @Produce json
 // @Tags CameraTaskArgs
 // @Param groupId formData string true "浠诲姟绠楁硶鍙傛暟鍒嗙粍id"
@@ -93,6 +96,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @SUmmary 鏍规嵁鍒嗙粍id鍒犻櫎鎽勫儚鏈虹畻娉曡鍒�
 // @Description 鏍规嵁鍒嗙粍id鍒犻櫎鎽勫儚鏈虹畻娉曡鍒�
 // @Produce json
@@ -144,6 +148,7 @@
 	GroupId string `json:"group_id"`//鍒嗙粍id
 }
 
+// @Security ApiKeyAuth
 // @Summary 淇濆瓨鑱斿姩浠诲姟瑙勫垯鍙傛暟
 // @Description 淇濆瓨鑱斿姩浠诲姟瑙勫垯鍙傛暟
 // @Accept json

--
Gitblit v1.8.0