- 商城管理
- 用户注册
- 用户信息
- 用户开户
- 用户等级
- 用户充值
- 客服中心
- 用户提现
- 用户商品
- 用户订单
- 店铺信息
- 工作日志
- 脚本任务
- 上传图片
会话列表
开发中
开发环境
开发环境
GET
/api/User/kefu_conver_list
请求参数
Query 参数
token
string
token
默认值:
ecdb1002daa7fc6720db57a540264fb4
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://172.24.66.61/aimall/public/api/User/kefu_conver_list?token='
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {10}]
必需
id
integer
会话记录ID
user_id
integer
用户ID
admin_id
integer
业务员ID
belong_to
integer
必需
type
integer
必需
content_or_img
string
必需
is_read
integer
必需
state
integer
必需
create_time
string
会话时间
profile_picture
string
头像
示例
{
"code": 1,
"msg": "会话列表",
"data": [
{
"id": 2,
"user_id": 10,
"admin_id": 2,
"belong_to": 0,
"type": 0,
"content_or_img": "你好客服/hellow",
"is_read": 0,
"create_time": "2025-02-27 17:23:02",
"user_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250212/996579e0876e0f4dec6adf912837786a.png",
"admin_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250228/f53c8222b7d0f402d45c9299616d088b.png"
},
{
"id": 3,
"user_id": 10,
"admin_id": 2,
"belong_to": 0,
"type": 0,
"content_or_img": "123",
"is_read": 0,
"create_time": "2025-02-27 17:26:00",
"user_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250212/996579e0876e0f4dec6adf912837786a.png",
"admin_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250228/f53c8222b7d0f402d45c9299616d088b.png"
},
{
"id": 4,
"user_id": 10,
"admin_id": 2,
"belong_to": 0,
"type": 0,
"content_or_img": "456",
"is_read": 0,
"create_time": "2025-02-27 17:26:04",
"user_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250212/996579e0876e0f4dec6adf912837786a.png",
"admin_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250228/f53c8222b7d0f402d45c9299616d088b.png"
},
{
"id": 5,
"user_id": 10,
"admin_id": 2,
"belong_to": 1,
"type": 0,
"content_or_img": "请你耐心等待",
"is_read": 0,
"create_time": "2025-02-27 17:26:05",
"user_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250212/996579e0876e0f4dec6adf912837786a.png",
"admin_profile_picture": "http://172.24.66.61/aimall/public/uploads/20250228/f53c8222b7d0f402d45c9299616d088b.png"
}
]
}
修改于 2025-02-27 09:25:37