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-10-24 14:39:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3fa047cfa799c1c40c9bce9ee0d61d2092115566
3fa047cf
1 parent
67fb5c56
文档更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
全能思维课/课程学习情况接口.md
全能思维课/课程学习情况接口.md
View file @
3fa047c
...
...
@@ -14,7 +14,7 @@
| lesson | String | Y |课程id| |
*
response:
*
response:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
...
...
@@ -49,7 +49,8 @@
*
URL {env.url}/user/lesson/{lesson}/learning
*
GET Method
*
path 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| lesson | String | Y |课程id| |
...
...
@@ -64,11 +65,12 @@
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| course_finished | Boolean | Y |课程是否完成| |
| review_class | Boolean | Y |课程是否完成| |
| learning_words | List | Y |课程是否完成| learning_word | | learning_phrases | List | Y |课程是否完成| learning_phrase |
| course | Object | Y |课程是否完成| |
| review_class | Boolean | Y |是否可以外教练习| |
| learning_words | List | Y |学习的单词| learning_word |
| learning_phrases | List | Y |学习的短语|learning_phrase |
| course | Object | Y |课程完成情况| |
learning_word
*
learning_word
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
...
...
@@ -77,7 +79,7 @@
| count | Int | Y |学习次数| |
| star | Int | Y |评级| |
learning_phrase
*
learning_phrase
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
...
...
@@ -86,7 +88,7 @@
| count | Int | Y |学习次数| |
| star | Int | Y |评级| |
course
*
course
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
...
...
@@ -108,7 +110,7 @@
| user_review_class |Object | N |外教练习结果 | |
| paper_detail |Object | N |纸质识别结果 | |
```
```
{
"course_finished": true,
"review_class": true,
...
...
@@ -163,4 +165,4 @@
"total_completion_grade": 0.8
}]
}
```
\ No newline at end of file
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment