wanshenmean
2026-03-09 45c56eb2641ac2e69c4d1fc37d31e3179edbae67
config: 更新 TargetAddresses 为数组格式
已修改1个文件
4 ■■■■ 文件已修改
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"]
        }
    }
}