chong

Updated 首页分类模块学习人数 (markdown)

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 +```