feat: improve inquiry list and telegram ids
TaxBaik Browser E2E / browser-e2e (push) Successful in 37s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m20s

This commit is contained in:
2026-06-27 16:30:23 +09:00
parent 046a16c75b
commit 832aa49e96
2 changed files with 13 additions and 2 deletions
@@ -32,6 +32,7 @@ public class TelegramInquiryNotificationService : IInquiryNotificationService
var text = new StringBuilder()
.AppendLine("🆕 새 문의가 접수되었습니다.")
.AppendLine()
.AppendLine($"문의 번호: #{inquiryId}")
.AppendLine($"제목: {serviceType}")
.AppendLine($"이름: {name}")
.AppendLine($"연락처: {phone}")
@@ -76,6 +77,7 @@ public class TelegramInquiryNotificationService : IInquiryNotificationService
var text = new StringBuilder()
.AppendLine("✏️ 문의 상태가 변경되었습니다.")
.AppendLine()
.AppendLine($"문의 번호: #{inquiryId}")
.AppendLine($"제목: {serviceType}")
.AppendLine($"이름: {name}")
.AppendLine($"연락처: {phone}")