### 获取联赛数据
~~~[api]
post:wechat/api.data/schedulescate
string:title#关键字搜索
string:page=1#分页
<<<
success
{
"code": 1,
"info": "获取联赛赛事数据成功",
"data": {
"page": {
"limit": 20,
"total": 1,
"pages": 1,
"current": 1
},
"list": [
{
"id": 1,
"title": "test",
"image": "http://localhost/ThinkLeague/static/upload/0b2d3e977ce40e94/c2279e0bcbef687a.jpg",
"address": "test",
"state": "",
"start_at": "2018-11-06 15:45:17",
"end_at": "2018-11-06 15:45:20",
"status": 1,
"sort": 0,
"is_deleted": 0,
"create_at": "2018-11-06 15:45:30"
}
]
}
}
~~~