- 必须先读
- Ajax编程_V7.6大纲配套
- 数据可视化
- Vue基础
- Vue_大事件
- 黑马头条号
- 极客园_PC
- 极客园(黑马头条)_移动端
- 人资项目
- 小兔鲜电商
- 小程序基础
- 小程序项目
- layui_大事件
- 品优购电商后台
- 其他可用接口
获取-物流信息
GET
/kuaidi/{id}
请求参数
Path 参数
id
string
订单id
示例值:
804909574412544580
Header 参数
Authorization
string
必需
示例值:
{{Pin_ACCESS_TOKEN}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://vue-shop-api-t.itheima.net/api/private/v1/kuaidi/804909574412544580' \
--header 'Authorization: {{Pin_ACCESS_TOKEN}}'
返回响应
🟢200成功
application/json
Body
meta
object
响应提示
status
integer
业务状态码
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
}
]
}
修改于 2022-07-24 15:53:08