lvhao 5 ngày trước cách đây
mục cha
commit
ef8f5fbea3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/CoreApp/models/Model_apismt.php

+ 1 - 0
core/CoreApp/models/Model_apismt.php

@@ -150,6 +150,7 @@ function __construct(){
 		//$this->logic_ding->sendToDing("SMT运单同步".json_encode($post,JSON_UNESCAPED_UNICODE));
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
+		$this->logic_ding->sendToDing("SMT运单同步".json_encode($post,JSON_UNESCAPED_UNICODE)."||".$res);
 		curl_close($ch);
 		$res = json_decode($res,true);
 		if(isset($res))