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