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