From cc227efa2c3c0fc333bf0f3db2327df5c36f7c17 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 07 十一月 2019 19:58:16 +0800
Subject: [PATCH] add route

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

diff --git a/controllers/sdk.go b/controllers/sdk.go
index a9ba8a3..cc76c7b 100644
--- a/controllers/sdk.go
+++ b/controllers/sdk.go
@@ -40,6 +40,7 @@
 	Sort  int    `json:"sort"`  //鍙傛暟椤哄簭
 }
 
+// @Security ApiKeyAuth
 // @Summary 绠楁硶淇濆瓨
 // @Description 绠楁硶淇濆瓨
 // @Produce json
@@ -65,6 +66,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏌ユ壘鎵�鏈夌畻娉�
 // @Description 鏌ユ壘鎵�鏈夌畻娉�
 // @Produce json
@@ -81,6 +83,7 @@
 	util.ResponseFormat(c, code.Success, sdks)
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁id鑾峰彇绠楁硶淇℃伅
 // @Description 鏍规嵁id鑾峰彇绠楁硶淇℃伅
 // @Produce json
@@ -123,6 +126,7 @@
 	}
 }
 
+// @Security ApiKeyAuth
 // @Summary 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅
 // @Description 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅
 // @Produce json

--
Gitblit v1.8.0