seven 1 周之前
父節點
當前提交
df15c719a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -374,6 +374,7 @@ class BetService extends BaseService
                     $gameplayRuleInfo = $gameplayRuleList[$randKey] ?? [];
                     if ($gameplayRuleInfo) {
                         $amount = rand($betMini, $betMax);
+                        $amount = floor($amount / 10) * 10;
 
                         $item = [];
                         $item['keywords'] = $gameplayRuleInfo['keywords'];