fix: persist sms carrier and province

This commit is contained in:
hectorzhao
2026-07-11 21:55:25 +08:00
parent 37048a4c9a
commit 7b8424d9bc
8 changed files with 76 additions and 12 deletions
+2
View File
@@ -350,6 +350,8 @@ export type SmsMessageRecord = {
channelId?: string | null;
messageId: string;
phoneNumber: string;
carrier?: string | null;
province?: string | null;
content: string;
billingUnits: number;
amountCents: number;