{
"isDetail": "1",
"id": "25457",
"type": "weibo"
}
curl --location --request POST '/v5/hotnews/hot-list/hot-detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDetail": "1",
"id": "25457",
"type": "weibo"
}'
{
"code": 0,
"msg": "string",
"data": {
"trends": [
{
"time": "string",
"ranking": "string",
"toutiaoWci": 0,
"type": "string",
"showTime": "string"
}
],
"chartDta": {
"xAxisData": [
"string"
],
"lineData": [
"string"
]
},
"list": {
"list": [
{
"word": "string",
"time": "string"
}
],
"count": 0
}
}
}