From 25be56b0dbeee7543c88c2bbc4192578ee94f27e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 三月 2026 09:34:57 +0800
Subject: [PATCH] docs: 更新设计文档实施状态
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index e199477..eac3875 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -35,8 +35,8 @@
"Enable": true,
"CheckIntervalSeconds": 300,
"TargetAddresses": {
- "GW": "10081",
- "CW": "10080"
+ "GW": ["10081"],
+ "CW": ["10080"]
}
}
}
--
Gitblit v1.9.3