XuqmGroup-Server/file-service/src/main/java/com/xuqm/file
XuqmGroup e34ef26d73 feat(update-service,file-service): 下载页对已丢失的历史APK显示"无法下载"
新增 file-service GET /api/file/{hash}/exists 轻量存在性检查(不读取文件内容),
下载页为每个历史版本调用该接口确认文件是否真实存在;若已丢失(如本次修复之前
就已被 30 天回收任务误删),不再展示会 404 的下载按钮,改为显示"无法下载"提示。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 02:47:50 +08:00
..
config feat(update-service,file-service): 下载页对已丢失的历史APK显示"无法下载" 2026-07-04 02:47:50 +08:00
controller feat(update-service,file-service): 下载页对已丢失的历史APK显示"无法下载" 2026-07-04 02:47:50 +08:00
entity fix(file-service): add Flyway migration for pinned column, fix production crash 2026-07-04 02:18:48 +08:00
repository fix(file-service,update-service): APK 下载 500、文件被误回收;下载页支持历史版本 2026-07-04 02:12:55 +08:00
service feat(update-service,file-service): 下载页对已丢失的历史APK显示"无法下载" 2026-07-04 02:47:50 +08:00
FileServiceApplication.java feat: add demo-service, file-service; SDK remote config endpoint; IM fuzzy search 2026-04-25 16:41:10 +08:00