AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
~~~[api] get:/园丁端接口基础地址/statistics/courseorderlist *int:kid#机构id *int:page#分页 *string:date#日期2018-05-15 *string:access_token#令牌 <<< success { "status": "success", "msg": "查询成功", "data": { "total": 2, "per_page": 20, "current_page": 1, "last_page": 1, "data": [ { "course_id": 27, "title": "游巧力测试", "image": "http://huaban-test.cooii.cc/Picture/APP/201804/2018048m7QYn4bjREiadHzd7M6", "price": 500, "order_total": 3 }, { "course_id": 26, "title": "线下课-测试", "image": "http://huaban-test.cooii.cc/Picture/APP/201803/201803e3ZM32RiRixrQJkPjx75", "price": 500, "order_total": 1 } ] } } <<< error ~~~