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:
parent
eea4cf68ad
commit
7e677ee9fa
@ -178,6 +178,8 @@ export namespace Setting {
|
|||||||
offline: boolean;
|
offline: boolean;
|
||||||
status: string;
|
status: string;
|
||||||
message: string;
|
message: string;
|
||||||
|
smsUsed: number;
|
||||||
|
smsTotal: number;
|
||||||
}
|
}
|
||||||
export interface LicenseStatus {
|
export interface LicenseStatus {
|
||||||
productPro: string;
|
productPro: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user