del: 移除网元无用接口

This commit is contained in:
TsMask
2024-05-10 10:17:11 +08:00
parent 75faae6d7c
commit ad9f8574bd
3 changed files with 0 additions and 117 deletions

View File

@@ -78,17 +78,3 @@ export function newNeVersion(data: Record<string, any>) {
data: data,
});
}
/**
* 网元软件包安装
* @param data {software:软件信息,preinput:{参数}}
* @returns object
*/
export function installNeSoftware(data: Record<string, any>) {
return request({
url: `/ne/software/install`,
method: 'post',
data: data,
timeout: 180_000,
});
}