From c4c73a384c1a02c26c81b0a76bb1d10062e64cb4 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 14 十一月 2019 17:28:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/webserver

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

diff --git a/controllers/sdk.go b/controllers/sdk.go
index de1930b..f44cd0d 100644
--- a/controllers/sdk.go
+++ b/controllers/sdk.go
@@ -5,7 +5,7 @@
 	uuid "github.com/satori/go.uuid"
 	"webserver/extend/code"
 	"webserver/extend/config"
-	"webserver/extend/logger"
+	"basic.com/valib/logger.git"
 	"webserver/extend/util"
 	"github.com/gin-gonic/gin"
 	"webserver/service"
@@ -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