huayandong

update doc api

  1 +[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](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`字段的参数值为固定写死的。