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-09-24 18:35:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1142467ba09715dde297c2e7c1cf7d81181780b9
1142467b
1 parent
74ae2682
口语提交接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
中教版/口语成绩接口.md
中教版/口语成绩接口.md
0 → 100644
View file @
1142467
> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
# 口语成绩提交接口
*
URL {env.url}/user/clazz/record
*
POST Method
*
path 参数:
*
request 参数:
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| lesson | String | Y |课程id| |
| text | String | Y |朗读文本| |
| clazz_id | String | Y |课堂id| |
| practice_part | String | Y |第几部分 |
| completion_grade | String | Y |成绩|
[
A_PLUS,A,B,C,D
]
|
*
response:
http code 200
...
...
Please
register
or
login
to post a comment