From 775d6cf7883b5f19d069f3f9b5cd58abcac41f83 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 6 Jan 2023 14:27:37 +0800 Subject: [PATCH] =?UTF-8?q?1.6=20=E4=BF=AE=E6=94=B92.0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/DownloadUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/DownloadUtils.ts b/src/utils/DownloadUtils.ts index ee96b84..5e4edd3 100644 --- a/src/utils/DownloadUtils.ts +++ b/src/utils/DownloadUtils.ts @@ -43,11 +43,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,