|
|
@@ -326,6 +326,7 @@ function __construct(){
|
|
|
curl_setopt($ch, CURLOPT_HEADER, 1);
|
|
|
curl_exec($ch);
|
|
|
$res = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
|
|
|
+ $this->logic_ding->sendToDing("hualei获取运单的url".json_encode($res,JSON_UNESCAPED_UNICODE));
|
|
|
curl_close($ch);
|
|
|
if(stripos($res,'.pdf') !== false)
|
|
|
{
|