seven 4 zile în urmă
părinte
comite
edffd32612
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -372,7 +372,7 @@ class BetService extends BaseService
                         $item = [];
                         $item['keywords'] = $gameplayRuleInfo['keywords'];
                         $item['odds'] = $gameplayRuleInfo['odds'];
-                        $item['amount'] = rand($gameplayRuleInfo['mininum'], $gameplayRuleInfo['maxinum']);
+                        $item['amount'] = rand(10, 10000);
                         $item['first_name'] = self::generateRandomString(6);
                         $item['profit'] = 0;
                         $input = $item['keywords'] . $item['amount'];