简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-10-14

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "room_id": 10,
        "title": "标准双人房",
        "price": 5000,
        "old_price": 5000,
        "uid": 16,
        "num": 1,
        "shop_id": 1,
        "shop_uid": 16,
        "shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
        "shop_name": "爱联公寓",
        "shop_address": "爱联地铁站A出口往后100米",
        "shop_longitude": "114.24771",
        "shop_latitude": "22.71986",
        "icon_list": [
            {
                "icon": "http://wzb.com/uploads/uploads/icon/2020/08/11/tv.png",
                "name": "电视"
            },
        ],
        "time_start": "10月14日 周三",
        "time_end": "10月24日 周六",
        "time_num": 10,
        "wzb_currency": 5000,
        "username": "用户0001",
        "phone": "13113690001",
        "deposit": 50
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
room_id int 服务id
title string 标题
price string 价格
old_price string 原价格
icon_list array 图标列表
uid int 用户uid
num int 客房数量
shop_id int 店铺id
shop_logo string 店铺logo
shop_name string 店铺名称
shop_longitude string 经度
shop_latitude string 纬度
shop_address string 店铺地址
time_start string 入住时间
time_end string 离店时间
time_num string 住几晚
wzb_currency string 屋装币
username string 用户名
phone string 手机号
deposit string 押金

icon_list返回参数说明:

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

备注:

作者:admin  创建时间:2020-10-14 11:14
 更新时间:2025-04-01 15:40
上一篇:
下一篇: