Ken 4 days ago
parent
commit
5e85e0dade
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -497,7 +497,7 @@ class BetService extends BaseService
 
 
                             $fake_bet_list[] = $item;
                             $fake_bet_list[] = $item;
 
 
-                            $groupText .= "{$input} {$item['odds']} ";
+                            $groupText .= "{$input} ({$item['odds']}倍率) ";
 
 
 
 
                             if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {
                             if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {