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