Commit 6685b90cf789689a771f2952b70be42b1dcf5a3a
1 parent
5d70bf83
去掉分类ID
Showing
1 changed file
with
0 additions
and
1 deletions
12.内容库云/2.1 获取内容列表接口.md
| ... | ... | @@ -11,7 +11,6 @@ HTTP GET |
| 11 | 11 | |参数名| 参数类型 | 必选 | 参数说明 | |
| 12 | 12 | |:----- | :------: | :------: | :------: | |
| 13 | 13 | |appId| string | true | 应用ID | |
| 14 | -|categoryId | int | false | 分类Id,从分类树接口中取。categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| | |
| 15 | 14 | |keyword| string | false | 关键词 | |
| 16 | 15 | |page| int | false | 页号,如为空,默认值:1 | |
| 17 | 16 | |pageSize| int | false | 每页返回条数,如为空,默认值:20 | | ... | ... |