{
"customer_id": "57a286a608894aa7b26a9e589f4d3333",
"days": "30",
"start_time": "",
"end_time": "",
"chat_source": [],
"chat_robot": [],
"seat_member": []
}
curl --location --request POST 'https://chat.jijyun.cn/v1/openapi/chat/record?apiKey=KP6GeQhX4u5oWS4eey5481io1745205533' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "57a286a608894aa7b26a9e589f4d3333",
"days": "30",
"start_time": "",
"end_time": "",
"chat_source": [],
"chat_robot": [],
"seat_member": []
}'
{
"Code": 2000,
"Data": [
{
"chat_id": "5c82cf0c-8db0-4bcd-94de-dece5c011f8b-258262",
"messages": [
{
"content": "你好",
"message_type": "AI对话",
"sender_type": "用户"
},
{
"content": "人工回复: 1777",
"message_type": "人工对话",
"sender_type": "客服"
},
{
"content": "访客发送: 777",
"message_type": "人工对话",
"sender_type": "用户"
},
{
"content": "客服回复: 000",
"message_type": "人工对话",
"sender_type": "客服"
},
{
"content": "访客发送: 456",
"message_type": "人工对话",
"sender_type": "用户"
},
{
"content": "人工回复: 666",
"message_type": "人工对话",
"sender_type": "客服"
},
{
"content": "访客发送: 123",
"message_type": "人工对话",
"sender_type": "用户"
}
]
}
],
"Msg": "成功",
"RequestId": "27126e34-42c1-437c-a569-a79d5c590a40"
}