Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
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-09-18 19:30:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
776797fa61121ba9371b37f39a4418f4206ec303
776797fa
1 parent
298b03d2
班级指定课程完成情况接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
中教版/班级智能课程完成情况接口.md
中教版/班级智能课程完成情况接口.md
0 → 100644
View file @
776797f
> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
## 班级智能课程完成情况接口
*
URL {env.url}/report/group/{groupId}/lesson/{courseId}/total/completion
*
GET Method
*
path 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| groupId | Long | Y | 班级id| 2224 |
| courseId | String | Y | app课程id| |
*
request参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| paper | boolean | Y | | true |
*
response:
| 变量名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| star | String | Y | unfinished 代表未完成 0-5 等级 | |
| list | List | Y | 学生列表 | |
* 学生完成情况数据
| 变量名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y | 用户id | |
| user_real_name| String | Y |用户名称| |
| figure_url | String | N | 用户头像 | |
| is_app | boolean | Y | 是否有听说 | |
| is_paper | boolean | Y | 是否有读写 | |
| review_class | boolean | Y | 是否可以外教练 | |
| completion_grade_source | int | N | 字段不存在代表没有完成 | |
| paper_rate_score | int | N | 字段不存在代表没有完成 | |
| user_review_class_comment | String | N | 字段不存在代表没有完成 | |
| total_completion_grade | double | Y | 总评价 | |
| unfinished | boolean | Y | 是否完成 true未完成 | |
| completion_grade | String | N | 听说评级 | |
...
...
Please
register
or
login
to post a comment