ソースを参照

who write the return

Tree 1 ヶ月 前
コミット
cb451de0d8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Jobs/GameTask.php

+ 1 - 1
app/Jobs/GameTask.php

@@ -49,7 +49,7 @@ class GameTask implements ShouldQueue
     {
         if (empty($this->data)) return;
 
-        return ;
+//        return ;
         Util::WriteLog('24680task',$this->data);
         // 接收数据
         [$cmd,$data] = $this->data;