fix: recover gateway callbacks and client send flows

This commit is contained in:
hectorzhao
2026-08-27 14:30:02 +08:00
parent a280b4bb22
commit d6edb88b76
10 changed files with 167 additions and 10 deletions
+1
View File
@@ -211,6 +211,7 @@ export type ClientSmsApplication = {
scene?: string | null;
customerUnitPrice?: number | null;
queuePriority?: 'normal' | 'priority' | string | null;
templateMismatchMode?: 'reject' | 'manual_review' | 'direct_send' | string | null;
status: string;
dailyLimit?: number | null;
createdAt?: string;