fix: recover gateway callbacks and client send flows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user