简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-09-03

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

1、密码登录请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
room_id int 客房id
time_start string 入住时间
time_end string 离店时间

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "room_id": 15,
        "imgs": [
            "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
            "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
        ],
        "title": "标准双人房(钟点房)",
        "price": "200.00",
        "old_price": "200.00",
        "icon_ids": "1,2,3,4,5",
        "uid": 16,
        "num": 10,
        "shop_id": 1,
        "shop_uid": 16,
        "shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
        "shop_name": "爱联公寓",
        "star": "5.0",
        "shop_address": "爱联地铁站A出口往后100米",
        "sales_volume": 0,
        "shop_longitude": "114.24771",
        "shop_latitude": "22.71986",
        "icon_list": [
            {
                "icon": "http://wzb.com/uploads/uploads/icon/2020/08/11/tv.png",
                "name": "电视"
            },
        ]
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
room_id int 服务id
imgs array 图片路径
title string 标题
price string 价格
old_price string 原价格
icon_ids string icon列表
uid int 用户uid
num int 客房数量
shop_id int 店铺id
shop_logo string 店铺logo
shop_name string 店铺名称
star string 店铺星级
shop_address string 店铺地址
sales_volume string 销量
shop_longitude string 经度
shop_latitude string 纬度
icon_list array 图标列表

icon_list返回参数说明:

参数名 类型 说明
icon string 图标路径
name string 图标名称

备注:

作者:admin  创建时间:2020-09-03 16:46
 更新时间:2025-04-01 15:40