From 68fc51cb635fecf12cad58deab88c3b5e0afc0ad Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 22 八月 2019 17:06:49 +0800 Subject: [PATCH] yunnan swagger doc --- controllers/sysMenu.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/controllers/sysMenu.go b/controllers/sysMenu.go index f629b5d..1010498 100644 --- a/controllers/sysMenu.go +++ b/controllers/sysMenu.go @@ -12,6 +12,7 @@ } +/* // @Summary 褰撳墠鐢ㄦ埛鐨勭郴缁熻彍鍗� // @Description 褰撳墠鐢ㄦ埛鐨勭郴缁熻彍鍗� // @Accept json @@ -20,6 +21,7 @@ // @Success 200 {string} json "{"code":200, success:true, msg:"", data:""}" // @Failure 500 {string} json "{"code":500, success:false, msg:"", data:""}" // @Router /data/api-v/sysmenus/me [get] +*/ func (controller SysMenuController) Me(c *gin.Context) { module := c.Param("module") logger.Debug("me.module:",module) -- Gitblit v1.8.0