Showing
1 changed file
with
6 additions
and
2 deletions
1 | ####接口地址: | 1 | ####接口地址: |
2 | ##### /course/catalog | 2 | ##### /course/catalog |
3 | ####GET请求参数: | 3 | ####GET请求参数: |
4 | -##### catalog | 4 | +##### catalogId |
5 | -##### 接口说明: | ||
6 | 5 | ||
6 | +##### 参数说明: | ||
7 | +------------------ | ||
8 | +catalogId为课程目录的id,例如目录“教材”的id是 1,请求 /course/catalog?catalogId=1 则返回“教材”目录下所有的二级目录 | ||
9 | + | ||
10 | +------------------ | ||
7 | 11 | ||
8 | ####接口返回值为: | 12 | ####接口返回值为: |
9 | ```json | 13 | ```json |
-
Please register or login to post a comment