# 获取课程列表
GET参数 **callback** 将返回jsonp格式,默认采用json
+++
get:/api/imooc/courses
*string:name=html#项目类别标示符
int:page=1#页码
int:pnum=20#每页数量
<<<
返回成功
{
"data": [
{
"cid": 71,
"title": "xxx标题"
},
],
"total": 26,
"maxpage": 2
}
+++