Commit 708534dd87e1bbd4fef65d5116b61aa8c98245b8

Authored by 刘炯
1 parent 9f466b28

修改接口地址

12.内容库云/1.1.2 内容云入库接口_video_live.md
... ... @@ -6,7 +6,7 @@ Title: 1.1 内容云入库接口
6 6  
7 7  
8 8 ### 接口地址 ###
9   -http://api.cnlive.com/open/api2/nry/add
  9 +http://cbase.cnlive.com/nry/add/live
10 10  
11 11 ### 接口协议 ###
12 12 HTTP POST
... ... @@ -34,7 +34,7 @@ HTTP POST
34 34 | description | string | false | 描述 |
35 35 | bodyContent | string | false | 文本内容,含html代码,传输时注意编码 |
36 36 | copyrightId | string | true | 版权标识,唯一标示,来自 统一的 内容版权管理系统(建议暂时editorid来标示) |
37   -| imgJson | string | true | 图片:json格式 <br/> type: 图片类型:titleImage:标题图片;contentImage:组图图片|
  37 +| img | string | true | 图片:json格式 |
38 38 | director | string | false | 导演 |
39 39 | actors | string | false | 演员 |
40 40 | albumName | string | false | 专辑名称 |
... ... @@ -98,24 +98,14 @@ HTTP POST
98 98 "rates":"1,2",
99 99 "language":"汉语"
100 100 },
101   - "imgJson":[
  101 + "img":[
102 102 {
103   - "type":"titleImage",
104 103 "format":"316*506",
105 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 107 "format":"485*303",
111 108 "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398",
112   - "desc":"图片介绍"
113   - },
114   - {
115   - "type":"contentImage",
116   - "format":"485*303",
117   - "url":"http://test.qnvod.cnlive.com/60/img/2017/0809/ff8080815dc0be57015dc4c1fe380061/000002.jpg?imageView2/1/w/224/h/398",
118   - "desc":"图片介绍1"
119 109 }
120 110 ]
121 111 }
... ...