Commit 9d0f2d238e52fb2ed897c9eb6600f454155add68

Authored by 费有文
1 parent ac36ad91

spid不能为空。可以把系统默认的7个categroyID当成常量告知。

01.点播云/3.0 获取分类树接口.md
... ... @@ -15,7 +15,7 @@ HTTP GET
15 15 |参数名| 参数类型 | 必选 | 参数说明 |
16 16 |:----- | :------: | :------: | :------: |
17 17 |appId| string | true | 应用ID |
18   -|spId| string | false | spId,为空时返回全局根分类列表,不为空时返回指定SP下的分类树 |
  18 +|spId| string | true | spId 不为空时返回指定SP下的分类树 |
19 19 |sign| String | true | 签名规则见 [签名详情] (http://help.open.cnlive.com/common.html) |
20 20  
21 21 ### 返回值 ###
... ... @@ -51,4 +51,4 @@ HTTP GET
51 51 "errorCode":0,
52 52 "errorMessage":"sucess"
53 53 }
54 54 -```
  55 +```
55 56 \ No newline at end of file
... ...