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-07-11 10:36:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
827cb1cda5f36409aaa3f53002995efa7a6dca04
827cb1cd
1 parent
6cc71841
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
827cb1c
...
...
@@ -6,21 +6,31 @@
##### 1. 候选学生列表查询接口
-
URL: {{localhost}}/boxfish-online-card/class
Small/manager/query
CandidateStudent
-
URL: {{localhost}}/boxfish-online-card/class
Online/manage/get
CandidateStudent
-
Method: POST
-
RequestBody:
```
json5
{
"studentId": 100000008016,
"classTypeList":
[
"CLASS_ONLINE_US_0101"
]
"pageId": 0,
"pageSize": 20,
"studentId": 100000006030,
"orderStatus": "ORDER_SCHEDULE_ALL",
"startTime": null,
"endTime": null
}
```
> 在这个接口中,`classTypeList`字段的参数值为固定写死的。
> 1. `orderStatus`为枚举值,枚举量为:<br>
> ORDER_SCHEDULE_ALL, // 全部订单 <br>
> ORDER_SCHEDULE_UN_OPEN, // 未开课订单 <br>
> ORDER_SCHEDULE_OPENED, // 已开课订单 <br>
> ORDER_SCHEDULE_OVER; // 已完成订单 <br>
> 2. 学生ID、订单状态、时间范围为多条件查询
##### 2. 创建班级,创建课表接口
...
...
Please
register
or
login
to post a comment