pull/1121/head
梁宇奇 2025-08-06 22:20:50 +08:00
parent d2b1906108
commit f694ad4b82
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public class OcrClientWrapper implements InitializingBean {
} catch (Exception e) {
log.error("阿里云身份证OCR异常", e);
}
throw new ServiceException("OCR失败");
throw new ServiceException("OCR识别失败,请重新上传图片 或 联系专属业务经理13548158817");
}
public BusinessLicense recognizeBusinessLicense(String url) {
@ -88,6 +88,6 @@ public class OcrClientWrapper implements InitializingBean {
} catch (Exception e) {
log.error("阿里云营业执照OCR异常", e);
}
throw new ServiceException("OCR失败");
throw new ServiceException("OCR识别失败,请重新上传图片 或 联系专属业务经理13548158817");
}
}