推广修改
Example
POST 推广修改
https://global.talk-cloud.net/vod/webapi/video/{video_id}/promote
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | multipart/form-data |
| Accept | 是 | string | application/json |
| version | 是 | string | 版本号:(预设:v2) |
| Tk-authkey | 是 | string | 企业Key |
| Timestamp | 是 | string | token生产时间:(预设:1641600967) |
| Tk-token | 是 | string | 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==) |
| 参数名 | 是否必填 | 类型 | 说明 |
|---|---|---|---|
| video_id | 是 | int | 视频ID |
| 参数名 | 是否必填 | 类型 | 说明 |
|---|---|---|---|
| link | 是 | string | 链接 |
| type | 是 | int | 推广类型(0:文字;1:图片) |
| text | 是 | string | 推广内容(最长60)type=0 |
| img | 是 | file | 图片文件流 type=1 |
| transparency | 是 | int | 图片不透明度(0-100) |
| location | 是 | int | 图片地址(1:左上;2:右上;3:左下;4:右下) |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | int | 0成功 非0失败 |
| msg | string | 接口消息 |
1 2 3 4 5 | |




