Commit 157f17542f6fc2aa7f7e78b71df1f6e9c7ba88ec
1 parent
19642589
修改字段信息
Showing
1 changed file
with
12 additions
and
9 deletions
01.点播云/1.0 获取点播信息接口Server.md
| @@ -25,17 +25,20 @@ HTTP GET | @@ -25,17 +25,20 @@ HTTP GET | ||
| 25 | | :-----------| :------: | :------: | :------: | | 25 | | :-----------| :------: | :------: | :------: | |
| 26 | | errorCode| int | true | 错误类型号 | | 26 | | errorCode| int | true | 错误类型号 | |
| 27 | | errorMessage| string | true | 错误类型 | | 27 | | errorMessage| string | true | 错误类型 | |
| 28 | -| title| string | true | 节目标题 | | 28 | +| videoName| string | true | 节目标题 | |
| 29 | | subTitle| string | false | 节目副标题 | | 29 | | subTitle| string | false | 节目副标题 | |
| 30 | -| description| string | false | 节目描述 | | ||
| 31 | -| createTime| string | true | 创建时间,格式:yyyyMMddHHmmss | | ||
| 32 | -| publishTime| string | true | 发布时间,格式:yyyyMMddHHmmss | | ||
| 33 | -| status| string | true | 节目状态,0:待发布,1:已发布,2:下线 | | ||
| 34 | -| vId| string | true | 节目的唯一标识 | | ||
| 35 | -| packagePomID| string | false | 节目的产品包ID | | ||
| 36 | -| onePomID| string | false | 节目的产品ID | | ||
| 37 | -| freePlayLength| string | false | 免费播放时长,单位 s,默认 60 | | 30 | +| desc| string | false | 节目描述 | |
| 31 | +| categoryName| string | false | 分类名称 | | ||
| 32 | +| customCategoryName| string | true | 自定义分类名称 | | ||
| 33 | +| tag| string | false | 标签,多个以 逗号分隔 | | ||
| 34 | +| videoId| string | true | 节目的唯一标识 | | ||
| 35 | +| duration| int | false | 时长,单位 : 毫秒 | | ||
| 36 | +| showFileSize| string | false | 文件大小 | | ||
| 37 | +| spid| int | false | 所属sp | | ||
| 38 | +| institutionName| string | true | 机构名称 | | ||
| 39 | +| imginfos| map | false | 图片信息``` {"120*60":"xxxx.jpg"} {"800*600":"xxxx.jpg"} ```| | ||
| 38 | | rates | string | ture |清晰度标识,多个用逗号隔开: 流畅版=1,清晰版=2,高清版=3,超高清=4 | | 40 | | rates | string | ture |清晰度标识,多个用逗号隔开: 流畅版=1,清晰版=2,高清版=3,超高清=4 | |
| 41 | +| playUrls| Array | false | 播放url ``` [{"rate":2,"fmt":"hls","url":"http://xxx.m3u8"},{"rate":2,"fmt":"mp4","url":"http://xxx.mp4"}] ```| | ||
| 39 | 42 | ||
| 40 | 返回JSON格式的节目元数据信息,json示例如下: | 43 | 返回JSON格式的节目元数据信息,json示例如下: |
| 41 | 44 |