feat(backend): RBAC admin roles + runtime logs service

This commit is contained in:
Simon
2026-07-09 13:46:15 +08:00
parent 7ffc6c8e23
commit d480aa4c1d
12 changed files with 726 additions and 25 deletions
+1
View File
@@ -243,6 +243,7 @@ async def send_message(
try:
# 构建消息载荷
msg_payload = MessageResponse.model_validate(message).model_dump()
msg_payload["message_id"] = msg_payload["id"]
# 构建 WebSocket 事件
ws_event = {