| xqd
@@ -438,6 +438,7 @@ class UserController extends Controller
|
|
|
//'liveness_control'=>'NORMAL',
|
|
|
),
|
|
|
);
|
|
|
+ throw new Exception(json_encode($images));
|
|
|
$result = $apiFace->match($images);
|
|
|
// $result = json_decode($result,true);
|
|
|
if($result['error_code']==0){
|