Merge pull request 'update' (#73) from zhangwei into master

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/73
This commit is contained in:
wei1990 2023-08-31 11:21:21 +08:00
commit aafe54420b

View File

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