curl --location --request POST '/api/chat/chat?other_id&question'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 2,
"category_id": 1,
"sort": 1,
"content": "123",
"status": 1,
"create_time": "2023-04-17 10:38:54",
"update_time": "2023-04-17 10:38:54",
"delete_time": null,
"name": "分类1"
}
]
}