From a1bb1fb1e5ff5cf18a6d287dfa02978ec7ca8fa1 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 20 十一月 2019 20:32:07 +0800
Subject: [PATCH] update esutil

---
 controllers/sdk.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/controllers/sdk.go b/controllers/sdk.go
index a9ba8a3..f44cd0d 100644
--- a/controllers/sdk.go
+++ b/controllers/sdk.go
@@ -40,8 +40,10 @@
 	Sort  int    `json:"sort"`  //鍙傛暟椤哄簭
 }
 
+// @Security ApiKeyAuth
 // @Summary 绠楁硶淇濆瓨
 // @Description 绠楁硶淇濆瓨
+// @Accept json
 // @Produce json
 // @Tags sdk
 // @Param reqMap body controllers.SdkVo true "浜鸿劯妫�娴�"
@@ -65,6 +67,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏌ユ壘鎵�鏈夌畻娉�
 // @Description 鏌ユ壘鎵�鏈夌畻娉�
 // @Produce json
@@ -81,6 +84,7 @@
 	util.ResponseFormat(c, code.Success, sdks)
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁id鑾峰彇绠楁硶淇℃伅
 // @Description 鏍规嵁id鑾峰彇绠楁硶淇℃伅
 // @Produce json
@@ -123,6 +127,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅
 // @Description 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅
 // @Produce json

--
Gitblit v1.8.0