|
@@ -23,9 +23,9 @@ class Kd100 extends QueryInterface{
|
|
|
$key = $this->key; // 客户授权key
|
|
|
$customer = $this->customer; // 查询公司编号
|
|
|
$param = array (
|
|
|
- 'com' => $this->get, // 快递公司编码
|
|
|
- 'num' => '3950055201640', // 快递单号
|
|
|
- 'phone' => '', // 手机号
|
|
|
+ 'com' => $this->getLogistics('code_kd100'), // 快递公司编码
|
|
|
+ 'num' => $this->getNo(), // 快递单号
|
|
|
+ 'phone' => $this->getPhone(), // 手机号
|
|
|
'from' => '', // 出发地城市
|
|
|
'to' => '', // 目的地城市
|
|
|
'resultv2' => '1', // 开启行政区域解析
|