create filter and bigdata resume sync

This commit is contained in:
arifal
2025-02-12 21:28:08 +07:00
parent b4b34b503e
commit ba95c185de
9 changed files with 422 additions and 53 deletions

View File

@@ -46,6 +46,7 @@ class ServiceClient
$resultResponse = json_decode($response->getBody(), true);
return $this->resSuccess($resultResponse);
} catch (Exception $e) {
\Log::error('error from client service'. $e->getMessage());
return $this->resError($e->getMessage());
}
}