ForcePilot/backend/server/routers/channels
Kris bba1775220 refactor(channel-router): 清理冗余空行并优化代码结构
本次提交包含多类优化:
1.  移除多个路由文件中多余的空导入行,统一代码格式
2.  重构Query参数定义,将长参数拆分为多行提升可读性
3.  新增多个业务端点:
    - 渠道能力画像矩阵查询CAP-03
    - 配对审批计数接口用于待办角标
    - 批量查询对端目录资料接口
    - 向导扫码登录相关端点
    - 会话实时事件SSE推送端点
    - 工作台待办统计接口
4.  完善异常处理逻辑,补充OperationTimeoutError导入并优化NotImplementedError的细节返回
5.  调整路由导入顺序,修复动态路由路径冲突隐患
6.  更新文档注释与接口清单,修正部分接口描述细节
2026-07-06 20:50:03 +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
reports_router.py refactor(channel-routers): 批量优化各渠道路由代码与契约对齐 2026-07-04 00:16:00 +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