curl --location --request GET '/api/community_search/lists'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"history": [
"888"
],
"topic": [
{
"id": 1,
"name": "话题1"
}
]
}
}