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 16:59:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ac4dc683496e0a6c6407fb555b6390c31378568
6ac4dc68
1 parent
bf91dd62
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
6ac4dc6
...
...
@@ -157,9 +157,9 @@ public static class ScheduleDetail {
##### 8.
修改
一对一课程信息
##### 8.
添加
一对一课程信息
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/
edit
ClassOnlineSchedule
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/
add
ClassOnlineSchedule
- 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
...
...
Please
register
or
login
to post a comment