|
|
@@ -452,7 +452,7 @@ class BetService extends BaseService
|
|
|
|
|
|
$amount = rand($betMini, $betMax);
|
|
|
$amount = floor($amount / 10) * 10;
|
|
|
- $input = $gameplayRuleInfo['keywords'] . $amount;
|
|
|
+ $input = $gameplayRuleInfo['keywords'] . ' '.$amount;
|
|
|
// $amount = number_format($amount,2);
|
|
|
$item = [];
|
|
|
$item['keywords'] = $gameplayRuleInfo['keywords'];
|