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

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/83
This commit is contained in:
wei1990 2023-08-31 19:25:31 +08:00
commit eb29f50109

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);