he2802 1 년 전
부모
커밋
33ea471196
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zhongzheng-system/src/main/java/com/zhongzheng/modules/tencentcloud/service/impl/FaceOcrServiceImpl.java

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/tencentcloud/service/impl/FaceOcrServiceImpl.java

@@ -130,6 +130,7 @@ public class FaceOcrServiceImpl implements IFaceOcrService {
                 throw new CustomException("照片五官不达标");
             }
         }catch (TencentCloudSDKException e){
+            log.info("人脸检测错误"+e.getMessage());
             throw new CustomException("人脸检测错误"+e.getMessage());
         }
         return true;