Commit Graph

3 Commits

Author SHA1 Message Date
wangziqi
1233d86230 fix: 修复文件上传接口的 CORS 跨域问题
在 FileUploadController 上添加 @CrossOrigin 注解
在 WebMvcConfig 中排除 /api/upload/** 路径的拦截器
2026-02-10 16:04:40 +08:00
wangziqi
540593179a fix: 修复 ApiResponse.error() 方法不存在的问题
将 FileUploadController 中的 ApiResponse.error() 改为 ApiResponse.fail()
将 ApiResponse.success() 改为 ApiResponse.ok()
2026-02-10 15:41:59 +08:00
wangziqi
a7ce0a089e Initial commit 2026-02-09 09:51:14 -08:00