| xqd
@@ -428,7 +428,8 @@ class UserController extends Controller
|
|
|
'liveness_control'=>'NORMAL',
|
|
|
),
|
|
|
array(
|
|
|
- 'image' => base64_encode(file_get_contents($request->auth_pic)),
|
|
|
+ 'image' => $request->auth_pic,
|
|
|
+// 'image' => base64_encode(file_get_contents($request->auth_pic)),
|
|
|
// 'image' => base64_encode(file_get_contents("https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/cea206a2046b895f253445f35794226860f4f4df1d786.jpg")),
|
|
|
'image_type' => 'BASE64',
|
|
|
//'liveness_control'=>'NORMAL',
|