水印模板列表

Example

GET 水印模板列表

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

参数名 必选 类型 说明
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==)
参数名 是否必填 类型 说明
id int 水印模板id
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.path string 模板图片
data.data.type string 模板类型
data.data.createTime string 创建时间
data.data.fileSize 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":112,
                "title":"水印模板",
                "path":"/cospath/20210811_152436_alokzjdr.jpeg",
                "type":"图片",
                "createTime":"2021-07-26 10:38:52"
            },
            {
                "id":147,
                "title":"gx添加新水印4",
                "path":"http://1500005930.vod2.myqcloud.com/43844301vodtranscq1500005930/580ccd5d3701925922933081422/sampleSnapshot/sampleSnapshot_10554",
                "type":"图片",
                "createTime":"2021-09-16 11:28:30"
            }
        ]
    },
    "msg":"成功"
}

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