ref: v3变更,,表结构对应相关接口功能

This commit is contained in:
TsMask
2025-09-15 11:02:28 +08:00
parent 54cf296d2f
commit 2f839f7178
117 changed files with 2008 additions and 2076 deletions

View File

@@ -278,7 +278,6 @@ export function transferStaticFile(data: Record<string, any>) {
export async function uploadFileToNE(
neType: string,
neuid: string,
coreUid: string,
fileData: File,
chunkSize: number = 1
) {
@@ -291,7 +290,6 @@ export async function uploadFileToNE(
uploadPath: uploadChunkRes.data.filePath,
neType,
neuid,
coreUid,
delTemp: true,
},
timeout: 60_000,