fix: 上传切片文件并发送文件到网元端

This commit is contained in:
TsMask
2023-11-29 10:13:56 +08:00
parent 1c83d7ca46
commit 7c66d15e58
5 changed files with 42 additions and 59 deletions

View File

@@ -51,15 +51,3 @@ export async function sendMMlByNE(
}
return result;
}
/**
* 发送文件到网元端
* @returns object
*/
export function transferToNeFile(data: Record<string, any>) {
return request({
url: `/ne/action/pushFile`,
method: 'post',
data,
});
}