moonsflyer 4 bulan lalu
induk
melakukan
1339f9c92f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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('无法获取图片信息');
             }