获取-物流信息
GET
/kuaidi/{id}获取-物流信息
请求参数
Path 参数
id
string
订单id
示例值:
804909574412544580
Header 参数
Authorization
string
必需
token字符串 例如: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwMCwicmlkIjowLCJpYXQiOjE2NTc5Nzg4MjAsImV4cCI6MTY1ODA2NTIyMH0.Pr_IVEw-H4gXY8fNjJpG6YpUlRqCmlEgvfepkUYa3nk
示例值:
{{Pin_ACCESS_TOKEN}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
meta
object
响应提示
status
integer
业务状态码
200成功, 其他失败
message
string
响应消息
data
array [object {4}]
响应数据
time
string
物流时间
ftime
string
物流时间
context
string
物流内容
location
null
物流地址
示例
成功示例
{
"meta": {
"status": 200,
"message": "获取物流信息成功!"
},
"data": [
{
"time": "2020-07-15 12:39:56",
"ftime": "2020-07-15 12:39:56",
"context": "已签收,签收人是(快递已送代理点如有问题请联系11053685196)先生/女士,如有疑问请联系派件员寒亭魏飞飞(11053685196、0530-18194261),如您未收到此快递,请拨打投诉电话:0530--17366376,感谢使用申通快递,期待再次为您服务",
"location": null
},
{
"time": "2020-07-15 08:46:54",
"ftime": "2020-07-15 08:46:54",
"context": "山东潍坊寒亭营业厅-寒亭魏飞飞(11053685196,0530-18194261)-派件中",
"location": null
},
{
"time": "2020-07-15 08:38:57",
"ftime": "2020-07-15 08:38:57",
"context": "已到达-山东潍坊寒亭营业厅",
"location": null
},
{
"time": "2020-07-15 06:38:13",
"ftime": "2020-07-15 06:38:13",
"context": "已到达-山东潍坊寒亭营业厅",
"location": null
},
{
"time": "2020-07-14 20:56:45",
"ftime": "2020-07-14 20:56:45",
"context": "山东潍坊转运中心-已发往-山东潍坊寒亭公司",
"location": null
},
{
"time": "2020-07-14 20:52:44",
"ftime": "2020-07-14 20:52:44",
"context": "已到达-山东潍坊转运中心",
"location": null
},
{
"time": "2020-07-14 17:43:48",
"ftime": "2020-07-14 17:43:48",
"context": "已到达-山东潍坊转运中心",
"location": null
},
{
"time": "2020-07-14 10:53:46",
"ftime": "2020-07-14 10:53:46",
"context": "山东临沂转运中心-已发往-山东潍坊转运中心",
"location": null
},
{
"time": "2020-07-14 10:43:31",
"ftime": "2020-07-14 10:43:31",
"context": "已到达-山东临沂转运中心",
"location": null
},
{
"time": "2020-07-14 02:43:20",
"ftime": "2020-07-14 02:43:20",
"context": "安徽合肥转运中心-已发往-山东临沂转运中心",
"location": null
},
{
"time": "2020-07-14 02:41:40",
"ftime": "2020-07-14 02:41:40",
"context": "已到达-安徽合肥转运中心",
"location": null
},
{
"time": "2020-07-13 16:28:13",
"ftime": "2020-07-13 16:28:13",
"context": "安徽阜阳转运中心-已发往-安徽合肥转运中心",
"location": null
},
{
"time": "2020-07-13 15:03:30",
"ftime": "2020-07-13 15:03:30",
"context": "安徽利辛公司-已发往-安徽阜阳转运中心",
"location": null
},
{
"time": "2020-07-13 14:47:56",
"ftime": "2020-07-13 14:47:56",
"context": "安徽利辛公司-已发往-安徽阜阳转运中心",
"location": null
},
{
"time": "2020-07-13 14:37:06",
"ftime": "2020-07-13 14:37:06",
"context": "安徽利辛公司-城南吴彦祖-已收件",
"location": null
}
]
}
最后修改时间: 2 年前