1.6 修改2.0下载地址
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user