huayandong

add api-删除课表接口参数由id替换成classId

@@ -222,7 +222,7 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的 @@ -222,7 +222,7 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
222 ```json 222 ```json
223 { 223 {
224 "operationAccount":"zhangwang@boxfish.cn", 224 "operationAccount":"zhangwang@boxfish.cn",
225 - "id":119 225 + "classId":"xxxxxxx"
226 } 226 }
227 ``` 227 ```
228 228