/** * 文件上传 */ export default function downloadFile(options: { url: string; header: unknown; }): Promise<{ apFilePath: string; }>;