From b5e236e28dee3e9481a48c615be22d70df44a42c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 19 十一月 2019 15:25:49 +0800 Subject: [PATCH] add log --- controllers/tasklist.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/tasklist.go b/controllers/tasklist.go index c616f1c..a59b93d 100644 --- a/controllers/tasklist.go +++ b/controllers/tasklist.go @@ -13,7 +13,7 @@ "webserver/extend/util" ) -//浠诲姟鍒楄〃 +// @Security ApiKeyAuth // @Summary 浠诲姟鍒楄〃 // @Description 杩斿洖浠诲姟鍒楄〃 // @Accept json @@ -21,7 +21,7 @@ // @Tags es // @Success 200 {string} json "{"code":200, msg:"鐩綍缁撴瀯鏁版嵁", success:true}" // @Failure 500 {string} json "{"code":500, msg:"杩斿洖閿欒淇℃伅", success:false}" -// @Router /data/api-v/es/tagList [POST] +// @Router /data/api-v/es/taskList [POST] func (sc *EsSearchController) PostEsTaskList(c *gin.Context) { localConf, err2 := cache.GetServerInfo() if err2 !=nil || localConf.AlarmIp == "" || localConf.ServerId == "" { -- Gitblit v1.8.0