From caf2599a9869244ded811018811c37a2aabac3fc Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 08 一月 2025 11:29:05 +0800 Subject: [PATCH] 优化测温协议 --- src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java b/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java index 9d5221a..5b54ce9 100644 --- a/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java +++ b/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java @@ -15,7 +15,7 @@ @Slf4j public class YhScaleServerEngine { - public static final int port = 19090; + public static final int port = 19003; public static NettyServer ioServer = null; // 閰嶇疆娑堟伅鎺ユ敹绫� @@ -35,7 +35,7 @@ log.info("* ========================"); log.info("* "); - log.info("* 鍦扮-鑰�鍗庡搧鐗屾湇鍔″惎鍔紝绔彛鍙�={}", YhScaleServerEngine.port); + log.info("* WEIGHT-SERVER-START锛孭ORT={}", YhScaleServerEngine.port); log.info("* "); log.info("* ========================"); } -- Gitblit v1.9.3