优化 押注 下单提示

This commit is contained in:
2026-04-17 15:30:25 +08:00
parent 0e8a1669b9
commit c7cb826013
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class HorseRaceController extends Controller
$chatState = app(ChatStateService::class);
$formattedAmount = number_format($data['amount']);
$content = "🐎 <b>【赛马】{$user->username}</b> 押注了 <b>{$formattedAmount}</b> 金币({$horseName})!✨";
$content = "🐎 <b>【赛马】{$user->username}</b> 押注了 <b>{$formattedAmount}</b> 金币({$horseName})!✨";
$msg = [
'id' => $chatState->nextMessageId(1),
'room_id' => 1,