简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "refund_id": 10,
                "old_order_id": 12,
                "uid": 8,
                "shop_uid": 16,
                "refund_order_num": "20101417380873043733",
                "price": "1000.00",
                "wzb_currency": 1000,
                "pay_method": "WZBCurrency",
                "pay_status": 4,
                "create_at": "2020-10-14 17:38:08",
                "shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
                "shop_name": "爱联公寓",
                "room_name": "标准双人房",
                "pay_status_msg": "待审核"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 3
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
refund_id int 退款id
old_order_id int 原订单id
uid string 用户uid
shop_uid string 店铺uid
refund_order_num string 退款订单号
price string 退款金额
wzb_currency int 退款屋装币
pay_method string 支付方式【WeChat=微信 Alipay=支付宝 WZBCurrency=屋装币】
pay_status string 状态
pay_status_msg string 状态提示
create_at string 申请时间
shop_name string 店铺名称
shop_logo string 店铺logo
room_name string 房间名称

备注:

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