简要描述:

  • 会员售后列表

请求域名:

  • http://xx.com

请求URL:

plugin.live-install.frontend.order.getRefundList

参数:

参数名 是否必须 类型 说明
order_id int 订单id
page int 页数,初始值为1

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "total": 2,
        "per_page": 15,
        "current_page": 1,
        "last_page": 1,
        "next_page_url": null,
        "prev_page_url": null,
        "from": 1,
        "to": 2,
        "data": [
            {
                "id": 4,
                "apply_time": "2021-04-19 09:19",
                "state_name": "审核中",
                "title": "购物赠送余额测试123154655133",
                "goods_option_title": "hhh22faffaff上三个三个是",
                'goods_thumb':'',
                "refund_reason": "",
                "refuse_reason": "",
                "refund_image": [],
                "worker_name": "",
                "worker_mobile": "",
                "button_group": [
                    {
                        "api": "plugin.live-install.frontend.order.cancelRefundApply",
                        "name": "取消申请",
                        "code": "cancelRefundApply",
                        "beizhu": "会员取消售后申请"
                    }
                ]
            },
            {
                "id": 3,
                "apply_time": "2021-04-06 17:41",
                "state_name": "售后中",
                "title": "购物赠送余额测试123154655133",
                "goods_option_title": "hhh22faffaff上三个三个是",
                "refund_reason": "概述概述个不是本身vsvsvsvsv",
                "refuse_reason": "哈哈哈哈哈哈哈哈",
                "refund_image": [
                    "http://zouye.yunzmall.com/static/upload/newimage/87c5556d5201962a35abaa1f3e371554.png",
                    "http://zouye.yunzmall.com/static/upload/newimage/234f4166d69287eb17560af22e8b28e4.png"
                ],
                "worker_name": "许师傅",
                "worker_mobile": "13711106018",
                "button_group": [
                    {
                        "api": "plugin.live-install.frontend.order.finishRefundApply",
                        "name": "售后完成",
                        "code": "finishRefundApply",
                        "beizhu": "会员完成售后"
                    }
                ]
            }
        ]
    }
}

错误时返回:

{
    "result": 0,
    "msg": "具体错误原因",
    "data": {}
}

返回参数说明:

参数名 类型 说明
data[ ]->id int 售后id
data[ ]->apply_time int 售后申请时间
data[ ]->state_name string 售后状态名
data[ ]->title string 售后商品名
data[ ]->goods_thumb string 售后商品图片
data[ ]->goods_option_title string 售后商品规格名
data[ ]->refund_reason string 售后退款原因
data[ ]->refuse_reason string 售后驳回申请理由
data[ ]->refund_image arr 售后图片
data[ ]->worker_name string 安装师傅名
data[ ]->worker_mobile string 安装师傅手机
data[ ]->button_group arr 操作按钮组