Browse Source

提交数据

lvhao 4 months ago
parent
commit
2e56f36d21
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/CoreApp/models/Model_dhl.php

+ 3 - 0
core/CoreApp/models/Model_dhl.php

@@ -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']))