curl --location --request GET 'https://test-api.yunjishop.cn/member/app/topic/hotList?keyword='
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"topicId": 0,
"name": "string",
"totalHeat": 0,
"totalHeatStr": "string"
}
]
}