Showing
1 changed file
with
7 additions
and
1 deletions
1 | ###接口地址 | 1 | ###接口地址 |
2 | 2 | ||
3 | -> /teacher/preference/getCatalogDetailInfo | 3 | +> /teacher/catalog |
4 | 4 | ||
5 | ###请求方式 | 5 | ###请求方式 |
6 | 6 | ||
@@ -12,6 +12,9 @@ | @@ -12,6 +12,9 @@ | ||
12 | 12 | ||
13 | ###返回值 | 13 | ###返回值 |
14 | ######获取成功 | 14 | ######获取成功 |
15 | + | ||
16 | +> 状态码:200 | ||
17 | + | ||
15 | ```json | 18 | ```json |
16 | 19 | ||
17 | [ | 20 | [ |
@@ -47,6 +50,9 @@ | @@ -47,6 +50,9 @@ | ||
47 | 50 | ||
48 | ``` | 51 | ``` |
49 | ######获取失败情况1 | 52 | ######获取失败情况1 |
53 | + | ||
54 | +> 状态码:500 | ||
55 | + | ||
50 | ```json | 56 | ```json |
51 | {"failed":"失败原因"} | 57 | {"failed":"失败原因"} |
52 | ``` | 58 | ``` |
-
Please register or login to post a comment