he2802 1 rok temu
rodzic
commit
33ea471196

+ 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;