Commit 62abc3a8f54f55e2ca821f93293964a18a65b61c

Authored by LSL
1 parent 1fd7ae60

add categoryId

12.内容库云/2.1 获取内容列表接口.md
... ... @@ -11,6 +11,7 @@ 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|
14 15 |keyword| string | false | 关键词 |
15 16 |page| int | false | 页号,如为空,默认值:1 |
16 17 |pageSize| int | false | 每页返回条数,如为空,默认值:20 |
... ...