推广详情

Example

GET 推广详情

https://global.talk-cloud.net/vod/webapi/video/{video_id}/promote

参数名 必选 类型 说明
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==)
参数名 是否必填 类型 说明
video_id number 视频ID
参数名 类型 说明
result int 0成功 非0失败
msg string 接口消息
data object 数据
data.link string 链接地址
data.type int 推广类型(0:文字;1:图片)
data.text string 推广内容
data.transparency int 图片不透明度0-100
data.location int 图片位置(1:左上;2:右上;3:左下;4:右下)
data.videoId int 视频ID
data.imgUrl string 图片地址
data.fileSize string 文件大小
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
    "result":0,
    "data":{
        "link":"https:\/\/demo.talk-cloud.net\/vod\/videolist",
        "type":1,
        "text":null,
        "transparency":100,
        "location":2,
        "videoId":2260,
        "fileSize":8745222,
        "imgUrl":"https:\/\/demo-dianbo.talk-cloud.net\/cospath\/20210922\/75737bc33dd6af65e08e3289713cd15c.png"
    },
    "msg":"成功"
}

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