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/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