测试营业执照

上级 00faec92
......@@ -69,6 +69,7 @@ public class CompanyAuthServiceImpl implements CompanyAuthService {
public ResultBody companyCheck(CompanyAuthVO companyAuthVO) {
String businessRes = qccEntAuthUtil.businessLicenseCheck(companyAuthVO.getLicenseImg());
log.info(" 企业认证返回businessRes:{}", businessRes);
if (businessRes == null) {
ResultBody resultBody = ResultBody.error(ResultEnum.BUSINESS_LICENSE_CHECK_ANALYSIS_ERROR);
return resultBody;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论