Showing
1 changed file
with
14 additions
and
0 deletions
@@ -372,3 +372,17 @@ | @@ -372,3 +372,17 @@ | ||
372 | "learnCourseType":"WORD" | 372 | "learnCourseType":"WORD" |
373 | } | 373 | } |
374 | ``` | 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 | +} | ||
388 | +``` |
-
Please register or login to post a comment