Commit 76d5fdc2e3e13a652cdad4e686b01134aeb96535
1 parent
4098ffb3
update
Showing
1 changed file
with
2 additions
and
0 deletions
12.内容库云/2.1 获取内容列表接口.md
| @@ -30,6 +30,7 @@ HTTP GET | @@ -30,6 +30,7 @@ HTTP GET | ||
| 30 | | previousCursor| long | true | 上一页 | | 30 | | previousCursor| long | true | 上一页 | |
| 31 | | uuid| string | true | 内容的唯一标识 | | 31 | | uuid| string | true | 内容的唯一标识 | |
| 32 | | title| string | true | 内容标题 | | 32 | | title| string | true | 内容标题 | |
| 33 | +| status| string | true | 发布状态1、上线 2、下线 | | ||
| 33 | | subTitle| string | false | 内容副标题 | | 34 | | subTitle| string | false | 内容副标题 | |
| 34 | | desc| string | false | 内容描述 | | 35 | | desc| string | false | 内容描述 | |
| 35 | | categoryId| string | true | 分类Id | | 36 | | categoryId| string | true | 分类Id | |
| @@ -44,6 +45,7 @@ HTTP GET | @@ -44,6 +45,7 @@ HTTP GET | ||
| 44 | | groupType | string | true | 内容分组:program(视音频)、richtxt(非视音频)等; | | 45 | | groupType | string | true | 内容分组:program(视音频)、richtxt(非视音频)等; | |
| 45 | | contentType | string | true | program内容类型:video、live、audio;richtxt内容类型pics、article、vtxt、spectxt、picstxt<br/>注意:某节目可能被检索2次,即一个video类型,一个vtxt类型。 | | 46 | | contentType | string | true | program内容类型:video、live、audio;richtxt内容类型pics、article、vtxt、spectxt、picstxt<br/>注意:某节目可能被检索2次,即一个video类型,一个vtxt类型。 | |
| 46 | | bodyContent | string | false | 富文本内容 | | 47 | | bodyContent | string | false | 富文本内容 | |
| 48 | +| extension1 | string | false | 扩展字段 | | ||
| 47 | 49 | ||
| 48 | 50 | ||
| 49 | 返回JSON格式的节目元数据信息,json示例如下: | 51 | 返回JSON格式的节目元数据信息,json示例如下: |