xiaogang 3 лет назад
Родитель
Сommit
1998bf12de
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Api/UserController.php

+ 1 - 1
app/Http/Controllers/Api/UserController.php

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