lvhao 1 месяц назад
Родитель
Сommit
a1a97772ca
1 измененных файлов с 1 добавлено и 1 удалено
  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'=>'运单超时');