瀏覽代碼

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;