简要描述:
- 获取员工列表
请求域名:
- https://dev8.yunzmall.com/business/1/
请求URL:
https://dev15.yunzmall.com/business/25/plugin/OutboundSystem/sipSet/addSip?i=25&mid=164379&type=5&cid=11&staff_id=441&seat_code=123&sip_password=1234
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
staff_id | 是 | int | 员工id |
seat_code | 是 | string | sip账号 |
sip_password | 是 | string | sip密码 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "配置员工sip成功",
"data": [
]
}