curl --location --request GET '/api/chat_records/chatLog?type=&other_id=' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"type": 1,
"content": "李白是哪个朝代的人"
},
{
"type": 2,
"content": "李白是唐朝著名的诗人。"
}
]
}