| xqd
@@ -348,7 +348,7 @@ class UserController extends Controller
|
|
|
array(
|
|
|
'image' => base64_encode(file_get_contents('https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/cea206a2046b895f253445f35794226860e7ef561e3ac.jpg')),
|
|
|
'image_type' => 'BASE64',
|
|
|
- 'liveness_control'=>'HIGH',
|
|
|
+ 'liveness_control'=>'NORMAL',
|
|
|
),
|
|
|
);
|
|
|
$res = $apiFace->match($images);
|