seven 2 недель назад
Родитель
Сommit
ba17d77375
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/admin/Bet.php

+ 1 - 1
app/Http/Controllers/admin/Bet.php

@@ -49,7 +49,7 @@ class Bet extends Controller
     // 模拟下注
     public function fake()
     {
-        $num = rand(1,5);
+        $num = rand(1,3);
         for($i = 0;$i< $num;$i++){
             BetService::fakeBet();
         }