Ver Fonte

Merge branch 'report_share'

ziwen há 1 ano atrás
pai
commit
9833b6b25a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      controllers/sys_admin.go

+ 2 - 2
controllers/sys_admin.go

@@ -1264,8 +1264,8 @@ func (this *SysAdminController) ResetPass() {
 
 
 // Add
-// @Title 新增系统用户
-// @Description 新增系统用户接口
+// @Title 用户详情信息
+// @Description 用户详情信息
 // @Param	request	body system.SysuserAddReq true "type json string"
 // @Success 200 新增成功
 // @router /sysuser/detail [get]