Showing
1 changed file
with
14 additions
and
0 deletions
@@ -178,4 +178,18 @@ public static class ScheduleDetail { | @@ -178,4 +178,18 @@ public static class ScheduleDetail { | ||
178 | } | 178 | } |
179 | ] | 179 | ] |
180 | } | 180 | } |
181 | +``` | ||
182 | + | ||
183 | + | ||
184 | + | ||
185 | +##### 9. 检查课表群组是否存在 | ||
186 | + | ||
187 | +- URL: {{localhost}}/boxfish-online-card/classOnline/manage/checkScheduleGroup | ||
188 | +- Method: POST | ||
189 | +- RequestBody: | ||
190 | + | ||
191 | +```json5 | ||
192 | +{ | ||
193 | + "scheduleClassId": "CIDLUA-BE408AE7C39443C9AE8269B0E97B0339" | ||
194 | +} | ||
181 | ``` | 195 | ``` |
-
Please register or login to post a comment