wesmiler hace 1 mes
padre
commit
eab971e246
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Helpers/common.php

+ 1 - 1
app/Helpers/common.php

@@ -919,7 +919,7 @@ if (!function_exists('get_image_path')) {
         }
 
         // 是否七牛
-        if(preg_match("/^qiniu/", $image_url)){
+        if(preg_match("/qiniu/", $image_url)){
             return \App\Services\QiniuService::make()->getImagePath($image_url);
         }