简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
shop_type string 店铺类型
user_type string 用户类型【1=用户,2=商家】
page string 页码
pagesize string 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "order_id": 6,
                "out_refund_no": "20092418240490485839",
                "shop_id": 7,
                "shop_type": 2,
                "type": 1,
                "reason": "点错了",
                "status": -1,
                "refund_money": "20.00",
                "refund_mark": "拒绝退款",
                "shop_logo": "http://chicken.com/uploads/shop_logo/2020-08-18/5f3bc78362cab.png",
                "shop_name": "首尔炸鸡",
                "addtime": "2020-09-24",
                "status_msg": "退款关闭"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 5
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期",
    "data": []
}

data返回参数说明:

参数名 类型 说明
order_id string 退款id
out_refund_no string 退款订单号
shop_id string 店铺id
shop_type string 店铺类型
reason string 退款原因
status string 售后状态(-1退款关闭 0待审核 1退款中 2退款完成 3拒绝退款)
refund_money string 退款金额
refund_mark string 商户审核标准
shop_logo string 店铺logo
shop_name string 店铺名称
addtime string 申请时间
status_msg string 状态信息
order_goods.id string 记录id
order_goods.order_id string 订单id
order_goods.goods_id string 商品id
order_goods.goods_name string 商品名称
order_goods.goods_img string 商品图片
order_goods.goods_num string 商品数量
order_goods.goods_price string 商品价格
order_goods.goods_packing string 商品包装费

备注:

文档更新时间: 2020-09-24 18:40   作者:admin
上一篇:
下一篇: