文档
测试

会话列表

POST
api/Chat/kefuChatList

响应参数

参数名
类型
描述
必填
fromid
int
客服
必填
head_img
客服头像
必填
to_username
用户
必填
to_head_img
用户头像
必填
content
聊天内容
必填

说明 / 示例

{ "success": true, "data": [ { "id": 9, "fromid": 1576, "fusername": "13688888888", "tusername": "18727219999", "username": "蜜蜂", "head_img": "/static/photo/300.jpg", "content": "明天会更好", "update_time": 1704720457, "needsend": 1, "toid": 541, "to_username": "AY999999", "to_head_img": "/uploads/head/541/e5b33fdb9ce9174d3f3f48f7a54e84a4.png" } ], "message": "success" }