Showing
1 changed file
with
2 additions
and
2 deletions
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | 10 | ||
11 | id 和 path 都为空,则返回所有一级目录 | 11 | id 和 path 都为空,则返回所有一级目录 |
12 | 12 | ||
13 | -**2.获得其他目录:** | 13 | +**2.获得其他目录:(客户端暂不需要)** |
14 | 14 | ||
15 | id 和 path 只传一个,两个都传,默认以id为准 | 15 | id 和 path 只传一个,两个都传,默认以id为准 |
16 | 16 | ||
@@ -45,7 +45,7 @@ GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 | @@ -45,7 +45,7 @@ GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 | ||
45 | } | 45 | } |
46 | ``` | 46 | ``` |
47 | -------------------- | 47 | -------------------- |
48 | -返回二级、三级或四级目录: | 48 | +返回二级、三级或四级目录:(客户端暂不需要) |
49 | 49 | ||
50 | GET请求 http://api.boxfish.cn/course/catalog?id=1931 或 http://api.boxfish.cn/course/catalog?path=100100 | 50 | GET请求 http://api.boxfish.cn/course/catalog?id=1931 或 http://api.boxfish.cn/course/catalog?path=100100 |
51 | ```json | 51 | ```json |
-
Please register or login to post a comment