wesmiler 1 месяц назад
Родитель
Сommit
eab971e246
1 измененных файлов с 1 добавлено и 1 удалено
  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);
         }