回显
This commit is contained in:
@@ -59,4 +59,16 @@ export const getFileUrl = (filePath: string) => {
|
||||
url: SYSTEM_PREFIX + '/file/getFileUrl',
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据获取文件的一个短期url及文件名
|
||||
*/
|
||||
export const getFileNameAndFilePath = (query: any) => {
|
||||
return createAxios({
|
||||
url:SYSTEM_PREFIX + '/file/getFileVO',
|
||||
method: 'GET',
|
||||
params:query
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user