多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] get:/园丁端接口基础地址/statistics/specialcourseorder *string:access_token#令牌 *int:kid#机构id *string:month#2018-05 <<< success { "status": "success", "data": { "color": {'#ffda44', '#aedc24'}, "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } }, "legend": { "data": [ "当日售课统计", "累计当日前所有售课统计" ] }, "grid": { "left": "3%", "right": "4%", "bottom": "3%", "containLabel": true }, "xAxis": [ { "type": "category", "data": [ "1号", "2号", "3号", "4号", "5号", "6号", "7号", "8号", "9号", "10号", "11号", "12号", "13号", "14号", "15号", "16号", "17号", "18号", "19号", "20号", "21号", "22号", "23号", "24号", "25号", "26号", "27号", "28号", "29号" ] } ], "yAxis": [ { "type": "value" } ], "dataZoom": [{ "type": 'inside', "start": 0, "end": 40 }], "series": [ { "name": "当日售课统计", "type": "bar", "barWidth": 30, "stack": "售课数据统计", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "累计当日前所有售课统计", "type": "bar", "stack": "售课数据统计", "data": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4 ] } ] } } <<< error ~~~