打点列表
Example
GET 打点列表
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 | 是 | number | 视频ID |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | int | 0成功 非0失败 |
| msg | string | 接口消息 |
| data | object | 数据 |
| data.id | int | 打点id |
| data.desc | string | 打点描述 |
| data.times | string | 打点时间 |
| data.jumpUrl | string | 跳转地址 |
1 2 3 4 5 6 7 8 9 10 11 12 | |




