商品列表、分类管理、客户等级
This commit is contained in:
@@ -19,6 +19,17 @@ export function getFileList(params: FileListParams) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取文件详情
|
||||
* @param id 文件ID
|
||||
*/
|
||||
export function getFileInfo(id: number) {
|
||||
return createAxios<ISysFileInfo>({
|
||||
url: `/system/file/list/show/${id}`,
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取回收站文件列表
|
||||
* @param params 查询参数
|
||||
|
||||
Reference in New Issue
Block a user