Ken 5 天之前
父节点
当前提交
ea1f6c8720
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/Services/PcIssueService.php

+ 0 - 3
app/Services/PcIssueService.php

@@ -179,9 +179,6 @@ class PcIssueService extends BaseService
                     Log::error("开奖失败:{$item->issue_no}");
                     Log::error("原因:");
                     Log::error($e->getMessage());
-                    $m = new Message();
-                    $m->json = json_encode([$e->getMessage()]);
-                    $m->save();
                 }
             }
         }