Showing
1 changed file
with
18 additions
and
0 deletions
@@ -219,4 +219,22 @@ | @@ -219,4 +219,22 @@ | ||
219 | } | 219 | } |
220 | ``` | 220 | ``` |
221 | 221 | ||
222 | +##### 8. 小班课添加学生 | ||
223 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/addClassStudent | ||
224 | +- Method: POST | ||
225 | +- RequestBody: | ||
226 | + | ||
227 | +```json | ||
228 | +{ | ||
229 | + "operationAccount": "sss", | ||
230 | + "classSmallName": "BOXFiSH-测试班级0404", | ||
231 | + "idList": [ | ||
232 | + 27, | ||
233 | + 28, | ||
234 | + 34 | ||
235 | + ] | ||
236 | +} | ||
237 | +``` | ||
238 | + | ||
239 | + | ||
222 | 240 |
-
Please register or login to post a comment