简要描述:

  • 获取员工列表

请求域名:

  • https://dev8.yunzmall.com/business/1/

请求URL:

https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/getSipList?i=25&mid=164379&type=5&cid=11

参数:

参数名 是否必须 类型 说明
keyword string 员工信息关键字,电话,id,姓名

返回示例:

正确时返回:

{
  "result": 1,
  "msg": "ok",
  "data": {
    "current_page": 1,
    "data": [
      {
        "id": 1,
        "uniacid": 25,
        "business_id": 11,
        "staff_id": 441,
        "seat_code": "123",
        "sip_password": "1234",
        "created_at": "1689909079",
        "updated_at": "1689909079",
        "has_one_staff": {
          "id": 441,
          "name": "吴芳明",
          "mobile": "",
          "avatar": "",
          "userid": null,
          "avatar_mediaid": ""
        }
      }
    ],
    "first_page_url": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/getSipList?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/getSipList?page=1",
    "next_page_url": null,
    "path": "https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/getSipList",
    "per_page": 15,
    "prev_page_url": null,
    "to": 1,
    "total": 1
  }
}