fix: 获取告警短信使用量 (#7077)

pull/7081/head
2024-11-15 16:06:02 +08:00 committed by GitHub
parent eea4cf68ad
commit 7e677ee9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ export namespace Setting {
offline: boolean;
status: string;
message: string;
smsUsed: number;
smsTotal: number;
}
export interface LicenseStatus {
productPro: string;