Express 100API

url:http://www.kuaidi100.com/query

Stitching parameters:

parameter name Parameter Value Parameter Type
type Delivery code, refer to express 100 yards String
postid tracking number String
id Unknown, may be empty String
valicode Unknown, may be empty String
temp Unknown, may be empty String

url Example: https://www.kuaidi100.com/query?type=yuantong&postid=2234014274&id=1&valicode=&temp=( 圆通Single No. 2234014274courier, but delivery has expired, it can not display information, can apply themselves express a single number)

Request mode:GET

json Example:

{
    "message": "ok",
    "nu": "2234014274",
    "ischeck": "1",
    "condition": "F00",
    "com": "yuantong",
    "status": "200",
    "state": ". 3 " ,
     " Data " : [ 
      { 
        " Time " : " 2016-11-26 19:10:30 " ,
         " FTIME " : " 2016-11-26 19:10:30 " ,
         " context " : " customer sign man: I sign have been received thank you for using Yuantong Express, look forward to serving you again " ,
         " LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-22 18:19:03",
        "ftime " : " 2016-11-22 18:19:03 " ,
         " context " : " delivery is not successful, government agencies, schools and other special units, making arrangements for processing. " ,
         " LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-22 14:20:50 " ,
         " ftime " : " 2016-11-22 14:20:50 " ,
         " context " : " Beijing University have been received . "LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-22 10:33:25 " ,
         " ftime " : " 2016-11-22 10:33:25 " ,
         " context " : " Beijing has seven weir issued next Peking " ,
         " LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-22 10:27:47 " ,
        "ftime": " 2016-11-22 10:27:47 " ,
         " context " : " Beijing has Pagoda of Six Harmonies income " ,
         " LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-22 16:53:18 " ,
         " ftime " : " 2016-11-22 16:53:18 " ,
         " context " : " Zhejiang Wudaokou has been issued, the next stop Beijing transit center " ,
         "location": null
      },
      {
        "time": "2016-11-22 00:33:51",
        "ftime": "2016-11-22 00:33:51",
        "context": "浙江省四码头 已收入",
        "location": null
      },
      {
        "time": "2016-11-11 23:53:09",
        "ftime": "2016-11-11 23:53:09" ,
         " Context " : " Zhejiang Sanlitun has been issued, the next stop Yiwu, Jinhua, Zhejiang " ,
         " LOCATION " : null 
      }, 
      { 
        " Time " : " 2016-11-11 20:04:10 " ,
         " ftime " : " 2016-11-11 20:04:10 " ,
         " context " : " Zhejiang two acres of land has been packaged " ,
         " LOCATION " :null
      },
      {
        " Time " : " 2016-11-1 18:11:16 " ,
         " ftime " : " 2016-11-11 18:11:16 " ,
         " context " : " Street province has been attracting " ,
         " LOCATION " : null 
      } 
    ] 
  }

 

Resolution:

  • message: okIt means that there is no problem, otherwise a wrong message
  • nu:Waybill number
  • ischeck: 1On success, 0an error
  • com: Express Pinyin
  • data: Delivery of concrete to reach the point, in reverse order
  • time:Time of arrival
  • ftime:Time of arrival
  • context: Reach the location specific information
  • location: Arrival points, but the value has been null


Author: eve night _ the wind
link: https: //www.jianshu.com/p/13db2ad01421
Source: Jane book
Jane book copyright reserved by the authors, are reproduced in any form, please contact the author to obtain authorization and indicate the source.

Guess you like

Origin www.cnblogs.com/zhangxiaoxia/p/11236959.html