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-24 17:01:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d022ae2fe15439ade8e349fbf794a6f1c8b2d3a4
d022ae2f
1 parent
b7275337
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
boxfish-智能评测/智能评测小程序0420.md
boxfish-智能评测/智能评测小程序0420.md
0 → 100644
View file @
d022ae2
[

](https://996.icu)
### 智能评测小程序接口文档
##### 1. 查询学生是否在后台有填报记录
-
URL: {{localhost}}/boxfish-wudaokou-recommend/exam/level/confirm?studentId=100000007715
-
Method: GET
-
RequestParams:
```studentId```
-
ResponseBody:
```
json
{
"flagExamLevel"
:
true
,
"examLevel"
:
"LEVEL_3"
,
"examGrade"
:
"三年级"
,
"name"
:
"user1810111013390rAJzyhV"
,
"avatars"
:
"https://avatars.boxfish.cn/user/100000007715/figure/1556087186.jpg"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment