新版本一对一后台接口.md 461 Bytes

996.icu

新版本一对一 后台接口

1. 候选学生列表查询接口
  • URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryCandidateStudent
  • Method: POST
  • RequestBody:
{
    "studentId": 100000008016,
    "classTypeList": [
      "CLASS_ONLINE_US_0101"
    ]
}

在这个接口中,classTypeList字段的参数值为固定写死的。