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 10:43:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ba24ee06f76d12ec7ad6526fa14ec2ad6771040
9ba24ee0
1 parent
08e4bb4e
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
boxfish-智能评测/智能评测小程序0420.md
boxfish-智能评测/智能评测小程序0420.md
View file @
9ba24ee
...
...
@@ -8,17 +8,28 @@
-
URL: {{localhost}}/boxfish-wudaokou-recommend/exam/level/confirm?studentId=100000007715
-
Method: GET
-
RequestParams:
```studentId```
-
RequestParams:
参数 | 类型 | 说明
:--- | :--- | :---
studentId | Integer | 学生ID
-
ResponseBody:
```
json
{
"flagExamLevel"
:
true
,
"evaluationStatus"
:
"NO_EVALUATION"
,
"examLevel"
:
"LEVEL_3"
,
"examGrade"
:
"三年级"
,
"name"
:
"user1810111013390rAJzyhV"
,
"avatars"
:
"https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg"
}
"evaluationStatus"
的几种枚举值:
NO_EVALUATION_LEVEL,
//
没有评测年级
NO_EVALUATION,
//
没有完成评测
EVALUATION_FINISHED;
//
评测完成
```
...
...
@@ -27,10 +38,11 @@
-
URL: {{localhost}}/boxfish-wudaokou-recommend/exam/text/getExamText?studentId=100000006030&examLevel=LEVEL_3
-
Method: GET
-
RequestParams:
```
js
参数
1
:
studentId
,学生
ID
,
Integer
参数
2
:
examLevel
,评测等级,
String
```
参数 | 类型 | 说明
:--- | :--- | :---
studentId | Integer | 学生ID
examLevel | String | 评测等级
-
ResponseBody:
...
...
Please
register
or
login
to post a comment