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/cameraPolygon.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/controllers/cameraPolygon.go b/controllers/cameraPolygon.go
index 4408523..7117b62 100644
--- a/controllers/cameraPolygon.go
+++ b/controllers/cameraPolygon.go
@@ -33,6 +33,7 @@
 	Y float64 `json:"y"`
 }
 
+// @Security ApiKeyAuth
 // @Summary 淇濆瓨鎽勫儚鏈哄杈瑰舰
 // @Description  淇濆瓨鎽勫儚鏈哄杈瑰舰
 // @Accept json
@@ -54,10 +55,9 @@
 	util.ResponseFormat(c,code.ComError,"淇濆瓨澶辫触")
 }
 
-
+// @Security ApiKeyAuth
 // @Summary 鍒犻櫎鎽勫儚鏈哄尯鍩�
 // @Description 鍒犻櫎鎽勫儚鏈哄尯鍩�
-// @Accept json
 // @Produce json
 // @Tags 鎽勫儚鏈哄杈瑰舰
 // @Param  id query string  true "id"
@@ -80,9 +80,9 @@
 	util.ResponseFormat(c,code.ComError,"鍒犻櫎")
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏌ユ壘鎽勫儚鏈哄尯鍩�
 // @Description 鏌ユ壘鎽勫儚鏈哄尯鍩�
-// @Accept json
 // @Produce json
 // @Tags 鎽勫儚鏈哄杈瑰舰
 // @Param  cameraId query string  true "cameraId"

--
Gitblit v1.8.0