修复家长给设备留言问题

This commit is contained in:
HycJack
2026-05-10 20:45:11 +08:00
parent 8305bfcf2c
commit 847755c56a
3 changed files with 15 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ from handlers.prompt_sound_handler import handle_prompt_sound_request
from handlers.session_cleanup_handler import handle_old_session_cleanup
from config import settings
from banban.service.im import im_service as im_conversation_service
from handlers.audio_file_handler import message_audio_storage_service, save_audio_file
from fastapi import HTTPException
async def handle_websocket_messages(websocket: WebSocket, device_id: str, serial_number: str):