seven 5 달 전
부모
커밋
456e3f2cfe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Services/BetService.php

+ 2 - 0
app/Services/BetService.php

@@ -665,6 +665,8 @@ class BetService extends BaseService
                     $text .= "{$v['keywords']} 【" . $lastStr . "】 {$v['amount']} {$profit} {$yl}\n";
                 }
             } else {
+                $v['amount'] = number_format($v['amount'],2);
+
                 if ($k + 1 <= $rand_num) {
                     $text .= "---- 【" . $lastStr . "】 {$v['amount']} {$v['profit']} -{$v['amount']}\n";
                 }