|
|
@ -285,6 +285,7 @@ class ParkingSpaceController extends Controller |
|
|
$data['recognition'] = $this->service->getRecognition( |
|
|
$data['recognition'] = $this->service->getRecognition( |
|
|
$item['recognition'] |
|
|
$item['recognition'] |
|
|
); |
|
|
); |
|
|
|
|
|
$data['berthing_time'] = $item['berthing_time']; |
|
|
$data['space_url'] = ''; |
|
|
$data['space_url'] = ''; |
|
|
return $this->responseService->success($data); |
|
|
return $this->responseService->success($data); |
|
|
} catch (Exception $e) { |
|
|
} catch (Exception $e) { |
|
|
|