wzq hace 5 años
padre
commit
0a42d735f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Repositories/PostRepositories.php

+ 1 - 0
app/Repositories/PostRepositories.php

@@ -118,6 +118,7 @@ class PostRepositories
         }
         $detectionImageResult = $this->detectionService->checkImg($allImg);
         if ($detectionImageResult['code']<0) {
+            Log::debug('图片违规,请修正哦'.json_encode($detectionImageResult));
             return jsonError('图片违规,请修正哦');
         }
         $videoUrl = "";