Authorization: Bearer ********************
{
"single_chat_id": 4
}
curl --location -g --request GET '/api/im/message/list?arc_code={{arc_code}}&system_code={{system_code}}&single_chat_id=9' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"single_chat_id": 4
}'
{
"message": "操作成功",
"code": 200,
"data": [
{
"id": 13,
"single_chat_id": 4,
"type": 1,
"content": "Hello world",
"dispatcher": "白小朋",
"dispatcher_role": "doctor",
"receiver": "小王",
"receiver_role": "resident",
"is_revocation": 0,
"created_at": "2025-04-10 19:14:53"
}
]
}