移动通用接口
Example
POST 移动通用接口
https://global.talk-cloud.net/vod/webapi
/package/video/move
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
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==) |
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
type | 是 | string | 操作类型(up:上移;down:下移;top:置顶;stick:置底) |
current_id | 是 | string | 目标视频序号 |
exchange_id | 否 | string | 要交换视频的序号(top:置顶;stick:置底 必填) |
package_id | 是 | int | 播放列表ID |
1 2 3 4 5 6 |
|
参数名 | 类型 | 说明 |
---|---|---|
result | int | 0成功 非0失败 |
msg | string | 接口消息 |
1 2 3 4 5 |
|