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:
@ -45,11 +45,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,
|
||||||
|
Reference in New Issue
Block a user