抖音热点分类
POST
/api/billboard/billboard_category请求参数
Body 参数application/json
billboard_type
string
必需
热点分类 rise: 上升热点榜分类 city:同城热点榜分类 total:热点总榜分类 }
示例
{
"billboard_type": "rise"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {3}]
必需
label
string
必需
value
array[integer]
必需
num
integer
必需
示例
{
"code": 0,
"msg": "string",
"data": [
{
"label": "string",
"value": [
0
],
"num": 0
}
]
}
最后修改时间: 5 个月前