This commit is contained in:
unknown 2023-08-31 11:20:55 +08:00
parent a4d65f0940
commit 43d6e8f2cc

View File

@ -282,7 +282,7 @@ class VehicleController extends BaseApiController
}
$data = [
'vehicleContract' => $vehicleContract->toArray(),
'$vehicleRentCars' => $vehicleRentCars
'vehicleRentCars' => $vehicleRentCars
];
return $this->success('请求成功',$data);
}