huayandong

update doc api

@@ -157,9 +157,9 @@ public static class ScheduleDetail { @@ -157,9 +157,9 @@ public static class ScheduleDetail {
157 157
158 158
159 159
160 -##### 8. 修改一对一课程信息 160 +##### 8. 添加 一对一课程信息
161 161
162 -- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editClassOnlineSchedule 162 +- URL: {{localhost}}/boxfish-online-card/classOnline/manage/addClassOnlineSchedule
163 - Method: POST 163 - Method: POST
164 - RequestBody: 164 - RequestBody:
165 165
@@ -167,17 +167,15 @@ public static class ScheduleDetail { @@ -167,17 +167,15 @@ public static class ScheduleDetail {
167 { 167 {
168 "operationAccount": "xxx@b.cn", 168 "operationAccount": "xxx@b.cn",
169 "classSmallInfoId": 46, 169 "classSmallInfoId": 46,
170 - "scheduleClassId": "CIDLUA-BE408AE7C39443C9AE8269B0E97B0339", 170 + "scheduleStartTimes": [
171 - 171 + {
172 - "teacherId": "100", 172 + "scheduleDate": "2019-06-26",
173 - "teacherInfo": null, 173 + "timeSlice": "S1930"
174 - 174 + },
175 - "courseId": "courseId", 175 + {
176 - "courseNameChinese": "courseNameChinese", 176 + "scheduleDate": "2019-06-27",
177 - "courseNameEnglish": "courseNameEnglish", 177 + "timeSlice": "S1930"
178 - "courseProjectName": "courseProjectName", 178 + }
179 - 179 + ]
180 - "scheduleDate": "2019-06-30",  
181 - "timeSlice": "S2030"  
182 } 180 }
183 ``` 181 ```