finai/backend/app/integrations
shijing 7214649759 feat: storage 改按日期分组,加 FastAPI 代理路由
- 上传落到 storage/YYYY/MM/DD/{uuid}.ext,storage_key 记录相对路径
- 新增 GET /api/files/{key:path} 读文件,防目录穿越;旧的扁平 key 也兼容
- temporary_url 返回 /api/files/{key},前端可直接用
- storage 目录已在 .gitignore(backend/storage/),无需再改

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-14 09:51:05 +08:00
..
__init__.py chore: initial commit 2026-07-09 14:26:05 +08:00
adp_client.py chore: initial commit 2026-07-09 14:26:05 +08:00
sms_client.py chore: initial commit 2026-07-09 14:26:05 +08:00
storage_client.py feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00