Ken hace 2 días
padre
commit
72712fde4f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;