fix:仪表盘数据对接修改
This commit is contained in:
22
src/typings/api.d.ts
vendored
22
src/typings/api.d.ts
vendored
@@ -443,18 +443,18 @@ declare namespace Api {
|
||||
namespace Dashboard {
|
||||
/** Dashboard gauge data */
|
||||
interface GaugeData {
|
||||
/** Remaining credit amount */
|
||||
remainingCredit: number;
|
||||
/** Used credit amount */
|
||||
usedCredit: number;
|
||||
/** Remaining flow amount (MB) */
|
||||
remainingFlow: number;
|
||||
/** Used flow amount (MB) */
|
||||
usedFlow: number;
|
||||
/** Current traffic rate (MB/s) */
|
||||
trafficRate: number;
|
||||
/** Peak traffic rate (MB/s) */
|
||||
/** Balance amount */
|
||||
balance: number;
|
||||
/** Total traffic amount (bytes) */
|
||||
traffic: number;
|
||||
/** Used traffic amount (bytes) */
|
||||
trafficUsed: number;
|
||||
/** Current traffic rate (B/s) */
|
||||
activity: number;
|
||||
/** Peak traffic rate (B/s) */
|
||||
peakTrafficRate: number;
|
||||
/** Number of connected devices */
|
||||
clientNum: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user