xiaogang 4 年之前
父節點
當前提交
1db6453ead
共有 1 個文件被更改,包括 2 次插入2 次删除
  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',
                 ),
             );