1
huangxiaoqiang
2025-09-12 7059b12b4901d4307d130b2bc3846a8c6f7174a6
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/QuartzJob/DeviceInfoController.cs
@@ -45,6 +45,16 @@
        {
            return Service.StackerEmergencyStop(DeviceCode);
        }
        [HttpPost, Route("StackerDisconnected"), AllowAnonymous]
        public WebResponseContent StackerDisconnected(string DeviceCode)
        {
            return Service.StackerDisconnected(DeviceCode);
        }
        [HttpPost, Route("StackerRecall"), AllowAnonymous]
        public WebResponseContent StackerRecall(string DeviceCode)
        {
            return Service.StackerRecall(DeviceCode);
        }
        [HttpPost, Route("GetConveyorLineInfo"), AllowAnonymous]
        public WebResponseContent GetConveyorLineInfo(string DeviceChildCode)