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