This commit is contained in:
unknown 2023-08-31 19:25:08 +08:00
parent d81416c6e0
commit f60e39cd3e

View File

@ -328,6 +328,7 @@ class VehicleController extends BaseApiController
'rent_num' => $rentCar,
'can_rent_num' => intval($doubleRentCar),
'self_num' => $selfCar,
'apply_num' => $applyCar
];
//返回
return $this->success('请求成功',$data);