Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-06-25 15:27:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ab36aff1aab7f33b34018c7c802f8e624aa185b
4ab36aff
1 parent
b94834ef
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
4ab36af
...
...
@@ -152,4 +152,31 @@ public static class ScheduleDetail {
private Boolean flagFrozen; // 课程是否冻结
}
```
##### 8. 修改一对一课程信息
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/editClassOnlineSchedule
- Method: POST
- RequestBody:
```
json5
{
"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"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment