Commit ef0c40d4a618e59356bc1de1d866c50ac1edc041

Authored by 刘炯
1 parent 44dddbc4

修改图片

12.内容库云/1.1.1 内容云入库接口_video_mam.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 | 图片:json格式 <br/> type: 图片类型:titleImage:标题图片;contentImage:组图图片|
38 | director | string | false | 导演 | 38 | director | string | false | 导演 |
39 | actors | string | false | 演员 | 39 | actors | string | false | 演员 |
40 | albumName | string | false | 专辑名称 | 40 | albumName | string | false | 专辑名称 |
@@ -96,18 +96,14 @@ HTTP POST @@ -96,18 +96,14 @@ HTTP POST
96 "durationBySec":"209", 96 "durationBySec":"209",
97 "language":"汉语" 97 "language":"汉语"
98 }, 98 },
99 - "imgJson":[ 99 + "img":[
100 { 100 {
101 - "type":"titleImage",  
102 "format":"316*506", 101 "format":"316*506",
103 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/316/h/506", 102 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/316/h/506",
104 - "desc":"图片介绍"  
105 }, 103 },
106 { 104 {
107 - "type":"contentImage",  
108 "format":"485*303", 105 "format":"485*303",
109 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398", 106 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398",
110 - "desc":"图片介绍"  
111 } 107 }
112 ] 108 ]
113 } 109 }