From 4a2659573be951dbaa47ffe8737972b85a6c15fa Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Wed, 14 Jul 2021 22:36:03 +0800 Subject: [PATCH] =?UTF-8?q?docs=F0=9F=93=9D:=20=20=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/apis/sys_user.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/apis/sys_user.go b/app/admin/apis/sys_user.go index 9c45271b..efc44140 100644 --- a/app/admin/apis/sys_user.go +++ b/app/admin/apis/sys_user.go @@ -95,7 +95,7 @@ func (e SysUser) Get(c *gin.Context) { // @Tags 用户 // @Accept application/json // @Product application/json -// @Param data body dto.SysUserControl true "用户数据" +// @Param data body dto.SysUserInsertReq true "用户数据" // @Success 200 {object} response.Response "{"code": 200, "data": [...]}" // @Router /api/v1/sys-user [post] // @Security Bearer @@ -130,7 +130,7 @@ func (e SysUser) Insert(c *gin.Context) { // @Tags 用户 // @Accept application/json // @Product application/json -// @Param data body dto.SysUserControl true "body" +// @Param data body dto.SysUserUpdateReq true "body" // @Success 200 {object} response.Response "{"code": 200, "data": [...]}" // @Router /api/v1/sys-user/{userId} [put] // @Security Bearer