Ken 5 일 전
부모
커밋
0811ddfeb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -369,7 +369,7 @@ class BetService extends BaseService
         }
 
 
-        $text .= "{$keywords} {$amount} (" . $gameplayRuleInfo['odds'] . lang('倍率') . ")";
+        $text .= "{$keywords} {$amount}   (" . $gameplayRuleInfo['odds'] . lang('倍率') . ")";
 
 
         // $lastStr = self::getLastChar($userInfo->first_name, 1);