简要描述:

  • 退货地址

请求域名:

请求URL:

GET:route=dispatch.express

参数:

参数名 是否必须 类型 说明
order_id yes int 订单id
order_express_id no int 包裹id

返回示例:

正确时返回:

{
    "result":1,
    "msg":"成功",
    "data":{
        "express_sn":"821727328793",
        "company_name":"顺丰",
        "data":[
            {
                "time":"2018-07-26 11:08:12",
                "ftime":"2018-07-26 11:08:12",
                "context":"在官网 运单资料&签收图,可查看签收人信息",
                "location":""
            },
            {
                "time":"2018-07-26 11:07:42",
                "ftime":"2018-07-26 11:07:42",
                "context":"已签收,感谢使用顺丰,期待再次为您服务",
                "location":""
            },
            {
                "time":"2018-07-26 09:44:37",
                "ftime":"2018-07-26 09:44:37",
                "context":"快件交给李伟,正在派送途中(联系电话:13796729753)",
                "location":""
            },
            {
                "time":"2018-07-26 09:29:01",
                "ftime":"2018-07-26 09:29:01",
                "context":"快件到达 【哈尔滨市延寿县西同庆街营业点】",
                "location":""
            },
            {
                "time":"2018-07-26 05:38:00",
                "ftime":"2018-07-26 05:38:00",
                "context":"快件已发车",
                "location":""
            },
            {
                "time":"2018-07-25 21:34:58",
                "ftime":"2018-07-25 21:34:58",
                "context":"快件在【哈尔滨哈平集散中心】已装车,准备发往下一站",
                "location":""
            },
            {
                "time":"2018-07-25 18:57:40",
                "ftime":"2018-07-25 18:57:40",
                "context":"快件到达 【哈尔滨哈平集散中心】",
                "location":""
            },
            {
                "time":"2018-07-25 17:42:17",
                "ftime":"2018-07-25 17:42:17",
                "context":"快件已发车",
                "location":""
            },
            {
                "time":"2018-07-25 17:40:31",
                "ftime":"2018-07-25 17:40:31",
                "context":"快件在【哈尔滨市道外区竹林巷营业点】已装车,准备发往下一站",
                "location":""
            },
            {
                "time":"2018-07-25 15:51:06",
                "ftime":"2018-07-25 15:51:06",
                "context":"顺丰速运 已收取快件",
                "location":""
            },
            {
                "time":"2018-07-25 15:08:13",
                "ftime":"2018-07-25 15:08:13",
                "context":"顺丰速运 已收取快件",
                "location":""
            }
        ],
        "thumb":"https://dev3.yunzshop.com/addons/yun_shop/addons/yun_shop/storage/app/avatars/store_applykxldaOg2Ol",
        "tel":"",
        "status_name":null
    }
}
  • 未找到数据
{
    "result": 0,
    "msg": "获取退货地址失败",
    "data": [ ]
}

返回参数说明:

参数名 类型 说明
express_sn string 快递单号
company_name string 快递公司名
thumb string 订单图片地址
tel string 收件电话
status_name string 配送状态
data [object] 物流信息
data 类型 说明
time string 时间
ftime string 时间
context string 内容
location string

备注: