Commit eb072d3de5b7806fbec1d4c4217c88048ee6f002
1 parent
157f1754
1
Showing
1 changed file
with
20 additions
and
14 deletions
01.点播云/1.0 获取点播信息接口Server.md
| ... | ... | @@ -44,22 +44,28 @@ HTTP GET |
| 44 | 44 | |
| 45 | 45 | ``` json |
| 46 | 46 | { |
| 47 | - "errorMessage":"请求成功", | |
| 48 | 47 | "data":{ |
| 49 | - "createTime":"20160808125905", | |
| 50 | - "publishTime":"20160808131657", | |
| 51 | - "status":"1", | |
| 52 | - "vId":"174e6c5f3d9e4ddeb739feed1906fa11", | |
| 53 | - "vipFlag":"0", | |
| 54 | - "packagePomID":"3_ent/xingwenrebao/yuleqianxian/", | |
| 55 | - "subTitle":"BTOB对粉丝甜喊:我想你们了", | |
| 56 | - "title":"BTOB甜喊:我想你们了", | |
| 57 | - "description":"@TV娱乐前线:韩国男团BTOB近日在台北国际会议中心举行演唱会。", | |
| 58 | - "freePlayLength":"60", | |
| 59 | - "rates":"1,2,3", | |
| 60 | - "onePomID":"3_174e6c5f3d9e4ddeb739feed1906fa11" | |
| 48 | + "categoryName":"资讯", | |
| 49 | + "desc":"一带一路特别节目", | |
| 50 | + "duration":324000, | |
| 51 | + "imginfos":{ | |
| 52 | + "316*506":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/316/h/506", | |
| 53 | + "112*63":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/112/h/63", | |
| 54 | + "224*126":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/126", | |
| 55 | + "224*398":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398", | |
| 56 | + "485*303":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/485/h/303" | |
| 57 | + }, | |
| 58 | + "institutionName":"阿斯蒂芬村", | |
| 59 | + "rates":"1,2", | |
| 60 | + "showFileSize":418501536, | |
| 61 | + "spid":60, | |
| 62 | + "subTitle":"", | |
| 63 | + "tag":"丝绸之路,一带一路,文化交流,中华文化", | |
| 64 | + "videoId":"17cbfede6f074db18d06fdeb170e41c4", | |
| 65 | + "videoName":"大道之行一带一路" | |
| 61 | 66 | }, |
| 62 | - "errorCode":"0" | |
| 67 | + "errorCode":0, | |
| 68 | + "errorMessage":"sucess" | |
| 63 | 69 | } |
| 64 | 70 | ``` |
| 65 | 71 | #### java 示例 | ... | ... |