ref: v3变更,,表结构对应相关接口功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user