xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
1db6453ead
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/Http/Controllers/Api/UserController.php

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

xqd
@@ -293,11 +293,11 @@ class UserController extends Controller
         try {
            $images = array(
                 array(
-                    'image' => base64_encode(file_get_contents('1.jpg')),
+                    'image' => base64_encode(file_get_contents('https://cdn.learnku.com/uploads/images/202008/13/38389/9wQkrPvdVv.jpg!large')),
                     'image_type' => 'BASE64',
                 ),
                 array(
-                    'image' => base64_encode(file_get_contents('2.jpg')),
+                    'image' => base64_encode(file_get_contents('https://cdn.learnku.com/uploads/images/202008/13/38389/9wQkrPvdVv.jpg!large')),
                     'image_type' => 'BASE64',
                 ),
             );