|
@@ -548,8 +548,12 @@ function __construct(){
|
|
|
|
|
|
$url = $url . '?' . http_build_query($get);
|
|
|
$res = $this->su_curl('',$url,$header,'json',300,"GET");
|
|
|
- $this->logic_ding->sendToDing("usps快递地址核对参数"."【".$data['number']."】".json_encode($get,JSON_UNESCAPED_UNICODE));
|
|
|
- $this->logic_ding->sendToDing("usps快递地址核对结果"."【".$data['number']."】".$res);
|
|
|
+
|
|
|
+ // $this->logic_ding->sendToDing("usps快递地址核对参数"."【".$data['number']."】".json_encode($get,JSON_UNESCAPED_UNICODE));
|
|
|
+ // $this->logic_ding->sendToDing("usps快递地址核对结果"."【".$data['number']."】".$res);
|
|
|
+
|
|
|
+ $this->logic_ding->sendToDing("usps快递地址核对参数".json_encode($get,JSON_UNESCAPED_UNICODE));
|
|
|
+ $this->logic_ding->sendToDing("usps快递地址核对结果".$res);
|
|
|
$res = json_decode($res, true);
|
|
|
if(isset($res['address']))
|
|
|
{
|