roomId), ]; } /** * 广播数据 */ public function broadcastWith(): array { return [ 'round_id' => $this->roundId, 'hint' => $this->hint, 'reward_gold' => $this->rewardGold, 'reward_exp' => $this->rewardExp, 'message' => "🧩 猜成语时间!{$this->hint}", ]; } }