huayandong

update doc api

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
### 新版本一对一 后台接口
##### 1. 候选学生列表查询接口
- URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryCandidateStudent
- Method: POST
- RequestBody:
```json5
{
"studentId": 100000008016,
"classTypeList": [
"CLASS_ONLINE_US_0101"
]
}
```
> 在这个接口中,`classTypeList`字段的参数值为固定写死的。
\ No newline at end of file
... ...