Showing
1 changed file
with
12 additions
and
15 deletions
@@ -6,21 +6,18 @@ | @@ -6,21 +6,18 @@ | ||
6 | 6 | ||
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 | + "teacherId": 3106, |
17 | - { | 17 | + "studentId": 3103, |
18 | - "teacherId": 3106, | 18 | + "createTime":34394802, |
19 | - "studentId": 3103, | 19 | + "number":16 |
20 | - "createTime":34394802, | 20 | + }] |
21 | - "number":16 | ||
22 | - } | ||
23 | -] | ||
24 | 21 | ||
25 | ####返回值 | 22 | ####返回值 |
26 | 23 |
-
Please register or login to post a comment