seven 1 週間 前
コミット
0c2c0b643c
1 ファイル変更3 行追加3 行削除
  1. 3 3
      app/Services/BetService.php

+ 3 - 3
app/Services/BetService.php

@@ -563,7 +563,7 @@ class BetService extends BaseService
         $data = [];
         $text = $issue_no . "期开奖结果 \n";
         $text .= "-----本期开奖账单----- \n";
-        $text .=" 下注类型 用户 投注金额 中奖金额 盈亏 \n";
+        $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
         $betNoticeNum = Config::where('field', 'bet_notice_num')->first()->val;
         $betNoticeNum = explode(',', $betNoticeNum);
         $betNoticeMini = $betNoticeNum[0] ?? 26;
@@ -603,7 +603,7 @@ class BetService extends BaseService
                 BalanceLogService::addLog($v['member_id'], $profit, $balance, ($balance + $profit), '中奖', $v['id'], '');
             } else {
                 if ($k + 1 <= $realNoticeNum) {
-                    $text .= "{$v['keywords']} 【******" . $lastStr . "】{$v['amount']} {$v['profit']} -{$v['amount']}\n";
+                    $text .= "-- 【******" . $lastStr . "】{$v['amount']} {$v['profit']} -{$v['amount']}\n";
                     $bet_num++;
                 }
             }
@@ -652,7 +652,7 @@ class BetService extends BaseService
                 }
             } else {
                 if ($k + 1 <= $rand_num) {
-                    $text .= "{$v['keywords']} 【" . $lastStr . "】 {$v['amount']} {$v['profit']} -{$v['amount']}\n";
+                    $text .= "-- 【" . $lastStr . "】 {$v['amount']} {$v['profit']} -{$v['amount']}\n";
                 }
             }