1.6 修改2.0下载地址

This commit is contained in:
jl-zhoujl2
2023-01-06 14:27:37 +08:00
parent 9648da7185
commit 775d6cf788

View File

@ -43,11 +43,11 @@ export const downloadPath = '/api/doc/v1.0/files/download';
/** /**
* 查询文件列表根据2.0 bid * 查询文件列表根据2.0 bid
*/ */
export const findFilelistPathBySecond = '/api/v1/file/getFileListById'; export const findFilelistPathBySecond = '/downloadfile/v1/file/getFileListById';
/** /**
* 文件下载根据2.0 bid fileId * 文件下载根据2.0 bid fileId
*/ */
export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById'; export const downloadPathBySecond = '/downloadfile/v1/file/downloadFileStreamById';
export interface FilelistProps { export interface FilelistProps {
uid: string, uid: string,