huayandong

add api

... ... @@ -203,5 +203,16 @@
}
```
##### 7. 删除课表
- URL: {{localhost}}/boxfish-online-card/classSmall/manager/removeClassSchedule
- Method: POST
- RequestBody:
```json
{
"id":119
}
```
... ...