moonsflyer hai 4 meses
pai
achega
1339f9c92f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/common/service/ImageCompressService.php

+ 1 - 0
app/common/service/ImageCompressService.php

@@ -19,6 +19,7 @@ class ImageCompressService
         try {
             // 获取图片信息
             $imageInfo = getimagesize($sourcePath);
+            outFileLog($imageInfo,'upload_img','imgInfo');
             if (!$imageInfo) {
                 throw new Exception('无法获取图片信息');
             }