xiaogang hace 3 años
padre
commit
46edd38562
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Api/TestController.php

+ 1 - 1
app/Http/Controllers/Api/TestController.php

xqd
@@ -117,7 +117,7 @@ class TestController
             $url = "https://zhengda.oss-cn-chengdu.aliyuncs.com/chengluApp/01b28f06-6d45-4e65-a6b7-b96d00f463053878084743848124214.jpg";
 
             $url2 = str_replace($head,"",$url);
-            dd($url2);
+            dd($head,$url2);
             $res = $disk->exists($url2);
         }catch (\Exception $exception){
             dd($exception);