seven 2 tygodni temu
rodzic
commit
ba17d77375
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
         }