Showing
1 changed file
with
12 additions
and
0 deletions
@@ -77,4 +77,16 @@ | @@ -77,4 +77,16 @@ | ||
77 | 只是这个接口在原来的接口基础上增加参数`groupType`,参数值为`GROUP_CLASS_ONLINE_0101` | 77 | 只是这个接口在原来的接口基础上增加参数`groupType`,参数值为`GROUP_CLASS_ONLINE_0101` |
78 | 78 | ||
79 | 79 | ||
80 | +##### 4. 课程冻结接口 | ||
80 | 81 | ||
82 | +- URL: {{localhost}}/boxfish-online-card/classOnline/manage/frozenStudentSchedule | ||
83 | +- Method: POST | ||
84 | +- RequestBody: | ||
85 | + | ||
86 | +```json5 | ||
87 | +{ | ||
88 | + "operationAccount": "xxx@b.cn", | ||
89 | + "scheduleClassId": "CIDCOU_0101-60F14CDF763542B88D1EF8797AE12851", | ||
90 | + "flagFrozenSchedule": true | ||
91 | +} | ||
92 | +``` |
-
Please register or login to post a comment