curl --location --request GET 'http://47.93.16.76:8080/app/news/api/v1/topic/list?channelId=1'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"createTime": "2023-10-13 16:44:31",
"topicId": 3,
"channelId": 1,
"title": "我是第三个话题的标题",
"contents": "我是第三个话题的描述",
"attendNums": null,
"relatedNewsId": null,
"tabJson": null,
"topicStatus": null,
"delFlag": null,
"heat": 0
}
]
}