From 6fd4e564e35bfa603911f847022cf856f71e692c Mon Sep 17 00:00:00 2001 From: wangfq Date: Mon, 22 Jun 2026 17:17:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20TCP=E5=8D=8F=E8=AE=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=20502=20=E2=86=92=205960?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DLD960_TCP_JSON协议.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DLD960_TCP_JSON协议.md b/docs/DLD960_TCP_JSON协议.md index 69a0f43..983c076 100644 --- a/docs/DLD960_TCP_JSON协议.md +++ b/docs/DLD960_TCP_JSON协议.md @@ -12,7 +12,7 @@ | 项目 | 说明 | |------|------| | 传输层 | TCP | -| 默认端口 | 502 | +| 默认端口 | 5960 | | 编码 | UTF-8 | | 序列化 | JSON | | 帧分隔 | 换行符 `\n`(每个 JSON 对象占一行) |