a
This commit is contained in:
parent
9c4ee65664
commit
2370eff91f
|
|
@ -233,7 +233,14 @@ class FacialVerificationAPI {
|
||||||
$capturedImageBase64
|
$capturedImageBase64
|
||||||
);
|
);
|
||||||
|
|
||||||
var_dump($comparisonResult);
|
// On supprime le fichier de capture caméra
|
||||||
|
@unlink($capturedPhotoPath);
|
||||||
|
|
||||||
|
var_dump(
|
||||||
|
array(
|
||||||
|
"comparisonResult" => $comparisonResult,
|
||||||
|
)
|
||||||
|
);
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
if ($comparisonResult['error']) {
|
if ($comparisonResult['error']) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user