|
@@ -443,7 +443,7 @@ function __construct(){
|
|
$res = json_decode($res,true);
|
|
$res = json_decode($res,true);
|
|
return $res;
|
|
return $res;
|
|
}
|
|
}
|
|
- public function get_logistics_bak($data)//快递渠道
|
|
|
|
|
|
+ public function get_logistics($data)//快递渠道
|
|
{
|
|
{
|
|
$url = "http://ambcargo.kingtrans.cn/PostInterfaceService?method=searchTrack";
|
|
$url = "http://ambcargo.kingtrans.cn/PostInterfaceService?method=searchTrack";
|
|
$Clientid = 'LYFZP';
|
|
$Clientid = 'LYFZP';
|
|
@@ -520,8 +520,8 @@ function __construct(){
|
|
return $list;
|
|
return $list;
|
|
}
|
|
}
|
|
|
|
|
|
- //获取快递轨迹 不知道凯哥写了为啥不用 但是现在有个新的接口 为了统一好搞 就先借用下上述名字
|
|
|
|
- public function get_logistics($data){
|
|
|
|
|
|
+ //获取快递轨迹 以前有
|
|
|
|
+ public function get_logistics_yskx($data){
|
|
$url = "http://zzys.kingtrans.net/PostInterfaceService?method=searchTrack";
|
|
$url = "http://zzys.kingtrans.net/PostInterfaceService?method=searchTrack";
|
|
$Clientid = '007';
|
|
$Clientid = '007';
|
|
$Token = 'WlpZUw==zRKOlUNdWs9J8Qp136Mj';
|
|
$Token = 'WlpZUw==zRKOlUNdWs9J8Qp136Mj';
|