Showing
1 changed file
with
14 additions
and
0 deletions
@@ -371,4 +371,18 @@ | @@ -371,4 +371,18 @@ | ||
371 | "learnCourseId":"courseId-4年级下单词课1", | 371 | "learnCourseId":"courseId-4年级下单词课1", |
372 | "learnCourseType":"WORD" | 372 | "learnCourseType":"WORD" |
373 | } | 373 | } |
374 | +``` | ||
375 | + | ||
376 | + | ||
377 | +##### 12. 小班课,修改学生通知状态接口 | ||
378 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/editStudentNotice | ||
379 | +- Method: POST | ||
380 | +- RequestBody | ||
381 | +```json | ||
382 | +{ | ||
383 | + "operationAccount":"xxx@boxfish.cn", | ||
384 | + | ||
385 | + "studentId":9200, | ||
386 | + "flagNotice":true | ||
387 | +} | ||
374 | ``` | 388 | ``` |
-
Please register or login to post a comment