xiaogang 4 년 전
부모
커밋
8fe7fd120f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Controllers/Api/UserController.php

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

xqd
@@ -341,11 +341,11 @@ class UserController extends Controller
         try {
            $images = array(
                 array(
-                    'image' => base64_encode(file_get_contents('https://cdn.learnku.com/uploads/images/202008/13/38389/9wQkrPvdVv.jpg!large')),
+                    'image' => base64_encode(file_get_contents('https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/dcdc14c5987ebbb233a6232264bb80e260e7ef418313d.jpg')),
                     'image_type' => 'BASE64',
                 ),
                 array(
-                    'image' => base64_encode(file_get_contents('https://cdn.learnku.com/uploads/images/202008/13/38389/9wQkrPvdVv.jpg!large')),
+                    'image' => base64_encode(file_get_contents('https://zhengda.oss-accelerate.aliyuncs.com/tinymce/images/cea206a2046b895f253445f35794226860e7ef561e3ac.jpg')),
                     'image_type' => 'BASE64',
                 ),
             );