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