seven 4 днів тому
батько
коміт
edffd32612
1 змінених файлів з 1 додано та 1 видалено
  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'];