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