wesmiler 1 개월 전
부모
커밋
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);
         }