huayandong

doc api

... ... @@ -34,3 +34,28 @@
- ResponseBody:
##### 2. 保存学生评测结果
- URL: {{localhost}}/boxfish-wudaokou-recommend/exam/result/saveExamResult
- Method: POST
- RequestBody:
```json
{
"studentId": 100000006030,
"assessmentId": "ORAL_TEST_LEVEL_3",
"resultList": [
{
"questionId": "LEVEL_3_WORD_1",
"answer": "return"
},
{
"questionId": "LEVEL_3_WORD_2",
"answer": "Teacher"
}
]
}
```
- ResponseBody:
\ No newline at end of file
... ...