售后单详情

简要描述
  • 售后单详情
请求url
  • https://www.商城域名.com/index.php?s=/api/refund/detail
请求方式
  • GET
是否需授权登录
请求header
参数名 类型 是否必须 示例值 说明
storeId int 必填 10001 商城ID
platform string 必填 H5 当前请求的客户端(APP、小程序、H5等)
Access-Token string 选填 - 当前登录用户的 Token
请求参数
参数名 类型 是否必须 示例值 说明
orderRefundId int 必填 6 售后单ID
返回示例
{
    "status": 200,
    "message": "success",
    "data": {
        "detail": {
            "order_refund_id": 6,
            "order_id": 10195,
            "order_goods_id": 10192,
            "user_id": 10125,
            "type": 10,
            "apply_desc": "",
            "audit_status": 10,
            "refuse_desc": "",
            "refund_money": "0.00",
            "is_user_send": 1,
            "send_time": "2022-01-19 10:31:09",
            "express_id": "10002",
            "express_no": "12124141241",
            "is_receipt": 0,
            "status": 0,
            "create_time": "2022-01-19 10:30:00",
            "orderGoods": {
                "order_goods_id": 10192,
                "goods_id": 10023,
                "goods_name": "【砍价】库存测试",
                "image_id": 10381,
                "deduct_stock_type": 20,
                "spec_type": 20,
                "goods_sku_id": "10053",
                "goods_props": [{
                    "group": {
                        "name": "尺码",
                        "id": 10007
                    },
                    "value": {
                        "name": "40",
                        "id": 10053
                    }
                }],
                "goods_no": "",
                "goods_price": "100.00",
                "line_price": "2.00",
                "goods_weight": 4,
                "is_user_grade": 1,
                "grade_ratio": 10,
                "grade_goods_price": "98.00",
                "grade_total_money": "4.00",
                "coupon_money": "0.00",
                "points_money": "0.00",
                "points_num": 0,
                "points_bonus": 9,
                "total_num": 2,
                "total_price": "196.00",
                "total_pay_price": "196.00",
                "delivery_status": 10,
                "delivery_num": 0,
                "is_comment": 0,
                "order_id": 10195,
                "user_id": 10125,
                "goods_source_id": 0,
                "goods_image": "e8f48e56ccd8dc60c883fc8fe06d6149.png"
            },
            "images": [],
            "address": {
                "id": 3,
                "order_refund_id": 6,
                "name": "仓库",
                "phone": "13500000000",
                "province_id": 1,
                "city_id": 2,
                "region_id": 5,
                "detail": "010号(拒收到付)",
                "region": {
                    "province": "北京",
                    "city": "北京市",
                    "region": "朝阳区"
                }
            },
            "express": {
                "express_id": 10002,
                "express_name": "邮政国内"
            },
            "state_text": "已发货,待平台确认"
        }
    }
}
返回参数
参数名 类型 示例值 说明
status int 200 请求状态(200:请求成功;500:请求错误/失败)
message string success 请求结果的信息,默认为 success
data object - 返回的业务数据
data 参数
参数名 类型 示例值 说明
detail object - -
data.detail 参数
参数名 类型 示例值 说明
order_refund_id int 6 售后单ID
order_id int 10195 订单ID
order_goods_id int 10192 订单商品ID
user_id int 10125 用户ID
type int 10 售后类型 (10退货退款 20换货)
apply_desc string - 用户申请原因 (说明)
audit_status int 10 商家审核状态 (0待审核 10已同意 20已拒绝)
refuse_desc string - 商家拒绝原因 (说明)
refund_money string 0.00 实际退款金额
is_user_send int 1 用户是否发货 (0未发货 1已发货)
send_time string 2022-01-19 10:31:09 用户发货时间
express_id string 10002 用户发货物流公司ID
express_no string 12124141241 用户发货物流单号
is_receipt int - 商家收货状态 (0未收货 1已收货)
status int - 售后单状态 (0进行中 10已拒绝 20已完成 30已取消)
create_time string 2022-01-19 10:30:00 商城ID
orderGoods object - 售后商品信息
images array [] 售后单图片
address object - 售后单退货地址
express object - 物流公司信息
state_text string 已发货,待平台确认 售后单状态 (文字)
data.detail.address 参数
参数名 类型 示例值 说明
id int 3 地址ID
name string 仓库 收货人姓名
phone string 13500000000 联系电话
detail string 010号(拒收到付) 详细地址
region object - 地区信息
data.detail.address.region 参数
参数名 类型 示例值 说明
province string 北京 省份名称
city string 北京市 城市名称
region string 朝阳区 区/县名称
data.detail.express 参数
参数名 类型 示例值 说明
express_id int 10002 物流公司ID
express_name string 邮政国内 物流公司名称