_order_model = $order_model; } /** * @return Order */ public function getOrder() { return $this->_order_model;; } /** * (监听者)获取订单model * @return mixed */ public function getOrderModel() { return $this->_order_model; } /** * Get the channels the event should be broadcast on. * * @return array */ public function broadcastOn() { return []; } }