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