文档
测试

获取部门列表 -> 通讯录

POST
http://127.0.0.1:17201/member/department/getDepartmentList

请求参数

参数名
类型
描述
必填
departmentId
int
示例:1
必填

响应参数

参数名
类型
描述
必填
deptEgg
object
示例:null
必填
deptEggId
object
示例:null
必填
deptBefore
object
示例:null
必填
deptBeforeId
object
示例:null
必填
departmentList
array
数据列表
必填
peopleList
array
数据列表
必填
memberId
int
示例:520
必填
memberName
string
示例:朱林健
必填
icon
string
示例:http://118.178.132.220/oa/file/test/278_20201120091614_702059.jpg
必填
jobName
string
示例:Java工程师
必填
departmentName
string
示例:总裁办
必填
mobile
string
示例:15002708774
必填
status
int
示例:1
必填

说明 / 示例

``` { "code": 1000, "message": null, "data": { "deptEgg": null, "deptEggId": null, "deptBefore": null, "deptBeforeId": null, "departmentList": [], "peopleList": [ { "memberId": 520, "memberName": "朱林健", "icon": "http://118.178.132.220/oa/file/test/278_20201120091614_702059.jpg", "jobName": "Java工程师", "departmentName": "总裁办", "mobile": "15002708774", "status": 1 } ] } } ```