...
|
...
|
@@ -3,11 +3,11 @@ package com.yohoufo.user.controller.passport; |
|
|
|
|
|
import com.yoho.tools.common.beans.ApiResponse;
|
|
|
import com.yohobuy.ufo.model.user.resp.AuthorizeResultRespVO;
|
|
|
import com.yohoufo.common.constant.CertPhotoEnum;
|
|
|
import com.yohoufo.common.exception.GatewayException;
|
|
|
import com.yohoufo.common.utils.UserInfoHiddenHelper;
|
|
|
import com.yohoufo.dal.user.model.ZhiMaCert;
|
|
|
import com.yohoufo.user.common.IDCardUtils;
|
|
|
import com.yohoufo.common.constant.CertPhotoEnum;
|
|
|
import com.yohoufo.user.helper.HideDataUtil;
|
|
|
import com.yohoufo.user.requestVO.RealNameAuthorizeReqVO;
|
|
|
import com.yohoufo.user.service.IRealNameAuthorizeService;
|
...
|
...
|
@@ -161,7 +161,7 @@ public class RealNameAuthorizeController { |
|
|
return new ApiResponse(zhiMaCertInfo);
|
|
|
}
|
|
|
|
|
|
@RequestMapping(params = "method=ufo.user.photoCheckExceedLimit")
|
|
|
/*@RequestMapping(params = "method=ufo.user.photoCheckExceedLimit")
|
|
|
public ApiResponse photoCheckExceedLimit(@RequestParam("uid") Integer uid) throws GatewayException {
|
|
|
logger.info("enter realNameAuthorize.photoCheckExceedLimit param uid is {}", uid);
|
|
|
//(1) 优先校验请求的参数
|
...
|
...
|
@@ -172,7 +172,7 @@ public class RealNameAuthorizeController { |
|
|
boolean b =realNameAuthorizeService.isPhotoCheckExceedLimit(uid);
|
|
|
|
|
|
return new ApiResponse(b);
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
/**
|
|
|
* 6.9.1版本 ,上传身份证图片并校验
|
...
|
...
|
|