1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

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

This commit is contained in:
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

View File

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