xiaogang 4 năm trước cách đây
mục cha
commit
ed5e0a3ab1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Http/Controllers/Api/UserController.php

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

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',
                 ),