From 7f15aa9973dc0a8009937250d31b08f92ed4555c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 29 十月 2019 16:48:16 +0800 Subject: [PATCH] fix swagger tag --- controllers/dbtableperson.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/dbtableperson.go b/controllers/dbtableperson.go index 18d6ac9..baa0257 100644 --- a/controllers/dbtableperson.go +++ b/controllers/dbtableperson.go @@ -244,7 +244,7 @@ // @Description 鏇存柊搴曞簱浜鸿劯鐓х墖 // @Accept json // @Produce json -// @Tags 搴曞簱浜哄憳 +// @Tags dbperson 搴曞簱浜哄憳 // @Param id formData string true "浜哄憳id" // @Param file formData file true "浜鸿劯鍥剧墖" // @Success 200 {string} json "{"code":200, msg:"", success:true}" @@ -495,7 +495,7 @@ // @Description 鎶撴媿浜哄憳鍔犲叆搴曞簱 // @Accept json // @Produce json -// @Tags 搴曞簱浜哄憳 +// @Tags dbperson 搴曞簱浜哄憳 // @Param obj body controllers.JoinDbTVo true "搴曞簱鏁版嵁" // @Success 200 {string} json "{"code":200, msg:"鐩綍缁撴瀯鏁版嵁", success:true}" // @Failure 500 {string} json "{"code":500, msg:"杩斿洖閿欒淇℃伅", success:false}" -- Gitblit v1.8.0