浏览代码

监听smt的数据

lvhao 3 月之前
父节点
当前提交
a291de067f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/CoreApp/models/Model_apismt.php

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

@@ -145,6 +145,7 @@ function __construct(){
 		$post['orderinfo'] = $orderinfo;
 		$post['ex'] = $ex;
 		$post['code'] = $code;
+		$this->logic_ding->sendToDing("SMT运单同步".json_encode($post,JSON_UNESCAPED_UNICODE));
         curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
 		$res = curl_exec($ch);
 		curl_close($ch);