优化 押注 下单提示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user