Commit 2bca50c810e781ade7222f8e520a6cb00906749b

Authored by 刘炯
1 parent de5a36b9

update

12.内容库云/2.1 获取内容列表接口.md
@@ -14,7 +14,8 @@ HTTP GET @@ -14,7 +14,8 @@ 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 +| groupType | string | false | 内容分组:program(视音频)、richtxt(非视音频)等;|
  18 +| categoryName | string | false | 分类名称 |
18 |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| 19 |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名|
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) | 20 |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) |
20 21