@@ -73,6 +73,7 @@ class Distribute implements ShouldQueue
"msg" => "获取题目成功",
"info" => $info,
];
+ echo "发送题目到房间 {$this->room_id} \n";
Gateway::sendToGroup($this->room_id, json_encode($message));
//设置下次结算固定时间
$room_list = Redis::rpush("Game_settlement_{$next_date}", $this->room_id);