Showing
1 changed file
with
15 additions
and
1 deletions
@@ -19,4 +19,18 @@ | @@ -19,4 +19,18 @@ | ||
19 | "name": "user1810111013390rAJzyhV", | 19 | "name": "user1810111013390rAJzyhV", |
20 | "avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg" | 20 | "avatars": "https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg" |
21 | } | 21 | } |
22 | -``` | 22 | +``` |
23 | + | ||
24 | + | ||
25 | +##### 2. 获取学生评测试题内容 | ||
26 | + | ||
27 | +- URL: {{localhost}}/boxfish-wudaokou-recommend/exam/text/getExamText?studentId=100000006030&examLevel=LEVEL_3 | ||
28 | +- Method: GET | ||
29 | +- RequestParams: | ||
30 | +```js | ||
31 | +参数1:studentId,学生ID,Integer | ||
32 | +参数2:examLevel,评测等级,String | ||
33 | +``` | ||
34 | + | ||
35 | +- ResponseBody: | ||
36 | + |
-
Please register or login to post a comment