From 494ee18b9f7a49d7521c1dbad69699f1a42b7095 Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Sat, 11 Jul 2020 06:15:42 +0800 Subject: [PATCH] =?UTF-8?q?doc=EF=BC=9ASpecification=20interface=20documen?= =?UTF-8?q?t=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/system/sysuser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/system/sysuser.go b/apis/system/sysuser.go index 7575f809..3f40adb4 100644 --- a/apis/system/sysuser.go +++ b/apis/system/sysuser.go @@ -10,7 +10,7 @@ import ( "go-admin/tools/app" ) -// @Summary 列表数据 +// @Summary 列表用户信息数据 // @Description 获取JSON // @Tags 用户 // @Param username query string false "username" @@ -83,7 +83,7 @@ func GetSysUser(c *gin.Context) { }) } -// @Summary 获取当前登录用户 +// @Summary 获取个人中心用户 // @Description 获取JSON // @Tags 个人中心 // @Success 200 {object} app.Response "{"code": 200, "data": [...]}"