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