郑晓宇 6 年 前
コミット
3e1ceda4fe
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      app/Jobs/Distribute.php

+ 1 - 0
app/Jobs/Distribute.php

@@ -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);