huayandong

update doc api

... ... @@ -157,9 +157,9 @@ public static class ScheduleDetail {
##### 8. 修改一对一课程信息
##### 8. 添加 一对一课程信息
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editClassOnlineSchedule
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/addClassOnlineSchedule
- Method: POST
- RequestBody:
... ... @@ -167,17 +167,15 @@ public static class ScheduleDetail {
{
"operationAccount": "xxx@b.cn",
"classSmallInfoId": 46,
"scheduleClassId": "CIDLUA-BE408AE7C39443C9AE8269B0E97B0339",
"teacherId": "100",
"teacherInfo": null,
"courseId": "courseId",
"courseNameChinese": "courseNameChinese",
"courseNameEnglish": "courseNameEnglish",
"courseProjectName": "courseProjectName",
"scheduleDate": "2019-06-30",
"timeSlice": "S2030"
"scheduleStartTimes": [
{
"scheduleDate": "2019-06-26",
"timeSlice": "S1930"
},
{
"scheduleDate": "2019-06-27",
"timeSlice": "S1930"
}
]
}
```
\ No newline at end of file
... ...