郑晓宇 6 年之前
父節點
當前提交
2e81eebc4b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Console/Commands/gamematch.php

+ 2 - 0
app/Console/Commands/gamematch.php

@@ -51,6 +51,8 @@ class gamematch extends Command
                 sleep(1);
                 continue;
             }
+            $info = [];
+            $questions = []
             $data = json_decode($data, 1);
             $room = Redis::get($data['level']);
             if($room){