Commit b971e8f08b1fe1de9b7bba5e2208a459fdee8b02
1 parent
3414bb30
update
Showing
1 changed file
with
2 additions
and
2 deletions
12.内容库云/2.1 获取内容列表接口.md
| ... | ... | @@ -15,8 +15,8 @@ HTTP GET |
| 15 | 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 | 16 | |keyword| string | false | 关键词 | |
| 17 | 17 | |categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| |
| 18 | -|page| string | false | 页号,如为空,默认值:1 | | |
| 19 | -|pageSize| string | false | 每页返回条数,如为空,默认值:20 | | |
| 18 | +|page| int | false | 页号,如为空,默认值:1 | | |
| 19 | +|pageSize| int | false | 每页返回条数,如为空,默认值:20 | | |
| 20 | 20 | |verTimestamp| long | false | 时间戳 时间毫秒值,返回最后修改时间在此时间之后的所有内容 | |
| 21 | 21 | |
| 22 | 22 | ### 返回值 ### | ... | ... |