内容分类操作
获取内容分类详情
curl -X GET \
-H "Authorization: Hydrogen-r1 {{AccessToken}}" \
-H "X-Hydrogen-Client-ID: [[client_id]]" \
-H "Content-Type: application/json" \
https://{{服务器域名}}/hserve/v2.2/content/category/1/{
"children": [
{
"have_children": false,
"id": 1554806396128475,
"name": "test"
}
],
"have_children": true,
"id": 1554806170889376,
"name": "ifanr"
}参数
类型
说明
获取内容分类列表
参数
类型
说明
Last updated
Was this helpful?