项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/QuartzJob/DeviceInfoController.cs
@@ -50,7 +50,11 @@ { 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)