wzq лет назад: 5
Родитель
Сommit
facffd4fa9
1 измененных файлов с 1 добавлено и 0 удалено
  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 = "";