简要描述:

  • 收银台首页

请求域名:

  • release.yunzshop.com

请求URL:

plugin.hotel.frontend.hotel.center.index

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	result: 1,
	msg: "请求数据成功",
	data: {
		store: {
			name: "美宜佳",
			thumb: "http://dev-yangyang.yunzshop.com/attachment/images/3/2017/08/Ewh4QhPzHqtTbybtHbSiytaZhWq7Ta.jpg"
		},
		income: {
			money_total: 600,
			sure_withdraw_money: 600
		}
	}
}

错误时返回:

{
    "result":0,
    "msg":"不是门店!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
hotel->name string 酒店名称
hotel->hotel_id string 酒店ID
hotel->thumb string 酒店图片
income->money_total float 累计金额
income->sure_withdraw_money float 可提现金额

备注:

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