播放器列表

Example

GET 播放器列表

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

参数名 必选 类型 说明
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 接口代码
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 播放器序号
data.data.title string 播放列表标题
data.data.playerId string 播放器ID
data.data.isDefault int 是否默认 0否 1是
data.data.updateTime 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": 7,
        "per_page": 50,
        "current_page": 1,
        "last_page": 1,
        "data": [
            {
                "id": 90,
                "title": "创建一个新的播放器",
                "playerId": "yULmt3wnls",
                "isDefault": 0,
                "updateTime": "2021-09-02 16:26:34"
            },
            {
                "id": 91,
                "title": "复制播放器2",
                "playerId": "u4x2pYWeWP",
                "isDefault": 0,
                "updateTime": "2021-08-27 16:03:43"
            }
        ]
    },
    "msg": "成功"
}

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