...
|
...
|
@@ -417,8 +417,9 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { |
|
|
try{
|
|
|
//如果图像认证开关关闭,直接返回成功
|
|
|
boolean open = certPhotoSwitchComponent.getCertPhotoSwitch();
|
|
|
logger.info("zhiMaCertPhotoCheck switch is {},reqVO {} ",open,reqVO);
|
|
|
if(!open){
|
|
|
logger.info("zhiMaCertPhotoCheck switch is {},reqVO {} ",open,reqVO);
|
|
|
logger.info("zhiMaCertPhotoCheck switch is {} return valid_but_uncheck ,reqVO {} ",open,reqVO);
|
|
|
result.setPass(CertPhotoEnum.valid_but_uncheck.isCheckPass());
|
|
|
result.setPhotoValidStatus(CertPhotoEnum.valid_but_uncheck.getStatus());
|
|
|
return result;
|
...
|
...
|
|