feat: improve application access and money precision

This commit is contained in:
hectorzhao
2026-07-16 17:54:05 +08:00
parent 9d5c507007
commit faa716b8d0
49 changed files with 1699 additions and 489 deletions
+2
View File
@@ -318,6 +318,7 @@ export type ClientSmsApplication = {
sentToday?: number;
deliveryRate?: number;
cmppStatus?: 'connected' | 'degraded' | 'disconnected' | 'inactive';
interfaceEnabled?: boolean | null;
cmppConnections?: CmppDownstreamConnection[];
httpConfig?: HttpApiConfig | null;
};
@@ -919,6 +920,7 @@ export type EnterpriseApplication = {
cmppMaxConnections?: number | null;
cmppWindowSize?: number | null;
ipAllowlist?: Array<{ id: string; ipCidr: string; remark?: string | null }>;
httpConfig?: HttpApiConfig | null;
tenant?: TenantOption;
sentToday?: number;
deliveryRate?: number;