소스 검색

取消快递报文

lvhao 17 시간 전
부모
커밋
bff88bbcd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/models/Model_zxyuntu.php

+ 1 - 1
core/CoreApp/models/Model_zxyuntu.php

@@ -137,7 +137,7 @@ function __construct(){
 		}
 		$start_time = time();
 		$count = json_encode($count,true);
-		$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");
+		//$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");
 		$ch = curl_init();
 		curl_setopt($ch,CURLOPT_URL,$url);
 		curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);