order=$order; $this->status=$status; } /** * Execute the job. * * @return void */ public function handle() { // //发起异步通知商户 //$this->order->id try{ $id=$this->order->id; $r=Order::notifyMerchant($id); Log::info(json_encode($r)); }catch (\Exception $exception) { Log::info('异常.'.$exception->getMessage()); } } }