WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -69,6 +69,12 @@ return Service.DeviceRequestInboundTaskSimple(stationCode, palletCode, heightType); } [HttpPost, HttpGet, Route("CPDeviceRequestInboundTaskSimple"), AllowAnonymous] public WebResponseContent CPDeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType, string courceAddress) { return Service.CPDeviceRequestInboundTaskSimple(stationCode, palletCode, heightType, courceAddress); } /// <summary> /// 申请巷道 /// </summary>