| xqd
@@ -423,13 +423,13 @@ class UserController extends Controller
|
|
|
$images = array(
|
|
|
array(
|
|
|
// 'image' => base64_encode(file_get_contents($userinfo->avatar)),
|
|
|
- 'image' => base64_encode(file_get_contents("https://zhengda.oss-cn-chengdu.aliyuncs.com/chengluApp/image_picker2618603974587821313.jpg")),
|
|
|
+ 'image' => base64_encode(file_get_contents("https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/dcdc14c5987ebbb233a6232264bb80e260f4f496e12ba.jpg")),
|
|
|
'image_type' => 'BASE64',
|
|
|
'liveness_control'=>'NORMAL',
|
|
|
),
|
|
|
array(
|
|
|
// 'image' => base64_encode(file_get_contents($request->auth_pic)),
|
|
|
- 'image' => base64_encode(file_get_contents("https://zhengda.oss-cn-chengdu.aliyuncs.com/chengluApp/image_picker2618603974587821313.jpg")),
|
|
|
+ 'image' => base64_encode(file_get_contents("https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/cea206a2046b895f253445f35794226860f4f4df1d786.jpg")),
|
|
|
'image_type' => 'BASE64',
|
|
|
//'liveness_control'=>'NORMAL',
|
|
|
),
|