feat: densify sms records and improve uplink matching

This commit is contained in:
hectorzhao
2026-08-27 10:15:08 +08:00
parent 898471423f
commit a280b4bb22
25 changed files with 859 additions and 154 deletions
+1
View File
@@ -225,6 +225,7 @@ export type SmsUplinkMessage = {
applicationId?: string | null;
messageRecordId?: string | null;
messageId?: string | null;
gatewayMessageId?: string | null;
sequenceId?: number | null;
phoneNumber: string;
destId: string;