log('海柔','broadcast1',$id.$json); $this->id = $id;// 0意味着通用站,所有站都需要收发的意思 $this->json = $json; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { app('LogService')->log('海柔','broadcast2',$this->id.$this->json); return new Channel('station-'.$this->id); } }