diff --git a/src/utils/DownloadUtils.ts b/src/utils/DownloadUtils.ts index df0dff0..1fca0a1 100644 --- a/src/utils/DownloadUtils.ts +++ b/src/utils/DownloadUtils.ts @@ -45,11 +45,11 @@ export const downloadPath = '/api/doc/v1.0/files/download'; /** * 查询文件列表(根据2.0 bid) */ -export const findFilelistPathBySecond = '/api/v1/file/getFileListById'; +export const findFilelistPathBySecond = '/downloadfile/v1/file/getFileListById'; /** * 文件下载(根据2.0 bid fileId) */ -export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById'; +export const downloadPathBySecond = '/downloadfile/v1/file/downloadFileStreamById'; export interface FilelistProps { uid: string,