Ken 1 周之前
父节点
当前提交
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 = rand($betMini, $betMax);
                             $amount = floor($amount / 10) * 10;
                             $amount = floor($amount / 10) * 10;
-                            $input = $gameplayRuleInfo['keywords'] . $amount;
+                            $input = $gameplayRuleInfo['keywords'] . ' '.$amount;
                             // $amount = number_format($amount,2);
                             // $amount = number_format($amount,2);
                             $item = [];
                             $item = [];
                             $item['keywords'] = $gameplayRuleInfo['keywords'];
                             $item['keywords'] = $gameplayRuleInfo['keywords'];