Ken 1 dzień temu
rodzic
commit
72712fde4f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Services/IssueService.php

+ 1 - 0
app/Services/IssueService.php

@@ -836,6 +836,7 @@ class IssueService extends BaseService
                     $res = self::lotteryDraw($v->id, $winning_numbers, $combo, '');
                     if ($res['code'] == self::NOT) {
                         Log::error("开奖失败:{$v->issue_no}   {$res['meg']} ");
+                        throw new \Exception($res['msg']);
                     }
 
                     $new = false;