ForcePilot/backend/server/routers/channels
Kris 627915f114 refactor(channels): 替换报告路由为路由绑定管理路由
删除原有的reports_router.py报告路由文件,新增route_binding_router.py实现渠道-Agent路由绑定的CRUD和测试功能,统一使用模板A处理鉴权、调用和响应序列化。
2026-07-06 20:50:23 +08:00
..
__init__.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
account_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
allowlist_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
analytics_router.py refactor(channel-routers): 批量优化各渠道路由代码与契约对齐 2026-07-04 00:16:00 +08:00
audit_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
capability_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
config_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
content_review_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
dashboard_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
directory_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
doctor_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
health_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
login_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
message_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
outbox_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
pairing_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
plugin_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
route_binding_router.py refactor(channels): 替换报告路由为路由绑定管理路由 2026-07-06 20:50:23 +08:00
session_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00
webhook_router.py refactor(channel-routers): 批量优化各渠道路由代码与契约对齐 2026-07-04 00:16:00 +08:00
wizard_router.py refactor(channel-router): 清理冗余空行并优化代码结构 2026-07-06 20:50:03 +08:00