新增打点

Example

POST 新增打点

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

参数名 必选 类型 说明
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 int 视频ID
参数名 是否必选 类型 说明
desc string 描述
jumpLink string 跳转链接
times object 打点时间
times.hour int
times.min int
times.sec int
1
2
3
4
5
6
7
8
9
 {
    "desc":222,
    "jumpLink":"http://baidu.com",
    "times":{
        "hour":0,
        "min":0,
        "sec":3
    }
}
参数名 类型 说明
result int 0成功 非0失败
msg string 接口消息
1
2
3
4
5
{
    "result": 0,
    "data": "",
    "msg": "成功"
}

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