简要描述:
- 获取员工列表
请求域名:
- https://dev8.yunzmall.com/business/1/
请求URL:
https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/staffList?i=25&mid=164379&type=5&cid=11&keyword=%E9%99%88%E5%9F%B9%E4%BB%81
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
keyword | 否 | string | 员工信息关键字,id或姓名 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"id": 411,
"name": "陈培仁",
"mobile": "13751611472",
"avatar": "https://wework.qpic.cn/bizmail/eLlxMZPleicWVxENe3V6sIATFepKR8ZvYRBFpnibGbKEara7oeuMdfxg/0",
"userid": null,
"avatar_mediaid": "https://wework.qpic.cn/bizmail/eLlxMZPleicWVxENe3V6sIATFepKR8ZvYRBFpnibGbKEara7oeuMdfxg/0"
}
],
"first_page_url": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/staffList?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/staffList?page=1",
"next_page_url": null,
"path": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/staffList",
"per_page": 20,
"prev_page_url": null,
"to": 1,
"total": 1
}
}