Showing
1 changed file
with
5 additions
and
1 deletions
@@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
7 | GET请求 | 7 | GET请求 |
8 | ```` | 8 | ```` |
9 | ###返回值 | 9 | ###返回值 |
10 | +有返回值 | ||
10 | ```json | 11 | ```json |
11 | [{ | 12 | [{ |
12 | "catalog_id":100, | 13 | "catalog_id":100, |
@@ -15,4 +16,7 @@ GET请求 | @@ -15,4 +16,7 @@ GET请求 | ||
15 | "catalog_id":101, | 16 | "catalog_id":101, |
16 | "count":20 | 17 | "count":20 |
17 | }] | 18 | }] |
18 | -``` | 19 | +``` |
20 | +无返回值 | ||
21 | +[ | ||
22 | +] |
-
Please register or login to post a comment