1
dengjunjie
8 天以前 c33a7f5ea8310813b82b3d5118e5dc444a990bc2
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/BasicInfo/AGVCartInfoController.cs
@@ -20,9 +20,9 @@
        }
        [HttpPost,Route("CheckTheCar"), AllowAnonymous]
        public WebResponseContent CheckTheCar()
        public WebResponseContent CheckTheCar(string hkagvType)
        {
            return Service.CheckTheCar();
            return Service.CheckTheCar(hkagvType);
        }
    }