Ken 1 неделя назад
Родитель
Сommit
45b6ed5ac9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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