Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-04-25 09:50:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08e4bb4e0ecdae443675fcb38d326de60fbae6a7
08e4bb4e
1 parent
12eea31d
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
boxfish-智能评测/智能评测小程序0420.md
boxfish-智能评测/智能评测小程序0420.md
View file @
08e4bb4
...
...
@@ -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
...
...
Please
register
or
login
to post a comment