huayandong

update doc api

... ... @@ -77,4 +77,16 @@
只是这个接口在原来的接口基础上增加参数`groupType`,参数值为`GROUP_CLASS_ONLINE_0101`
##### 4. 课程冻结接口
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/frozenStudentSchedule
- Method: POST
- RequestBody:
```json5
{
"operationAccount": "xxx@b.cn",
"scheduleClassId": "CIDCOU_0101-60F14CDF763542B88D1EF8797AE12851",
"flagFrozenSchedule": true
}
```
... ...