Showing
1 changed file
with
22 additions
and
22 deletions
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | 2 | ||
3 | ##### 1. 创建班级 | 3 | ##### 1. 创建班级 |
4 | 4 | ||
5 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/addClass | 5 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/addClass |
6 | -Method: POST | 6 | +- Method: POST |
7 | -RequestBody: | 7 | +- RequestBody: |
8 | 8 | ||
9 | ```json | 9 | ```json |
10 | { | 10 | { |
@@ -34,7 +34,7 @@ RequestBody: | @@ -34,7 +34,7 @@ RequestBody: | ||
34 | } | 34 | } |
35 | ``` | 35 | ``` |
36 | 36 | ||
37 | -ResponseBody: | 37 | +- ResponseBody: |
38 | 38 | ||
39 | ```json | 39 | ```json |
40 | { | 40 | { |
@@ -46,9 +46,9 @@ ResponseBody: | @@ -46,9 +46,9 @@ ResponseBody: | ||
46 | 46 | ||
47 | ##### 2. 查询班级列表 | 47 | ##### 2. 查询班级列表 |
48 | 48 | ||
49 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryClass | 49 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryClass |
50 | -Method: POST | 50 | +- Method: POST |
51 | -RequestBody: | 51 | +- RequestBody: |
52 | 52 | ||
53 | ```json | 53 | ```json |
54 | { | 54 | { |
@@ -58,7 +58,7 @@ RequestBody: | @@ -58,7 +58,7 @@ RequestBody: | ||
58 | } | 58 | } |
59 | ``` | 59 | ``` |
60 | 60 | ||
61 | -ResponseBody: | 61 | +- ResponseBody: |
62 | 62 | ||
63 | ```json | 63 | ```json |
64 | { | 64 | { |
@@ -94,9 +94,9 @@ ResponseBody: | @@ -94,9 +94,9 @@ ResponseBody: | ||
94 | ``` | 94 | ``` |
95 | 95 | ||
96 | ##### 3. 编辑班级 | 96 | ##### 3. 编辑班级 |
97 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/editClass | 97 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/editClass |
98 | -Method: POST | 98 | +- Method: POST |
99 | -RequestBody: | 99 | +- RequestBody: |
100 | 100 | ||
101 | ```json | 101 | ```json |
102 | { | 102 | { |
@@ -118,14 +118,14 @@ RequestBody: | @@ -118,14 +118,14 @@ RequestBody: | ||
118 | } | 118 | } |
119 | ``` | 119 | ``` |
120 | 120 | ||
121 | -ResponseBody: | 121 | +- ResponseBody: |
122 | 122 | ||
123 | 123 | ||
124 | ##### 4. 设置班级默认中教老师和外教老师 | 124 | ##### 4. 设置班级默认中教老师和外教老师 |
125 | 125 | ||
126 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/classSpecifyTeacher | 126 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/classSpecifyTeacher |
127 | -Method: POST | 127 | +- Method: POST |
128 | -RequestBody: | 128 | +- RequestBody: |
129 | 129 | ||
130 | ```json | 130 | ```json |
131 | { | 131 | { |
@@ -142,9 +142,9 @@ RequestBody: | @@ -142,9 +142,9 @@ RequestBody: | ||
142 | 142 | ||
143 | ##### 5. 查询课表 | 143 | ##### 5. 查询课表 |
144 | 144 | ||
145 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/querySchedule | 145 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/querySchedule |
146 | -Method: POST | 146 | +- Method: POST |
147 | -RequestBody: | 147 | +- RequestBody: |
148 | 148 | ||
149 | ```json | 149 | ```json |
150 | { | 150 | { |
@@ -154,16 +154,16 @@ RequestBody: | @@ -154,16 +154,16 @@ RequestBody: | ||
154 | } | 154 | } |
155 | ``` | 155 | ``` |
156 | 156 | ||
157 | -Response: | 157 | +- Response: |
158 | 158 | ||
159 | ```json | 159 | ```json |
160 | 160 | ||
161 | ``` | 161 | ``` |
162 | 162 | ||
163 | ##### 6. 保存课表 | 163 | ##### 6. 保存课表 |
164 | -URL: {{localhost}}/boxfish-online-card/classSmall/manager/addSchedule | 164 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/addSchedule |
165 | -Method: POST | 165 | +- Method: POST |
166 | -RequestBody: | 166 | +- RequestBody: |
167 | 167 | ||
168 | ```json | 168 | ```json |
169 | { | 169 | { |
-
Please register or login to post a comment