mirror of https://github.com/1Panel-dev/1Panel
fix: 获取告警短信使用量 (#7077)
parent
eea4cf68ad
commit
7e677ee9fa
|
@ -178,6 +178,8 @@ export namespace Setting {
|
|||
offline: boolean;
|
||||
status: string;
|
||||
message: string;
|
||||
smsUsed: number;
|
||||
smsTotal: number;
|
||||
}
|
||||
export interface LicenseStatus {
|
||||
productPro: string;
|
||||
|
|
Loading…
Reference in New Issue