jiachenlong/backend/app/routers
socool 7100f2d40e 清理:注释information.py中废弃的seek/deal重复端点
已废弃并注释的端点(统一使用 /api/seek/* 或 /api/deal/*):
- /information/seek/match → /api/seek/my-match
- /information/seek/network-match/{id} → /api/seek/network-match/{id}
- /information/my-seeks → /api/seek/list
- /information/seek/match-confirm → /api/seek/match-confirm
- /information/seek/matched-user/{id} → /api/seek/matched-user/{id}
- /information/seek/publisher/{id} → /api/seek/publisher/{id}
- /information/seek/stats → /api/seek/stats
- /information/deal/stats → /api/deal/stats

注意:评论相关端点保留(comment, comments),表为空但代码存在
2026-04-24 11:21:41 +08:00
..
__init__.py 完整C环境部署版本 v1.2.12 2026-03-23 11:08:52 +08:00
auth.py v0.0.1 - 重置所有版本号为0.0.1 2026-04-19 22:22:45 +08:00
collections.py v0.0.5 - 寻配号功能优化 2026-04-23 23:26:00 +08:00
deal.py v0.0.1 - 重置所有版本号为0.0.1 2026-04-19 22:22:45 +08:00
information.py 清理:注释information.py中废弃的seek/deal重复端点 2026-04-24 11:21:41 +08:00
news.py v0.0.1 - 重置所有版本号为0.0.1 2026-04-19 22:22:45 +08:00
ocr.py v0.0.1 - 重置所有版本号为0.0.1 2026-04-19 22:22:45 +08:00
operations.py v0.0.5 - 寻配号功能优化 2026-04-23 23:26:00 +08:00
seek.py 优化:列表接口移除网络匹配实时计算,提升加载速度 2026-04-24 11:20:17 +08:00
users.py v0.0.5 - 寻配号功能优化 2026-04-23 23:26:00 +08:00
yichens.py v0.0.5 - 寻配号功能优化 2026-04-23 23:26:00 +08:00