项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/AGVController.cs
@@ -67,5 +67,17 @@ { return _service.DeviceErrorResponse(aGVDTO); } /// <summary> /// 璁惧寮傚父涓婃姤 /// </summary> /// <param name="Message"></param> /// <param name="PallteCode"></param> /// <returns></returns> [HttpGet, HttpPost, Route("DeviceWarning"), AllowAnonymous] public WebResponseContent DeviceWarning([FromBody] AGVDTO DTO) { return _service.DeviceWarning(DTO); } } }