Authorization: Bearer ********************
{}
curl --location -g --request GET '/api/im/chat/list?arc_code={{arc_code}}&system_code={{system_code}}' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"message": "操作成功",
"code": 200,
"data": {
"paginate": {
"total": 1,
"current_page": 1,
"current_count": 1,
"page_size": 15
},
"list": [
{
"single_chat_id": 4,
"name": "小王",
"content": "Hello world",
"created_at": "2025-04-10 19:14:53"
}
]
}
}