...
|
...
|
@@ -286,7 +286,7 @@ public class RealNameAuthorizeController { |
|
|
* 原接口保持不变,芝麻认证用新的接口
|
|
|
* 芝麻认证(初始化并购置返回url)
|
|
|
*/
|
|
|
@RequestMapping(params = "method=ufo.user.zhiMaCertWithPhotoInit")
|
|
|
/*@RequestMapping(params = "method=ufo.user.zhiMaCertWithPhotoInit")
|
|
|
public ApiResponse zhiMaCertWithPhotoInit(RealNameAuthorizeReqVO reqVO) throws GatewayException {
|
|
|
logger.info("enter realNameAuthorize.zhiMaCertWithPhotoInit param reqVO is {}", reqVO);
|
|
|
|
...
|
...
|
@@ -325,7 +325,7 @@ public class RealNameAuthorizeController { |
|
|
apiResponse.setData(resultVo);
|
|
|
return apiResponse;
|
|
|
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
/**
|
|
|
* 芝麻认证(初始化并购置返回url)
|
...
|
...
|
|