import { defHttp } from '/@/utils/http/axios'; enum Api { list = '/ventanaly-sharefile/fileServer/queryEachFileNum', } /** * 列表接口 * @param params */ export const list = () => defHttp.post({ url: Api.list });