|
@@ -168,8 +168,13 @@ function __construct(){
|
|
|
// var_dump($link);
|
|
|
// var_dump(json_encode($count));
|
|
|
$this->logic_ding->sendToDing("hualei发货单请求的报文".$link.json_encode($count));
|
|
|
+ $start_time = time();
|
|
|
$result = $this->curlRequest('http://123.207.33.169:8082/createOrderApi.htm',$link.json_encode($count));
|
|
|
$this->logic_ding->sendToDing("hualei发货单回执的报文result".json_encode($result,JSON_UNESCAPED_UNICODE));
|
|
|
+ $end_time = time();
|
|
|
+ if( $end_time - $start_time > 15){
|
|
|
+ $this->logic_ding->addJobs('outtime_order',['number'=>$data['number']]);
|
|
|
+ }
|
|
|
$resultData = json_decode($result['result'], true);
|
|
|
|
|
|
if(isset($resultData['message'])){
|