seven 2 weeks ago
parent
commit
ba17d77375
1 changed files with 1 additions and 1 deletions
  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();
         }