|
@@ -529,7 +529,7 @@ function __construct(){
|
|
|
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,1800000);
|
|
|
$res = curl_exec($ch);
|
|
|
curl_close($ch);
|
|
|
- $this->logic_ding->sendToDing("usps获取退货面单的返回参数".$res);
|
|
|
+ $this->logic_ding->sendToDing("usps获取退货面单的返回参数【".$data['number']."】".$res);
|
|
|
$res = json_decode($res, true);
|
|
|
return $res;
|
|
|
}
|