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