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'];