Showing
1 changed file
with
22 additions
and
0 deletions
boxfish-智能评测/智能评测小程序0420.md
0 → 100644
1 | +[](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 | +``` |
-
Please register or login to post a comment