Showing
1 changed file
with
14 additions
and
12 deletions
@@ -7,18 +7,20 @@ | @@ -7,18 +7,20 @@ | ||
7 | > POST请求 | 7 | > POST请求 |
8 | 8 | ||
9 | ####参数格式 | 9 | ####参数格式 |
10 | -[{ | 10 | +[ |
11 | - "teacherId": 3106, | 11 | + { |
12 | - "studentId": 3103, | 12 | + "teacherId": 3106, |
13 | - "createTime":3439480, | 13 | + "studentId": 3103, |
14 | - "number":10 | 14 | + "createTime":3439480, |
15 | -}, | 15 | + "number":10 |
16 | -{ | 16 | + }, |
17 | - "teacherId": 3106, | 17 | + { |
18 | - "studentId": 3103, | 18 | + "teacherId": 3106, |
19 | - "createTime":34394802, | 19 | + "studentId": 3103, |
20 | - "number":16 | 20 | + "createTime":34394802, |
21 | -}] | 21 | + "number":16 |
22 | + } | ||
23 | +] | ||
22 | 24 | ||
23 | ####返回值 | 25 | ####返回值 |
24 | 26 |
-
Please register or login to post a comment