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
2020-03-04 14:38:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bdddfb0089114cf8b6d440bcd0d2ff14dce27d4c
bdddfb00
1 parent
85be7922
更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
全能思维课/历史课程成绩接口.md
全能思维课/历史课程成绩接口.md
View file @
bdddfb0
...
...
@@ -5,13 +5,14 @@
*
`默认所有接口都要携带token`
access_token
# 历史课程成绩查询接口
*
URL {env.url}/report/clazz/group/{
groupId}/lesson/{lesson
}/total/completion
*
URL {env.url}/report/clazz/group/{
classSmallId}/lesson/{coruseId
}/total/completion
*
GET Method
*
path 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| groupId | Long | Y |班级id| classSmallId |
| classSmallId | Long | Y | classSmallId | classSmallId |
| coruseId | String | Y |课程id| coruseId |
*
request 参数:
...
...
Please
register
or
login
to post a comment