Sfoglia il codice sorgente

更正打印超时时间

lvhao 1 mese fa
parent
commit
a1a97772ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/CoreApp/models/Model_cne.php

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

@@ -154,7 +154,7 @@ function __construct(){
 		}
 		$this->logic_ding->sendToDing("云尚快递erp返回信息".$data['number']."【".json_encode($g)."】");
 		$end_time = time();
-		if( $end_time - $start_time  > 45){
+		if( $end_time - $start_time  > 60){
 			if($g['x'] == 1){
 				$this->logic_ding->addJobs('outtime_order',['number'=>$data['number']]);
 				$g = array('x'=>'0','Description'=>'运单超时');