Commit 0c6230ae99b77c01ac10d8a8bb60bffb9f62c4b0
1 parent
57ce67d7
去掉spIds
Showing
1 changed file
with
1 additions
and
2 deletions
12.内容库云/2.1 获取点播列表接口Server.md
| ... | ... | @@ -16,11 +16,10 @@ HTTP GET |
| 16 | 16 | |:----- | :------: | :------: | :------: | |
| 17 | 17 | |appId| string | true | 应用ID | |
| 18 | 18 | |categoryId| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| |
| 19 | -|spIds| string | false | spId,可以传多个,以逗号隔开。 categoryId 和spId 不能同时为空 | | |
| 20 | 19 | |page| string | false | 页号,如为空,默认值:1 | |
| 21 | 20 | |pageSize| string | false | 每页返回条数,如为空,默认值:20 | |
| 22 | 21 | |verTimestamp| long | false | 时间戳 时间毫秒值,返回最后修改时间在此时间之后的所有内容 | |
| 23 | -|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确 | | |
| 22 | +|timestamp| int | true | 精确到秒,当前Unix时间戳,请保证请求服务器时间正确,该时间用于签名| | |
| 24 | 23 | |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) | |
| 25 | 24 | |
| 26 | 25 | ### 返回值 ### | ... | ... |