Commit 8e3edb0057f4b4f8183a3c358360145a6c1c7d90
1 parent
fc8769e8
add 导演、制片人、编剧、演员
Showing
2 changed files
with
8 additions
and
0 deletions
12.内容库云/1.1.1 内容云入库接口_video_mam.md
| @@ -39,6 +39,8 @@ HTTP POST | @@ -39,6 +39,8 @@ HTTP POST | ||
| 39 | | img | string | true | 图片:json格式 | | 39 | | img | string | true | 图片:json格式 | |
| 40 | | director | string | false | 导演 | | 40 | | director | string | false | 导演 | |
| 41 | | actors | string | false | 演员 | | 41 | | actors | string | false | 演员 | |
| 42 | +| screenwriter | string | false | 编剧 | | ||
| 43 | +| filmProduce | string | false | 制片人 | | ||
| 42 | | albumName | string | false | 专辑名称 | | 44 | | albumName | string | false | 专辑名称 | |
| 43 | | albumId | string | false | 专辑id | | 45 | | albumId | string | false | 专辑id | |
| 44 | | area | string | true | 地区 | | 46 | | area | string | true | 地区 | |
| @@ -84,6 +86,8 @@ HTTP POST | @@ -84,6 +86,8 @@ HTTP POST | ||
| 84 | "copyrightId":"1", | 86 | "copyrightId":"1", |
| 85 | "director":"冯小刚", | 87 | "director":"冯小刚", |
| 86 | "actors":"葛优", | 88 | "actors":"葛优", |
| 89 | + "screenwriter":"葛", | ||
| 90 | + "filmProduce":"优", | ||
| 87 | "albumName":"专题1", | 91 | "albumName":"专题1", |
| 88 | "albumId":"10010", | 92 | "albumId":"10010", |
| 89 | "area":"大陆", | 93 | "area":"大陆", |
12.内容库云/2.1 获取内容列表接口.md
| @@ -34,6 +34,10 @@ HTTP GET | @@ -34,6 +34,10 @@ HTTP GET | ||
| 34 | | subTitle| string | false | 内容副标题 | | 34 | | subTitle| string | false | 内容副标题 | |
| 35 | | albumName| string | false | 专辑名称 | | 35 | | albumName| string | false | 专辑名称 | |
| 36 | | albumId| string | false | 专辑id | | 36 | | albumId| string | false | 专辑id | |
| 37 | +| director | string | false | 导演 | | ||
| 38 | +| actors | string | false | 演员 | | ||
| 39 | +| screenwriter | string | false | 编剧 | | ||
| 40 | +| filmProduce | string | false | 制片人 | | ||
| 37 | | desc| string | false | 内容描述 | | 41 | | desc| string | false | 内容描述 | |
| 38 | | categoryId| string | true | 分类Id | | 42 | | categoryId| string | true | 分类Id | |
| 39 | | categoryName| string | false | 分类名称 | | 43 | | categoryName| string | false | 分类名称 | |