Showing
1 changed file
with
5 additions
and
0 deletions
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | ##### /course/catalog | 2 | ##### /course/catalog |
3 | ####GET请求参数: | 3 | ####GET请求参数: |
4 | ##### id | 4 | ##### id |
5 | +##### path | ||
5 | 6 | ||
6 | ------------------ | 7 | ------------------ |
7 | ##### 参数说明: | 8 | ##### 参数说明: |
@@ -9,6 +10,10 @@ id为课程目录的id,例如目录“教材”的id是 1,请求 /course/cat | @@ -9,6 +10,10 @@ id为课程目录的id,例如目录“教材”的id是 1,请求 /course/cat | ||
9 | 10 | ||
10 | id为空则返回所有一级目录 | 11 | id为空则返回所有一级目录 |
11 | 12 | ||
13 | +path为课程目录的标识 | ||
14 | + | ||
15 | +id 和 path 直传一个,两个都传,默认以id为准 | ||
16 | + | ||
12 | ------------------ | 17 | ------------------ |
13 | 18 | ||
14 | ####接口返回值为: | 19 | ####接口返回值为: |
-
Please register or login to post a comment