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-21 20:30:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fdb5574a2d64b8d03aa325cba36a4d91d130f75a
fdb5574a
1 parent
4d5b555a
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
fdb5574
...
...
@@ -20,4 +20,36 @@
}
```
> 在这个接口中,`classTypeList`字段的参数值为固定写死的。
\ No newline at end of file
> 在这个接口中,`classTypeList`字段的参数值为固定写死的。
##### 2. 创建班级,创建课表接口
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/createStudentSchedule
- Method: POST
- RequestBody:
```
json5
{
"operationAccount": "xxx@b.cb",
"orderEntityId": 326,
"name": "326-测试班课",
"englishName": "326-test_class_name",
"grade": "GRADE_5_B",
"mentorName": "测试mentor",
"classOpenTime": 1560528000000,
"classCloseTime": 1561824000000,
"scheduleList":
[
{
"weekend": "MONDAY",
"scheduleStartTime": 1561111200000,
"scheduleEndTime": 1561113000000
},
{
"weekend": "THURSDAY",
"scheduleStartTime": 1561120200000,
"scheduleEndTime": 1561121700000
}
]
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment