huayandong

doc api

... ... @@ -20,3 +20,17 @@
"avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg"
}
```
##### 2. 获取学生评测试题内容
- URL: {{localhost}}/boxfish-wudaokou-recommend/exam/text/getExamText?studentId=100000006030&examLevel=LEVEL_3
- Method: GET
- RequestParams:
```js
参数1studentId,学生IDInteger
参数2examLevel,评测等级,String
```
- ResponseBody:
... ...