- 修改下载示例文件接口路径,将 "/download-example-excel"改为 "/download-example" - 优化下载逻辑,使用 ResponseEntity<InputStreamResource> 作为返回类型 - 删除冗余的 Base64 编码下载方法
- 修改下载示例文件接口路径,将 "/download-example-excel"改为 "/download-example" - 优化下载逻辑,使用 ResponseEntity<InputStreamResource> 作为返回类型 - 删除冗余的 Base64 编码下载方法