Commit 092057b324cc390ade28e0ad1087cbb482d6e458

Authored by LSL
1 parent 4f5c8928

update

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 -|category_Id| int | false | 分类Id,从分类树接口中取。 categoryId 和spId 不能同时为空 根分类7个是常量,每个SP都有,分别如下:电影100001电视剧100002;娱乐100004;资讯100008;体育100012;教育100016;其他100026| 14 +|categoryId| 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 |