huayandong

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-wudaokou-recommend/exam/level/confirm?studentId=100000007715
  10 +- Method: GET
  11 +- RequestParams: ```studentId```
  12 +
  13 +- ResponseBody:
  14 +```json
  15 +{
  16 + "flagExamLevel": true,
  17 + "examLevel": "LEVEL_3",
  18 + "examGrade": "三年级",
  19 + "name": "user1810111013390rAJzyhV",
  20 + "avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg"
  21 +}
  22 +```