播放列表(带分页)

Example

GET 播放列表(带分页)

https://global.talk-cloud.net/vod/webapi/package

参数名 必选 类型 说明
Content-Type string application/json
Accept string application/json
version string 版本号:(预设:v2)
Tk-authkey string 企业Key
Timestamp string token生产时间:(预设:1641600967)
Tk-token string 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==)
参数名 是否必选 类型 说明
title string 标题搜索
page int 需要显示的页面
参数名 类型 说明
result int 0成功 非0失败
msg string 接口消息
data objec 数据
data.total int 分页总数
data.per_page int 每页大小
data.current_page int 当前页
data.last_page int 最后页
data.data objec[] 数据
data.data.id int 视频ID
data.data.title string 播放列表标题
data.data.pic int 时长(秒)
data.data.videoCount int 视频数量
data.data.createTime string 创建时间
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 {
    "result":0,
    "data":{
        "total":2,
        "per_page":50,
        "current_page":1,
        "last_page":1,
        "data":[
            {
                "id":40,
                "title":"8",
                "pic":"/cospath/20210803_100604_jdqwzpco.jpg",
                "videoCount":9,
                "createTime":"2021-08-02 18:01:23"
            },
            {
                "id":41,
                "title":"9",
                "pic":"",
                "videoCount":5,
                "createTime":"2021-08-02 18:01:27"
            }
        ]
    },
    "msg":"成功"
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号