分类接口

接口名称:获取影片分类列表

接口地址:/openapi/template/vod/category

请求方式:GET

请求参数:

字段名 字段类型 字段说明 是否必填 默认值
offset int 偏移量 非必填
page int 页码 必填 1
limit int 请求条数 必填 10
order string 排序 非必填
keywords string 关键字 非必填
parentId int 类型id 必填
type string 非必填

响应结果:

200 成功

[
    {
        "id": 0,
        "name": "",
        "pid": 0,
        "referCount": 0,
        "childNum": 0,
        "children": null
    }
]

400 失败

{
    "module": "",
    "statusCode": 0,
    "message": ""
}

401 没有权限

{
    "module": "",
    "statusCode": 0,
    "message": ""
}

403 token失效

{
    "module": "",
    "statusCode": 0,
    "message": ""
}

results matching ""

    No results matching ""