Showing
1 changed file
with
11 additions
and
0 deletions
@@ -203,5 +203,16 @@ | @@ -203,5 +203,16 @@ | ||
203 | } | 203 | } |
204 | ``` | 204 | ``` |
205 | 205 | ||
206 | +##### 7. 删除课表 | ||
207 | + | ||
208 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/removeClassSchedule | ||
209 | +- Method: POST | ||
210 | +- RequestBody: | ||
211 | + | ||
212 | +```json | ||
213 | +{ | ||
214 | + "id":119 | ||
215 | +} | ||
216 | +``` | ||
206 | 217 | ||
207 | 218 |
-
Please register or login to post a comment