代码管理/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); } }