文档
测试

查询客房销售列表

POST
/form/homeSale/queryHomeSale

响应参数

参数名
类型
描述
必填
flag
Boolean
必填
code
string
必填
message
string
必填
data
object
必填

说明 / 示例

{ "flag": true, "code": 200, "message": "获取成功", "data": { "title": { "text": "房型" }, "legend": { "data": [ "标准单人间", "标准双人间", "高级单人间", "高级双人间", "豪华家庭套房" ] }, "series": [ { "data": [3,1,2,1,1,1], "name": "标准单人间", "stack": "总量", "type": "line", "areaStyle": { "color": "red", "opacity": 0.3, "origin": "start" } }, { "data": [2,2,1,1,2,1], "name": "标准双人间", "stack": "总量", "type": "line", "areaStyle": { "color": "blue", "opacity": 0.3, "origin": "start" } }, { "data": [3,1,1,2,3,4], "name": "高级单人间", "stack": "总量", "type": "line", "areaStyle": { "color": "green", "opacity": 0.3, "origin": "start" } }, { "data": [2,3,1,1,4,1], "name": "高级双人间", "stack": "总量", "type": "line", "areaStyle": { "color": "yellow", "opacity": 0.3, "origin": "start" } }, { "data": [3,4,2,4,1,1], "name": "豪华家庭套房", "stack": "总量", "type": "line", "areaStyle": { "color": "pink", "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" } ] } }