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