Commit 21025202b0893161b5cd807c2472447ba717dee9

Authored by 刘炯
1 parent 0f7f657b

update

12.内容库云/2.1 获取内容列表接口.md
... ... @@ -10,14 +10,15 @@ HTTP GET
10 10 ### 接口请求参数 json 格式###
11 11 |参数名| 参数类型 | 必选 | 参数说明 |
12 12 |:----- | :------: | :------: | :------: |
13   -|appId| string | true | 应用ID |
  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) |
  16 +|jsonParam|string|true|json格式参数,包含以下属性:|
14 17 |keyword| string | false | 关键词 |
15 18 |categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026|
16 19 |page| string | false | 页号,如为空,默认值:1 |
17 20 |pageSize| string | false | 每页返回条数,如为空,默认值:20 |
18 21 |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 22  
22 23 ### 返回值 ###
23 24  
... ...