Showing
1 changed file
with
14 additions
and
0 deletions
@@ -20,3 +20,17 @@ | @@ -20,3 +20,17 @@ | ||
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