获取用户列表
GET
userManage/user/list
接口描述
获取用户人员信息列表
请求参数
参数名
类型
描述
必填
pageNum
int
页码
必填
pageSize
int
每页大小
必填
deptNum
string
部门编号
可选
keyword
string
关键字
可选
roleId
string
角色id
可选
userAccount
string
用户账号
可选
成功返回
失败返回
参数名
类型
描述
必填
code
int
错误码,0正确,不等于0表示有错误,错误信息会通过msg返回
必填
msg
string
错误提示信息。
可选