dengjunjie
2025-07-04 441b6f8d257a01b2998253ef0515a201777d7e68
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -23,13 +23,15 @@
    "IPs": "http://127.0.0.1:8080,http://localhost:8080"
  },
  "ApiName": "WIDESEA",
  "ApiLogIgnore": "LargeScreen,getPageData,GetDetailInfo,User,Sys_Menu,Sys_Dictionary,taskResult",
  "WMSIP": "http://127.0.0.1:8098",
  "CarChargingStation": "002-002-001",
  "wmsInterfaceAddress": "/api/WCS/GetPosition,/api/WCS/ConveyorLineRequestInbound,/api/WCS/StackerCraneRequestInbound,/api/WCS/UpdateTaskStatus,/api/ProductionLine/ProductionlineRequest",
  "wmsInterfaceAddress": "/api/WCS/GetPosition,/api/WCS/ConveyorLineRequestInbound,/api/WCS/StackerCraneRequestInbound,/api/WCS/UpdateTaskStatus,/api/ProductionLine/ProductionlineRequest,/api/WCS/CancelTask",
  "AGVIP": "http://192.168.10.140:81",
  "agvInterfaceAddress": "/pt/taskSent,/pt/taskResult",
  "OKAddress": "104",
  "NGAddress": "101",
  "ExpMinutes": 120,
  "LogDeubgEnable": true,
  "QuartzJobAutoStart": true
}