huayandong

doc api

@@ -8,17 +8,28 @@ @@ -8,17 +8,28 @@
8 8
9 - URL: {{localhost}}/boxfish-wudaokou-recommend/exam/level/confirm?studentId=100000007715 9 - URL: {{localhost}}/boxfish-wudaokou-recommend/exam/level/confirm?studentId=100000007715
10 - Method: GET 10 - Method: GET
11 -- RequestParams: ```studentId``` 11 +- RequestParams:
  12 +
  13 + 参数 | 类型 | 说明
  14 + :--- | :--- | :---
  15 +studentId | Integer | 学生ID
12 16
13 - ResponseBody: 17 - ResponseBody:
  18 +
14 ```json 19 ```json
15 { 20 {
16 - "flagExamLevel": true, 21 + "evaluationStatus": "NO_EVALUATION",
17 "examLevel": "LEVEL_3", 22 "examLevel": "LEVEL_3",
18 "examGrade": "三年级", 23 "examGrade": "三年级",
19 "name": "user1810111013390rAJzyhV", 24 "name": "user1810111013390rAJzyhV",
20 "avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg" 25 "avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg"
21 } 26 }
  27 +
  28 +"evaluationStatus"的几种枚举值:
  29 +
  30 +NO_EVALUATION_LEVEL, // 没有评测年级
  31 +NO_EVALUATION, // 没有完成评测
  32 +EVALUATION_FINISHED; // 评测完成
22 ``` 33 ```
23 34
24 35
@@ -27,10 +38,11 @@ @@ -27,10 +38,11 @@
27 - URL: {{localhost}}/boxfish-wudaokou-recommend/exam/text/getExamText?studentId=100000006030&examLevel=LEVEL_3 38 - URL: {{localhost}}/boxfish-wudaokou-recommend/exam/text/getExamText?studentId=100000006030&examLevel=LEVEL_3
28 - Method: GET 39 - Method: GET
29 - RequestParams: 40 - RequestParams:
30 -```js 41 +
31 -参数1studentId,学生IDInteger 42 + 参数 | 类型 | 说明
32 -参数2examLevel,评测等级,String 43 + :--- | :--- | :---
33 -``` 44 +studentId | Integer | 学生ID
  45 +examLevel | String | 评测等级
34 46
35 - ResponseBody: 47 - ResponseBody:
36 48