wzq il y a 5 ans
Parent
commit
0a42d735f8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = "";