郑晓宇 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);