Commit aaa89ae4aaf2263373cc2d1fcb160c83f4df628f
1 parent
d8d5d605
参数修改
Showing
1 changed file
with
2 additions
and
1 deletions
12.内容库云/2.1 获取内容列表接口.md
| @@ -14,6 +14,7 @@ HTTP GET | @@ -14,6 +14,7 @@ HTTP GET | ||
| 14 | |page| int | false | 页号,如为空,默认值:1 | | 14 | |page| int | false | 页号,如为空,默认值:1 | |
| 15 | |pageSize| int | false | 每页返回条数,如为空,默认值:20 | | 15 | |pageSize| int | false | 每页返回条数,如为空,默认值:20 | |
| 16 | |verTimestamp| long | false | 时间戳 时间毫秒值,返回最后修改时间在此时间之后的所有内容 | | 16 | |verTimestamp| long | false | 时间戳 时间毫秒值,返回最后修改时间在此时间之后的所有内容 | |
| 17 | +| groupType | string | false | 内容分组:program(视音频)、richtxt(非视音频)等;| | ||
| 17 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| | 18 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| |
| 18 | |sign| String | true | 签名规则见 [签名详情] (http://console.open.cnlive.com/open/doc/sys/dianbo/t1/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D) | | 19 | |sign| String | true | 签名规则见 [签名详情] (http://console.open.cnlive.com/open/doc/sys/dianbo/t1/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D) | |
| 19 | 20 | ||
| @@ -39,7 +40,7 @@ HTTP GET | @@ -39,7 +40,7 @@ HTTP GET | ||
| 39 | | verTimestamp| long | true | 最后修改时间,时间戳 时间毫秒值 | | 40 | | verTimestamp| long | true | 最后修改时间,时间戳 时间毫秒值 | |
| 40 | | img| map | false | 内容图片信息| | 41 | | img| map | false | 内容图片信息| |
| 41 | | groupImg| map | false |组图图片信息,仅对组图内容有效| | 42 | | groupImg| map | false |组图图片信息,仅对组图内容有效| |
| 42 | -| groupType | string | true | 组类型:program、richtxt等 ,内容分组:节目(来源于媒资库)、富文本(来自CMS或图片库等) | | 43 | +| groupType | string | true | 内容分组:program(视音频)、richtxt(非视音频)等; | |
| 43 | | contentType | string | true | program内容类型:video、live、audio;richtxt内容类型pics、article、vtxt、spectxt、picstxt<br/>注意:某节目可能被检索2次,即一个video类型,一个vtxt类型。 | | 44 | | contentType | string | true | program内容类型:video、live、audio;richtxt内容类型pics、article、vtxt、spectxt、picstxt<br/>注意:某节目可能被检索2次,即一个video类型,一个vtxt类型。 | |
| 44 | 45 | ||
| 45 | 46 |