{
"page":1,
"page_size":10,
"sentence_tag":""
}
curl --location --request POST '/api/billboard/total_billboard' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"page_size":10,
"sentence_tag":""
}'
{
"code": 0,
"msg": "string",
"data": {
"page": {
"page": 0,
"page_size": 0,
"total": 0
},
"objs": [
{
"rank": 0,
"sentence": "string",
"sentence_id": 0,
"create_at": 0,
"hot_score": 0,
"video_count": 0,
"sentence_tag": 0,
"city_code": 0,
"trends": [
null
],
"index": 0,
"SnapshotSubType": "string",
"city_name": "string",
"sentence_tag_name": "string",
"SnapshotType": 0,
"SnapshotID": 0,
"first_item_cover_url": "string",
"is_favorite": true,
"item_list": null,
"item_list_i64": null,
"recommend_type": null
}
],
"last_update_time": "string"
}
}