Explorar el Código

Merge branch 'report_share'

ziwen hace 1 año
padre
commit
9833b6b25a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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]