...
|
...
|
@@ -138,6 +138,7 @@ public class RealNameAuthorizeController { |
|
|
return new ApiResponse(isZhiMaCert);
|
|
|
}
|
|
|
|
|
|
/* 退出入驻时,不再清除芝麻认证信息,该方法不再使用了
|
|
|
@RequestMapping(params = "method=ufo.user.clearZhiMaCertInfo")
|
|
|
public ApiResponse clearZhiMaCertInfo(@RequestParam("uid") Integer uid) throws GatewayException {
|
|
|
logger.info("enter realNameAuthorize.clearZhiMaCertInfo param uid is {}", uid);
|
...
|
...
|
@@ -146,6 +147,7 @@ public class RealNameAuthorizeController { |
|
|
apiResponse.setData(deleteNum);
|
|
|
return apiResponse;
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
@RequestMapping(params = "method=ufo.user.zhiMaCertInfo")
|
|
|
public ApiResponse zhiMaCertInfo(@RequestParam("uid") Integer uid) throws GatewayException {
|
...
|
...
|
|