文档
测试

通过部门查询用户列表

POST
http://127.0.0.1/api/system/user/selectIsSonUserPostList

请求参数

参数名
类型
描述
必填
isSonUser
string
示例:0;是否包含子部门用户数据 0:包含 ,1:不包含
必填
deptId
int
示例:0;部门ID
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
userId
int
示例:114;用户ID
必填
userName
string
示例:李夏;姓名
必填
jobNumber
string
示例:016330;工号
必填
avatar
string
示例:头像
必填
deptNameStr
object
示例:null
必填
deptId
object
示例:null
必填
deptName
object
示例:null
必填
postName
string
示例:副总经理;岗位
必填
account
string
登陆账号
必填