文档
测试

查询会员消费

POST
/form/memUse/queryMemUse

说明 / 示例

{ "flag": true, "code": 200, "message": "获取成功", "data": { "title": { "text": "会员类型" }, "legend": { "data": [ "白银会员", "黄金会员", "白金会员", "钻石会员" ] }, "series": [ { "data": [3720,2340,5480,2490,6780,8960], "name": "白银会员", "stack": "总量", "type": "line", "areaStyle": { "color":'red', "opacity": 0.3, "origin":"start" } }, { "data": [4560,2290,3980,4730,6890,8520], "name": "黄金会员", "stack": "总量", "type": "line", "areaStyle": { "color":'yellow', "opacity": 0.3, "origin":"start" } }, { "data": [3540,3490,4300,5700,2430,8060], "name": "白金会员", "stack": "总量", "type": "line", "areaStyle": { "color":'green', "opacity": 0.3, "origin":"start" } }, { "data": [9070,3080,10500,7080,5090,3090], "name": "钻石会员", "stack": "总量", "type": "line", "areaStyle": { "color":'blue', "opacity": 0.3, "origin":"start" } } ], "tooltip": { "trigger": "axis", "axisPointer": { "type": "cross", "label": { "backgroundColor": "#E9EEF3" } } }, "grid": { "left": "3%", "right": "4%", "bottom": "3%", "containLabel": true }, "xAxis": [ { "boundaryGap": false, "data": [ "2021-3-6", "2021-3-7", "2021-3-8", "2021-3-9", "2021-3-10", "2021-3-11" ] } ], "yAxis": [ { "type": "value" } ] } }