Commit ef392f250df29f75ed6f52e2b83c5821f50aa4fe

Authored by 刘炯
1 parent 45b3c481

update

12.内容库云/1.1.3 内容云入库接口_video_cms.md
@@ -34,7 +34,7 @@ HTTP POST @@ -34,7 +34,7 @@ HTTP POST
34 | description | string | false | 描述 | 34 | description | string | false | 描述 |
35 | bodyContent | string | false | 文本内容,含html代码,传输时注意编码 | 35 | bodyContent | string | false | 文本内容,含html代码,传输时注意编码 |
36 | copyrightId | string | true | 版权标识,唯一标示,来自 统一的 内容版权管理系统(建议暂时editorid来标示) | 36 | copyrightId | string | true | 版权标识,唯一标示,来自 统一的 内容版权管理系统(建议暂时editorid来标示) |
37 -| imgJson | string | true | 图片:json格式 <br/> type: 图片类型:titleImage:标题图片;contentImage:组图图片| 37 +| img | string | true | 图片:|
38 | director | string | false | 导演 | 38 | director | string | false | 导演 |
39 | actors | string | false | 演员 | 39 | actors | string | false | 演员 |
40 | albumName | string | false | 专辑名称 | 40 | albumName | string | false | 专辑名称 |
@@ -98,18 +98,14 @@ HTTP POST @@ -98,18 +98,14 @@ HTTP POST
98 "durationBySec":"209", 98 "durationBySec":"209",
99 "language":"汉语" 99 "language":"汉语"
100 }, 100 },
101 - "imgJson":[ 101 + "img":[
102 { 102 {
103 - "type":"titleImage",  
104 "format":"316*506", 103 "format":"316*506",
105 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/316/h/506", 104 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/316/h/506",
106 - "desc":"图片介绍"  
107 }, 105 },
108 { 106 {
109 - "type":"contentImage",  
110 "format":"485*303", 107 "format":"485*303",
111 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398", 108 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398",
112 - "desc":"图片介绍"  
113 } 109 }
114 ] 110 ]
115 } 111 }