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