|
@@ -137,7 +137,10 @@ function __construct(){
|
|
|
$this->logic_ding->sendToDing("云尚快递erp返回信息【".json_encode($g)."】");
|
|
|
$end_time = time();
|
|
|
if( $end_time - $start_time > 15){
|
|
|
- $this->logic_ding->addJobs('outtime_order',['number'=>$data['number']]);
|
|
|
+ if($g['x'] == 1){
|
|
|
+ $this->logic_ding->addJobs('outtime_order',['number'=>$data['number']]);
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
return $g;
|
|
|
}
|