|
@@ -331,8 +331,8 @@ public class FaceOcrServiceImpl implements IFaceOcrService {
|
|
if(Validator.isEmpty(bo.getUrlA())||Validator.isEmpty(bo.getOneInchPhotos())){
|
|
if(Validator.isEmpty(bo.getUrlA())||Validator.isEmpty(bo.getOneInchPhotos())){
|
|
throw new CustomException("参数错误");
|
|
throw new CustomException("参数错误");
|
|
}
|
|
}
|
|
- log.error("身份证照片路径:"+bo.getUrlA());
|
|
|
|
- log.error("一寸照片:"+bo.getOneInchPhotos());
|
|
|
|
|
|
+// log.error("身份证照片路径:"+bo.getUrlA());
|
|
|
|
+// log.error("一寸照片:"+bo.getOneInchPhotos());
|
|
String oneInchPhotos =bo.getOneInchPhotos();
|
|
String oneInchPhotos =bo.getOneInchPhotos();
|
|
Credential cred = new Credential(SecretId, SecretKey);
|
|
Credential cred = new Credential(SecretId, SecretKey);
|
|
ClientProfile clientProfile = new ClientProfile();
|
|
ClientProfile clientProfile = new ClientProfile();
|