|
@@ -952,8 +952,8 @@ function __construct(){
|
|
$res = curl_exec($ch);
|
|
$res = curl_exec($ch);
|
|
curl_close($ch);
|
|
curl_close($ch);
|
|
|
|
|
|
- $this->logic_ding->sendToDing("dhl发货C类申报请求的报文".$data['number'].":".$data);
|
|
|
|
- $this->logic_ding->sendToDing("dhl发货C类申报请求的返回参数".$data['number'].":".$res);
|
|
|
|
|
|
+ $this->logic_ding->sendToDing("dhl发货C类申报请求的报文".$list['number'].":".$data);
|
|
|
|
+ $this->logic_ding->sendToDing("dhl发货C类申报请求的返回参数".$list['number'].":".$res);
|
|
$resp = json_decode($res,true);
|
|
$resp = json_decode($res,true);
|
|
$j = '';
|
|
$j = '';
|
|
if(isset($resp['result']))
|
|
if(isset($resp['result']))
|