ForcePilot/backend/package/yuxi/channels/application/usecase
Kris 41bd0a618c refactor: 统一将日志方法从 warn 改为 warning
将代码库中所有使用 logger.warn 的地方替换为标准的 logger.warning,对齐日志方法命名规范,修复多处测试和业务代码中的方法调用不匹配问题。
2026-07-13 17:32:29 +08:00
..
__init__.py feat(channels): 批量新增多渠道网关限界上下文基础代码与契约 2026-07-02 03:22:12 +08:00
admin_message_service.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
channel_account_write_service.py chore: 汇总完成多模块功能迭代与缺陷修复 2026-07-11 21:37:16 +08:00
channel_control_service.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
content_review_query_service.py chore: 汇总完成多模块功能迭代与缺陷修复 2026-07-11 21:37:16 +08:00
failure_detail.py feat(channels): 批量新增多渠道网关限界上下文基础代码与契约 2026-07-02 03:22:12 +08:00
health_check_service.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
identity_merge_service.py refactor: 完成会话持久化与事务机制重构,清理冗余代码 2026-07-10 04:10:33 +08:00
inbound_message_service.py refactor: 统一将日志方法从 warn 改为 warning 2026-07-13 17:32:29 +08:00
message_outbox_service.py refactor: 多模块代码优化与功能增强 2026-07-09 13:51:58 +08:00
pairing_write_service.py chore: 汇总完成多模块功能迭代与缺陷修复 2026-07-11 21:37:16 +08:00
plugin_lifecycle_service.py chore: 批量代码优化与规范完善 2026-07-03 19:18:13 +08:00
session_write_service.py feat: 新增多渠道客服会话、身份合并与重试能力等功能 2026-07-09 04:21:28 +08:00