Browse Source

提交数据

lvhao 4 tháng trước cách đây
mục cha
commit
2e56f36d21
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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']))