fix:添加审计和全局
This commit is contained in:
@@ -410,6 +410,10 @@ export const getRealDisk = data => {
|
||||
export const getTraffic = data => {
|
||||
return http2.get(`/v1/admin/server/get_server_bandwidth?server_id=${data}`);
|
||||
};
|
||||
/**获取服务器总流量信息 */
|
||||
export const getTotalTraffic = data => {
|
||||
return http2.get(`/v1/admin/server/get_server_total_bandwidth?server_id=${data}`);
|
||||
};
|
||||
/**获取版本更新 */
|
||||
export const getVersion = () => {
|
||||
return http2.get(`/v1/admin/version`);
|
||||
|
||||
Reference in New Issue
Block a user