From f9c3e6809dc080cd55cfdc7573380aee4cef0b8f Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 29 十月 2019 16:41:58 +0800 Subject: [PATCH] fix swagger --- controllers/dbtableperson.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/dbtableperson.go b/controllers/dbtableperson.go index a9a7123..18d6ac9 100644 --- a/controllers/dbtableperson.go +++ b/controllers/dbtableperson.go @@ -495,7 +495,7 @@ // @Description 鎶撴媿浜哄憳鍔犲叆搴曞簱 // @Accept json // @Produce json -// @Tags es +// @Tags 搴曞簱浜哄憳 // @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