Merge branch '20230106-2.0下载接口' into 'release_20230102'

1.6 修改2.0下载地址

See merge request eshop/fe_service_ebtp_frontend!113
This commit is contained in:
jl-zhoujl2
2023-01-06 13:57:59 +00:00

View File

@ -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,