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-09-22 20:54:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d170ceaf6b4250a55fa9235cdb5270b3366c847
6d170cea
1 parent
169cda9f
Updated 首页分类模块学习人数 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
首页分类模块学习人数.md
首页分类模块学习人数.md
View file @
6d170ce
1
###接口地址
1
###接口地址
2
```
`
2
```
`
3
/report/catalog/course/student/finished
3
/report/catalog/course/student/finished
4
-
```
`
4
+
```
`
5
+
###请求方式
6
+
```
`
7
+
GET请求
8
+
```
`
9
+
###返回值
10
+
```
11
+
[{
12
+
catalog_id:100
13
+
count:10
14
+
},{
15
+
catalog_id;101
16
+
count:20
17
+
}]
18
+
```
Please
register
or
login
to post a comment