feat: 新增网元操作相关接口

This commit is contained in:
TsMask
2024-03-30 20:13:53 +08:00
parent 4eff5d48cd
commit fa14f50e2d
2 changed files with 110 additions and 2 deletions

View File

@@ -70,9 +70,9 @@ export function delNeSoftware(softwareIds: string | number) {
* @param data 网元对象
* @returns object
*/
export function installCheckNeSoftware(data: Record<string, any>) {
export function checkInstallNeSoftware(data: Record<string, any>) {
return request({
url: `/ne/software/installCheck`,
url: `/ne/software/checkInstall`,
method: 'post',
data: data,
timeout: 180_000,