多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 统计 ~~~[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 ~~~