文档
测试

首页-数据加载

POST
http://ysxkje.natappfree.cc/applet/manager/home

请求参数

参数名
类型
描述
必填
manager_id
string
账户id 示例:a3dfec3ac70e4170ab1955f128dc431f
必填
store_id
string
门店id 一开始进入传空 用户切换门店 选择了之后 传递该参数 示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
room_list
array
包间列表 数据列表
必填
room_id
string
包间id 示例:4bb0f1a2be79477a867bff3154f7fb0c
必填
total_hour
int
总共消费小时数 示例:0
必填
room_name
string
包间名称 示例:V555
必填
device_status
int
设备状态 示例:0 【0:异常下线 1:正常在线】
必填
pre_order_time
string
上一订单时间 示例:暂无人预订
必填
device_open_status
int
设备电源状态 示例:0【用于控制列表按钮的通电的文字 0:开启电源 1:关闭电源】
必填
next_order_time
string
下一订单时间 示例:暂无人预订
必填
room_img
string
包间主图 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501501610.jpg
必填
room_status
int
包间状态: 示例:1 1:空闲中 2:使用中 3:保洁中 4:维护中 5:装修中 6:待保洁
必填
store_info
object
顶部的门店信息
可选
store_id
string
门店id
必填
store_name
string
门店名称
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "room_list": [ { "room_id": "4bb0f1a2be79477a867bff3154f7fb0c", "total_hour": 0, "room_name": "V555", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501501610.jpg", "room_status": 1 }, { "room_id": "855262079c244063a2b94cdda85828bf", "total_hour": 0, "room_name": "V666", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501574247.jpg", "room_status": 1 }, { "room_id": "64b66691477f4ec5869277f5cc24385d", "total_hour": 0, "room_name": "V777", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501637434.jpg", "room_status": 1 }, { "room_id": "865ee69a773a4ebdb69dcd0884db4649", "total_hour": 0, "room_name": "V888", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501687248.jpg", "room_status": 1 }, { "room_id": "34ceec7a948f4c5da98800259b8645ff", "total_hour": 0, "room_name": "V999", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501746316.jpg", "room_status": 1 }, { "room_id": "d239632cea304d7285651497d8bc7d3a", "total_hour": 0, "room_name": "至尊厅", "device_status": 0, "pre_order_time": "暂无人预订", "device_open_status": 0, "next_order_time": "暂无人预订", "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501938404.jpg", "room_status": 1 } ] } }