feat(feishu): 添加飞书长连接支持并重构事件处理

添加了 FeishuEventService 来统一处理飞书消息事件,
新增 long_connection.py 实现长连接客户端,
修改 webhook 路由使用新的事件处理服务,
添加了 lark-oapi 依赖支持长连接功能,
更新测试用例覆盖新的事件处理逻辑。

BREAKING CHANGE: 飞书事件处理逻辑重构,统一使用
FeishuEventService 进行消息处理和审计记录。
```
This commit is contained in:
2026-06-22 14:54:20 +08:00
parent 71ca804764
commit 09933b15ad
20 changed files with 177 additions and 869 deletions

View File

@@ -12,6 +12,7 @@ dependencies:
- pydantic-settings==2.7.1
- python-dotenv==1.0.1
- httpx==0.28.1
- lark-oapi==1.6.8
- apscheduler==3.10.4
- redis==5.2.1
- celery==5.4.0