Showing
1 changed file
with
2 additions
and
2 deletions
@@ -24,7 +24,7 @@ id为课程目录的id,path为课程目录的标识,例如目录“教材” | @@ -24,7 +24,7 @@ id为课程目录的id,path为课程目录的标识,例如目录“教材” | ||
24 | GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 | 24 | GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 |
25 | ```json | 25 | ```json |
26 | { | 26 | { |
27 | - "catalogList": [ | 27 | + [ |
28 | { | 28 | { |
29 | "id": 1867, | 29 | "id": 1867, |
30 | "pathFlag": 100, | 30 | "pathFlag": 100, |
@@ -50,7 +50,7 @@ GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 | @@ -50,7 +50,7 @@ GET请求 http://api.boxfish.cn/course/catalog 该地址,不带参数 | ||
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 |
52 | { | 52 | { |
53 | - "catalogList": [ | 53 | + [ |
54 | { | 54 | { |
55 | "id": 1931, | 55 | "id": 1931, |
56 | "pathFlag": 100102105, | 56 | "pathFlag": 100102105, |
-
Please register or login to post a comment