暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_chat_log' \
--form 'appid="10000"' \
--form 'usertoken="fe923ffb4b8e039d3b7352a42a2ec5b04d452ab4"' \
--form 'receiver_id="2"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"fromUser": {
"id": 1,
"username": "moran",
"nickname": "默然123",
"usertx": "http://nmoranpro.cn/uploads/20231223/20780e022ec2e5c052ba23b6bdb99db8.png",
"sex": 0,
"title": [],
"vip": true,
"badge": [
{
"id": 1,
"name": "新手上路",
"icon": "http://nmoranpro.cn/uploads/20231220/1cd2cea260be96cd1ac34c4320079eb1.png",
"type": 0,
"expiration_time": "2023-12-23 22:37:20"
}
],
"hierarchy": "初学者",
"sexName": "男",
"ip_address": "本机地址"
},
"message": {
"id": 2,
"create_time": "2024-01-09 21:43:40",
"content": "1",
"message_type": 2,
"image_path": "",
"money_type": 0,
"reply": ""
}
}
],
"pagecount": 1,
"current_number": "1"
},
"timestamp": 1704808101
}