简要描述:
- 客服列表统计信息--后台
请求URL:
GET/business/{公众号id}/plugin/YunChat/employeeGetSummary
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"total_agent": 4,
"used_agent": 4,
"end_time": 1650165896,
"end_time_str": "2022-04-17"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
total_agent | int | 坐席总数 | |
used_agent | int | 已分配坐席数 | |
end_time_str | string | 坐席到期时间 |