This commit is contained in:
2025-06-26 10:07:39 +08:00
parent d70a9ab99f
commit 8517ae917e

View File

@@ -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: {