简要描述:

  • 酒店收银台数据统计接口,

请求URL:

GET/plugin.hotel.frontend.cashier.Statistics.index

参数:

参数名 是否必须 类型 说明
hotel int 酒店 ID
is_time int 今日搜索时间

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "获取数据成功",
    "data": {
        }
    }
}

错误时返回:


返回参数说明:

备注:

  • 更多返回错误代码请看首页的错误代码描述