wanshenmean
2026-03-06 1e03676ccf31594195266ae732857af5717a5fb2
config: 添加自动出库任务配置
已修改1个文件
10 ■■■■■ 文件已修改
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -30,5 +30,13 @@
    "ExpMinutes": 120,
    "DBSeedEnable": false,
    "PDAVersion": "4",
    "WebSocketPort": 9296
    "WebSocketPort": 9296,
    "AutoOutboundTask": {
        "Enable": true,
        "CheckIntervalSeconds": 300,
        "TargetAddresses": {
            "GW": "10081",
            "CW": "10080"
        }
    }
}