2017 © Pedro Peláez
 

library kuaidi

express query

image

jayin/kuaidi

express query

  • Saturday, August 27, 2016
  • by Jayin
  • Repository
  • 1 Watchers
  • 4 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

快递查询 Latest Stable Version

注意该项目依赖的快递100接口已废弃无法使用了, (*1)

安装

composer require "jayin/kuaidi"

使用

require_once("vendor/autoload.php");

$info  = \Kuaidi\Kuaidi::query('yuantong', '882******15');
echo json_encode($info);

正常响应:, (*2)

array(11) {
  ["message"]=>
  string(2) "ok"
  ["nu"]=>
  string(12) "2299***1653"
  ["companytype"]=>
  string(8) "shentong"
  ["ischeck"]=>
  string(1) "1"
  ["com"]=>
  string(8) "shentong"
  ["updatetime"]=>
  string(19) "2016-08-28 01:42:45"
  ["status"]=>
  string(3) "200"
  ["condition"]=>
  string(3) "F00"
  ["codenumber"]=>
  string(12) "229****1653"
  ["data"]=>
  array(8) {
    [0]=>
    array(4) {
      ["time"]=>
      string(19) "2016-08-01 18:15:15"
      ["location"]=>
      string(0) ""
      ["context"]=>
      string(36) "已签收,签收人是: 本人签收"
      ["ftime"]=>
      string(19) "2016-08-01 18:15:15"
    }
    [1]=>
    array(4) {
      ["time"]=>
      string(19) "2016-08-01 14:40:14"
      ["location"]=>
      string(0) ""
      ["context"]=>
      string(71) "广东广州xxxxx的派件员 华师北 正在派件"
      ["ftime"]=>
      string(19) "2016-08-01 14:40:14"
    }
  }
  ["state"]=>
  string(1) "3"
}

错误响应:, (*3)

array(2) {
  ["status"]=>
  string(3) "201"
  ["message"]=>
  string(60) "快递公司参数异常:单号不存在或者已经过期"
}

快递公司编码

申通=”shentong” 
EMS=”ems” 
顺丰=”shunfeng” 
圆通=”yuantong” 
中通=”zhongtong” 
韵达=”yunda” 
天天=”tiantian” 
汇通=”huitongkuaidi” 
全峰=”quanfengkuaidi” 
德邦=”debangwuliu” 
宅急送=”zhaijisong”

The Versions

27/08 2016

dev-master

9999999-dev

express query

  Sources   Download

MIT

by Jayin Ton

27/08 2016

2.0.0

2.0.0.0

express query

  Sources   Download

MIT

by Jayin Ton

26/07 2016

1.2.0

1.2.0.0

express query

  Sources   Download

MIT

by Jayin Ton

01/07 2016

1.1.2

1.1.2.0

express query

  Sources   Download

MIT

by Jayin Ton

22/06 2016

1.1.1

1.1.1.0

express query

  Sources   Download

MIT

by Jayin Ton

22/06 2016

1.1.0

1.1.0.0

express query

  Sources   Download

MIT

The Requires

 

by Jayin Ton

22/06 2016

1.0.1

1.0.1.0

express query

  Sources   Download

MIT

The Requires

 

by Jayin Ton

22/06 2016

1.0.0

1.0.0.0

express query

  Sources   Download

MIT

The Requires

 

by Jayin Ton