补充游戏开奖通知编号文案

This commit is contained in:
pllx
2026-04-29 15:45:07 +08:00
parent 4fe4155ec0
commit 2bebc78e82
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ class CloseBaccaratRoundJob implements ShouldQueue
$detail = $detailParts ? ' '.implode(' ', $detailParts) : '';
$content = "🎲 {$diceStr} {$round->total_points} 点,{$resultText}{$payoutText}{$detail}";
$content = "🎲 第 #{$round->id} 局开奖:{$diceStr} {$round->total_points} 点,{$resultText}{$payoutText}{$detail}";
$msg = [
'id' => $chatState->nextMessageId((int) $round->room_id),