lvhao 5 일 전
부모
커밋
ef8f5fbea3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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))