多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
![](https://box.kancloud.cn/5069b1ca2553647b6135cb90ef845e24_3000x786.png) ##该年份每天的销售额 /** * 该年份每天的销售额 * @http_method post * @param date 2017-10 * @author 孙泉 * @return array() */ +++ post:/Admin/Index/salesVolume <<< success { "code": 0, "result": { "list": [ { "title": "2017-11-01", "value": 0 }, { "title": "2017-11-02", "value": 0 }, { "title": "2017-11-03", "value": 0 }, { "title": "2017-11-04", "value": 0 }, { "title": "2017-11-05", "value": 0 }, { "title": "2017-11-06", "value": 0 }, { "title": "2017-11-07", "value": 0 }, { "title": "2017-11-08", "value": 0 }, { "title": "2017-11-09", "value": 0 }, { "title": "2017-11-10", "value": 0 }, { "title": "2017-11-11", "value": 0 }, { "title": "2017-11-12", "value": 0 }, { "title": "2017-11-13", "value": 0 }, { "title": "2017-11-14", "value": 0 }, { "title": "2017-11-15", "value": 0 }, { "title": "2017-11-16", "value": 0 }, { "title": "2017-11-17", "value": 0 }, { "title": "2017-11-18", "value": 0 }, { "title": "2017-11-19", "value": 0 }, { "title": "2017-11-20", "value": 0 }, { "title": "2017-11-21", "value": 0 }, { "title": "2017-11-22", "value": 0 }, { "title": "2017-11-23", "value": 0 }, { "title": "2017-11-24", "value": 0 }, { "title": "2017-11-25", "value": 0 }, { "title": "2017-11-26", "value": 0 }, { "title": "2017-11-27", "value": 0 }, { "title": "2017-11-28", "value": 0 }, { "title": "2017-11-29", "value": 0 }, { "title": "2017-11-30", "value": 0 } ], "info": { "content": "累计销售额:元;运费:元;日均:0元" } }, "msg": "SUCCESS" } <<< error +++