企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 统计 ~~~[api] post:/statistics/elecoupon string:start=2018-10-10#筛选开始时间 string:end=2018-11-11#筛选结束时间 *int:page=1#页码 *int:limit=10#每页显示个数 <<< success { "code": 0, "info": "成功", "data":[ {"id": 4, "title": "测试电子券测试电子券测试", "type": 1, "deduction": "10.00",…}, {"id": 3, "title": "修改title", "type": 1, "deduction": "10.00",…}, {"id": 2, "title": "22222222", "type": 1, "deduction": "10.00",…}, {"id": 1, "title": "测试电子券测试电子券测试", "type": 2, "deduction": "10.00",…} ] } <<< error ~~~