Showing
1 changed file
with
15 additions
and
0 deletions
@@ -237,4 +237,19 @@ | @@ -237,4 +237,19 @@ | ||
237 | ``` | 237 | ``` |
238 | 238 | ||
239 | 239 | ||
240 | +##### 9. 查询小班课上课学生 | ||
241 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/getScheduleStudentAmount | ||
242 | +- Method: POST | ||
243 | +- RequestBody: | ||
244 | + | ||
245 | +```json | ||
246 | +{ | ||
247 | + "classId": "CIDCSC-D1BC8165490847C58D8F423F8F875777" | ||
248 | +} | ||
249 | +``` | ||
250 | + | ||
251 | +- ResponseBody: | ||
240 | 252 | ||
253 | +```json | ||
254 | + | ||
255 | +``` |
-
Please register or login to post a comment