Commit 5d70bf83d0e2de6a4ca02611721d98d9bffe891e

Authored by 刘炯
1 parent ef392f25

修改文档

12.内容库云/2.1 获取内容列表接口.md
... ... @@ -11,13 +11,13 @@ HTTP GET
11 11 |参数名| 参数类型 | 必选 | 参数说明 |
12 12 |:----- | :------: | :------: | :------: |
13 13 |appId| string | true | 应用ID |
14   -|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名|
15   -|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) |
  14 +|categoryId | int | false | 分类Id,从分类树接口中取。categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026|
16 15 |keyword| string | false | 关键词 |
17   -|categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026|
18 16 |page| int | false | 页号,如为空,默认值:1 |
19 17 |pageSize| int | false | 每页返回条数,如为空,默认值:20 |
20 18 |verTimestamp| long | false | 时间戳 时间毫秒值,返回最后修改时间在此时间之后的所有内容 |
  19 +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名|
  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) |
21 21  
22 22 ### 返回值 ###
23 23  
... ...