huayandong

doc api

... ... @@ -371,4 +371,18 @@
"learnCourseId":"courseId-4年级下单词课1",
"learnCourseType":"WORD"
}
```
##### 12. 小班课,修改学生通知状态接口
- URL: {{localhost}}/boxfish-online-card/classSmall/manager/editStudentNotice
- Method: POST
- RequestBody
```json
{
"operationAccount":"xxx@boxfish.cn",
"studentId":9200,
"flagNotice":true
}
```
\ No newline at end of file
... ...