seven hace 3 días
padre
commit
3c3afd0f95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -637,7 +637,7 @@ class IssueService extends BaseService
                 }
 
                 $tail = self::getLastDigit($sum); // 总和尾数
-                $result[] = '尾'.$tail; // 尾数
+                $combo[] = '尾'.$tail; // 尾数
 
                 $combo = implode(' ', $combo);
                 self::lotteryDraw($v->id, $winning_numbers, $combo,'');