| 错误码 | 说明 |
|---|---|
| 20402 | 会话类型错误,请输入"ext_user","room"或"other_staff" |
| 调用此接口需购买会话席位。 |
curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/chat/session/list?access_token=708a904a8fb4592ea83c5b0accd30600&staff_id=ZengDeWei&order_by=last_updated_desc&type&limit=30&offset=0&access_token='{
"errcode": 0,
"errmsg": "ok",
"total": 1,
"session_list": [
{
"id": "xxxxxxxx",
"created_at": 1579434300,
"staff_id": "zhangsan",
"target_id": "wo8xjUCAAAtHYL_MZJby_7lRz0QE1kWw",
"name": "李四",
"avatar": "http://wework.qpic.cn/wwhead/duc2TvpEgSSWiaVLaJnssaYfX71u0Rya0GdmcJWhR6qBgbjkqiaSIKkicTy1wVhr9tQoTMP4rCxFLM/0",
"agree_msgaudit": true,
"agree_time": 1579434160,
"last_msg_thumb": "你好",
"last_msg_time": 1591940337,
"session_type": "ext_user",
"type": 2,
"unionid": "xxx"
}
]
}