From bbca561dd03b5d024469d66c0e6c05214a28bb21 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Tue, 11 Nov 2025 18:52:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:mqtt=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84web?= =?UTF-8?q?socket=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mqtt-gateway-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mqtt-gateway-integration.md b/docs/mqtt-gateway-integration.md index 99d183bf..b2f3068c 100644 --- a/docs/mqtt-gateway-integration.md +++ b/docs/mqtt-gateway-integration.md @@ -11,12 +11,12 @@ 1、如果你是源码部署,你的`mqtt-websocket`地址是: ``` -ws://127.0.0.1:8000/xiaozhi/v1?from=mqtt_gateway +ws://127.0.0.1:8000/xiaozhi/v1/?from=mqtt_gateway ``` 2、如果你是docker部署,你的`mqtt-websocket`地址是 ``` -ws://你宿主机局域网IP:8000/xiaozhi/v1?from=mqtt_gateway +ws://你宿主机局域网IP:8000/xiaozhi/v1/?from=mqtt_gateway ``` ## 重要提示 @@ -53,7 +53,7 @@ cp config/mqtt.json.example config/mqtt.json { "production": { "chat_servers": [ - "ws://127.0.0.1:8000/xiaozhi/v1?from=mqtt_gateway" + "ws://127.0.0.1:8000/xiaozhi/v1/?from=mqtt_gateway" ] }, "debug": false,