Showing
1 changed file
with
21 additions
and
0 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
0 → 100644
1 | +[](https://996.icu) | ||
2 | + | ||
3 | + | ||
4 | +### 新版本一对一 后台接口 | ||
5 | + | ||
6 | + | ||
7 | +##### 1. 候选学生列表查询接口 | ||
8 | + | ||
9 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryCandidateStudent | ||
10 | +- Method: POST | ||
11 | +- RequestBody: | ||
12 | +```json5 | ||
13 | +{ | ||
14 | + "studentId": 100000008016, | ||
15 | + "classTypeList": [ | ||
16 | + "CLASS_ONLINE_US_0101" | ||
17 | + ] | ||
18 | +} | ||
19 | +``` | ||
20 | + | ||
21 | +> 在这个接口中,`classTypeList`字段的参数值为固定写死的。 |
-
Please register or login to post a comment