feat(desktop): 支持桌面端余额账单配置

This commit is contained in:
chengcheng
2026-06-11 09:17:32 +08:00
parent e8df26da9b
commit bffd4ecb98
5 changed files with 76 additions and 1 deletions
+7
View File
@@ -592,6 +592,13 @@ export interface WalletSummaryResponse {
primaryAccount: GatewayWalletAccount;
}
export interface GatewayDesktopConfigResponse {
billing: {
gatewayBaseUrl?: string;
gatewayBillingPath: string;
};
}
export interface WalletAdjustmentResponse {
account: GatewayWalletAccount;
before: GatewayWalletAccount;