快递查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了快递查询相关的知识,希望对你有一定的参考价值。

#encoding:UTF-8
#Python 3.4.3
import urllib
import requests 
‘‘‘
天天快递    运单号码: 667612364334  
圆通速递    运单号码: 885300598318625893 
韵达快递    运单号码: 3839920843883
‘‘‘
kd=[[申通,shentong,0],
[EMS ,ems,1],
[顺丰,shunfeng,2],
[圆通,yuantong,3],
[中通,zhongtong,4], 
[韵达,yunda,5],
[天天,tiantian,6],
[汇通,huitongkuaidi,7], 
[全峰,quanfengkuaidi,8], 
[德邦,debangwuliu,9],
[宅急送,zhaijisong,10]]
  
for i in range(len(kd)):
    print(快递公司: ,kd[i][0],编号: ,kd[i][2])
type,postid=input(请输入快递编号和快递单号(逗号分隔): ).split(,)
company1=‘‘
company2=‘‘
s=int(‘‘+type)
for i in range(len(kd)):
    if kd[i][2]==s:
        company1=kd[i][0]
        company2=kd[i][1]
url=http://www.kuaidi100.com/query?type=%s&postid=%s %(company2,postid)
data=urllib.request.urlopen(url).read().decode(utf-8)
dict=eval(data)
print(                                                  )
print(**************************************************)
print(快递单号: ,dict.get(nu))
print(快递公司: ,company1)
l=dict.get(data)
for i in range(len(l)):
    print (派件情况:,l[i].get(time),l[i].get(context))
    


    
    
    
    
    
    
    
    
    
    
    

 

以上是关于快递查询的主要内容,如果未能解决你的问题,请参考以下文章

快递100快递查询地图轨迹API接口案例代码

快递100-快递信息查询订阅推送/跟踪API接口案例代码

快递鸟物流查询接口API调用代码示例

顺丰快递单号查询api对接(全代码)

thinkphp如何使用快递鸟-查看快递物流查询api接口

php微信公众号开发之快递查询