From 8517ae917ebb223856effd5049f0f425cf2a1d48 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 10:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/chat.blade.php b/resources/views/chat.blade.php index 9939b6a1..a3450a87 100644 --- a/resources/views/chat.blade.php +++ b/resources/views/chat.blade.php @@ -663,7 +663,7 @@ if (socket && socket.readyState === WebSocket.OPEN) { axios.post('/api/im/send-message', { - message_type: 'text', + message_type: 0, data: message }, { headers: {