Commit cc8bd1b7ebc79f9cd1bd8d29ae86cd305d2e5cc0
1 parent
63fd8863
点播列表接口修改
Showing
1 changed file
with
4 additions
and
3 deletions
12.内容库云/3.1 获取点播列表接口Server.md
| @@ -36,7 +36,8 @@ HTTP GET | @@ -36,7 +36,8 @@ HTTP GET | ||
| 36 | | categoryId| int | true | 分类Id | | 36 | | categoryId| int | true | 分类Id | |
| 37 | | categoryName| string | false | 分类名称 | | 37 | | categoryName| string | false | 分类名称 | |
| 38 | | tag| string | false | 标签,多个以 逗号分隔 | | 38 | | tag| string | false | 标签,多个以 逗号分隔 | |
| 39 | -| spId| int | false | 所属sp | | 39 | +| rates| string | true | 视频码率格式,多种码率用逗号隔开,码率分别定义为:1:流畅;2:清晰;3:高清;4:超清 | |
| 40 | +| cpName| string | true | 所属cp, 没有所属CP的,用SPName代替 | | ||
| 40 | | createDate| string | true | 内容创建时间 | | 41 | | createDate| string | true | 内容创建时间 | |
| 41 | | lastModify| string | true | 最后修改时间 | | 42 | | lastModify| string | true | 最后修改时间 | |
| 42 | | imgJson| map | false | 图片信息| | 43 | | imgJson| map | false | 图片信息| |
| @@ -57,7 +58,7 @@ HTTP GET | @@ -57,7 +58,7 @@ HTTP GET | ||
| 57 | "112*63":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/112/h/63" | 58 | "112*63":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/112/h/63" |
| 58 | }, | 59 | }, |
| 59 | "rates":"1,2", | 60 | "rates":"1,2", |
| 60 | - "spId":60, | 61 | + "cpName":"非凡娱乐", |
| 61 | "subTitle":"", | 62 | "subTitle":"", |
| 62 | "tag":"丝绸之路,一带一路,文化交流,中华文化", | 63 | "tag":"丝绸之路,一带一路,文化交流,中华文化", |
| 63 | "createDate":"2017-09-20 12:30:34", | 64 | "createDate":"2017-09-20 12:30:34", |
| @@ -74,7 +75,7 @@ HTTP GET | @@ -74,7 +75,7 @@ HTTP GET | ||
| 74 | "112*63":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/112/h/63" | 75 | "112*63":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/112/h/63" |
| 75 | }, | 76 | }, |
| 76 | "rates":"1,2", | 77 | "rates":"1,2", |
| 77 | - "spid":60, | 78 | + "cpName":"非凡娱乐", |
| 78 | "subTitle":"", | 79 | "subTitle":"", |
| 79 | "tag":"丝绸之路,一带一路,文化交流,中华文化", | 80 | "tag":"丝绸之路,一带一路,文化交流,中华文化", |
| 80 | "createDate":"2017-09-20 12:30:34", | 81 | "createDate":"2017-09-20 12:30:34", |