简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
order_id int 订单id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "order_id": 10,
        "pay_status": 1,
        "order_num": "20101414353857777073",
        "price": "500.00",
        "wzb_currency": 500,
        "create_at": "2020-10-14 14:35:38",
        "speed_record": [
            {
                "name": "待确认",
                "create_at": "2020-10-14 14:02:58"
            },
            {
                "name": "已确认",
                "create_at": "2020-10-14 16:14:01"
            },
            {
                "name": "待入住",
                "create_at": "2020-10-14 16:14:01"
            },
            {
                "name": "入住中",
                "create_at": "2020-10-14 16:16:41"
            },
            {
                "name": "订单结束",
                "create_at": "2020-10-14 19:01:38"
            },
            {
                "name": "用户离店完成",
                "create_at": "2020-10-14 19:01:38"
            }
        ],
        "shop_name": "爱联公寓",
        "shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
        "shop_address": "爱联地铁站A出口往后100米",
        "shop_longitude": "114.24771",
        "shop_latitude": "22.71986",
        "room_name": "标准双人房",
        "time_start": "2020-10-14",
        "time_end": "2020-10-15",
        "icon_list": [
            {
                "icon": "http://wzb.com/uploads/uploads/icon/2020/08/11/tv.png",
                "name": "电视"
            },
        ],
        "username": "kevin",
        "phone": "13113690000",
        "pay_status_msg": "待确认",
        "time_num": "1晚",
        "time_start_msg": "10月14日 周三",
        "time_end_msg": "10月15日 周四",
        "pay_method_msg": "屋装币支付",
        "show_start_water_btn": true,
        "show_start_spot_btn": true,
        "show_end_water_btn": false,
        "show_end_spot_btn": false,
        "show_refund_deposit_btn": false
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
order_id int 订单id
pay_status int 支付状态 【0=待支付 ,1=支付成功 ,2=支付失败, 3=取消支付,4=退款中,5=已退款,6=已确认,7=入住中,8=订单完成,9=拒绝接单】
pay_status_msg string 状态提示
order_num string 订单号
price string 金额
wzb_currency int 屋装币
pay_method string 支付方式【WeChat=微信 Alipay=支付宝 WZBCurrency=屋装币】
pay_method_msg string 支付方式提示
shop_address string 店铺地址
shop_longitude string 店铺经度
shop_latitude string 店铺纬度
room_name string 房间名称
time_start string 入住时间
time_end string 离店时间
time_num string 入住几晚
time_start_msg string 入住时间
time_end_msg string 离店时间
icon_list string 图标列表
username string 用户名
phone string 手机号
pay_method_msg string 支付方式提示
show_start_water_btn string 显示供水按钮【true=显示,false=隐藏】
show_start_spot_btn string 显示供电按钮【true=显示,false=隐藏】
show_end_water_btn string 关闭供水按钮【true=显示,false=隐藏】
show_end_spot_btn string 关闭供电按钮【true=显示,false=隐藏】
show_refund_deposit_btn string 退换押金按钮【true=显示,false=隐藏】
speed_record.name string 进度名称
speed_record.create_at string 进度时间

icon_list返回参数说明:

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

备注:

作者:admin  创建时间:2020-10-14 15:46
 更新时间:2025-04-01 15:40