# 獲取課程類別
GET參數 **callback** 將返回jsonp格式,默認采用json
~~~[api]
get:/api/codingke/?callback=abc
<<<
返回成功
[
{
"name": "ios",
"title": "iOS開發"
},
{
"name": "android",
"title": "Android開發"
},
{
"name": "swift",
"title": "iOS 開發課程(Swift版)"
},
{
"name": "cocos2dx",
"title": "Cocos2d-x手游開發"
}
]
~~~