Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
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
chong
2019-11-13 12:55:44 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75b9f519b3c8812c6ca8630e0c9f5661be1517e4
75b9f519
1 parent
a9a2271e
Update 课程学习情况接口.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
全能思维课/课程学习情况接口.md
全能思维课/课程学习情况接口.md
View file @
75b9f51
...
...
@@ -22,7 +22,8 @@
| international_knowledge | List | N |国际知识点| |
| words | List | N |单词| |
| phrases | List | N |短句| |
```
```
json
{
"national_knowledge"
:
[
"take a break"
,
...
...
@@ -46,12 +47,14 @@
```
# 全能思维课成绩查看接口
*
URL {env.url}/user/omnipotent/lesson/{lesson}/learning
*
URL {env.url}/user/
{userId}/
omnipotent/lesson/{lesson}/learning
*
GET Method
*
path 参数:
*
path 参数:学生ID
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| userId | Long | Y |学生id| |
| lesson | String | Y |课程id| |
*
request 参数:
...
...
@@ -113,7 +116,7 @@
| paper_rate_completion_grade | Enum | N |
[
A_PLUS,A,B,C,D
]
| |
| paper_detail |Object | N |纸质识别结果 | |
```
```
json
{
"course_finished": true,
"review_class": true,
...
...
Please
register
or
login
to post a comment