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))