feat: 新增网元操作相关接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user