|
|
@@ -453,7 +453,7 @@ function __construct(){
|
|
|
$url .= $link.'&sign='.$sign;
|
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
|
$res = $this->su_curl($post,$url,$headers);
|
|
|
- $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息".$res);
|
|
|
+ $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息CBT".$res);
|
|
|
$res = json_decode($res,true);
|
|
|
return $res;
|
|
|
}
|
|
|
@@ -473,7 +473,7 @@ function __construct(){
|
|
|
$url .= $link.'&sign='.$sign;
|
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
|
$res = $this->su_curl($post,$url,$headers);
|
|
|
- $this->logic_ding->sendToDing($info['number']."TT的API的发货请求".$res);
|
|
|
+ $this->logic_ding->sendToDing($info['number']."TT的API的发货请求FBTXD".$res);
|
|
|
$res = json_decode($res,true);
|
|
|
return $res;
|
|
|
}
|
|
|
@@ -506,7 +506,7 @@ function __construct(){
|
|
|
$url .= $link.'&sign='.$sign;
|
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
|
$res = $this->su_curl($post,$url,$headers);
|
|
|
- $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息".$res);
|
|
|
+ $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息CBTXD".$res);
|
|
|
$res = json_decode($res,true);
|
|
|
return $res;
|
|
|
}
|
|
|
@@ -520,7 +520,7 @@ function __construct(){
|
|
|
$url .= $link.'&sign='.$sign;
|
|
|
$headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
|
|
|
$res = $this->su_curl('',$url,$headers,$date_type='json',$timeout=300,$httptype="GET");
|
|
|
- $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息".$res);
|
|
|
+ $this->logic_ding->sendToDing($info['number']."获取TT快递服务信息MD".$res);
|
|
|
$res = json_decode($res,true);
|
|
|
return $res;
|
|
|
}
|