接口说明:获取企业渠道列表
https://open.rabbitpre.com/api/organizeChannel/getDeptEmployeeList
参数 | 必选 | 类型 | 说明 |
isQueryEmployee | true | Integer | 是否查询员工 0是 1否 |
queryEmployeeType | true | Integer | 查询员工类型,1:查询有关联子账号(不传默认为1),2:查询已激活的,3:查询所有组织架构的员工 |
uid | true | String | 第三方平台用户的用户id |
companyId | true | String | 第三方平台企业id |
换行和缩进只是为了更好的展示:
https://open.rabbitpre.com/api/organizeChannel/getDeptEmployeeList
参数 | 类型 | 说明 |
deptName | String | 部门名 |
deptId | Long | 部门id |
parentId | Long | 父部门id |
isManager | Integer | 是否是该部门的管理者 1是 0不是 |
employeeVoList | List<Map<String,Object>> | 员工列表 |
subDepartmentList | List<DepartmentEmployeeVo> | 子部门列表 |
serialNum | Integer | 排序值 |
auditStatus | integer | 子部门列表 |
createTime | Date | 创建时间 |