~~~[api]
get:/api/index/category
<<<
success
{
"code": 1,
"msg": "",
"time": 1508769666,
"data": [
{
"title": "美图",
"category": "picture"
},
{
"title": "电台",
"category": "radio"
}
]
}
<<<
error
~~~