AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### 获取联赛数据 ~~~[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" } ] } } ~~~