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
2015-10-13 15:26:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f959451c76df6e18450bd502c4654b2bb00f0123
f959451c
1 parent
392cd8dd
Created 分类页面学习课程数(老师学生通用接口) (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
分类页面学习课程数(老师学生通用接口).md
分类页面学习课程数(老师学生通用接口).md
0 → 100644
View file @
f959451
###功能描述
```
根据信息头中的信息返回老师版还是学生版完成课程数
老师版 返回老师班级内所有学生该分类下学习的课程数
学生版 返回学生自己该分类下学习的课程数
默认返回学生版数据
```
###接口地址
```
`
/report/catalog/course/finished
```
`
###请求方式
```
`
GET请求
```
`
###URL参数
access_toke
###头信息
```
x-be-product com.boxfish.student:6.2.0.RELEASE.AppStore
```
###返回值
有返回值
```
json
[{
"catalog_id"
:
100
,
"count"
:
10
},{
"catalog_id"
:
101
,
"count"
:
20
}]
```
无返回值
```
java
httpcode:
404
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment