简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-09-10

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
page int 页码 ,默认为 1
pagesize int 条数 ,默认为 10
shop_id int 店铺id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "order_id": 28,
                "pay_status": 5,
                "order_num": "21032516451642762996",
                "price": "700.00",
                "wzb_currency": 700,
                "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": "2021-03-25",
                "time_end": "2021-03-26",
                "pay_status_msg": "已退款",
                "time_num": "1晚",
                "time_start_msg": "03月25日 周四",
                "time_end_msg": "03月26日 周五"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 20
    }
}

错误时返回:

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

list返回参数说明:

参数名 类型 说明
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 离店时间

备注:

作者:admin  创建时间:2021-09-10 15:20
 更新时间:2025-04-01 15:40