Commit 3414bb3083e6145dec3121603103810ab65a19f8
1 parent
21025202
update
Showing
1 changed file
with
1 additions
and
2 deletions
12.内容库云/2.1 获取内容列表接口.md
| @@ -7,13 +7,12 @@ Title: 1.1 获取内容信息接口 | @@ -7,13 +7,12 @@ Title: 1.1 获取内容信息接口 | ||
| 7 | ### 接口协议 ### | 7 | ### 接口协议 ### |
| 8 | HTTP GET | 8 | HTTP GET |
| 9 | 9 | ||
| 10 | -### 接口请求参数 json 格式### | 10 | +### 接口请求参数### |
| 11 | |参数名| 参数类型 | 必选 | 参数说明 | | 11 | |参数名| 参数类型 | 必选 | 参数说明 | |
| 12 | |:----- | :------: | :------: | :------: | | 12 | |:----- | :------: | :------: | :------: | |
| 13 | |appId| string | true | 应用ID | | 13 | |appId| string | true | 应用ID | |
| 14 | |timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| | 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) | | 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格式参数,包含以下属性:| | ||
| 17 | |keyword| string | false | 关键词 | | 16 | |keyword| string | false | 关键词 | |
| 18 | |categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| | 17 | |categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| |
| 19 | |page| string | false | 页号,如为空,默认值:1 | | 18 | |page| string | false | 页号,如为空,默认值:1 | |