记得上下班打卡 | git大法好,push需谨慎

Commit 3e05ee0e authored by anjiabin's avatar anjiabin

增加xuper用户同步接口

parent da8c90bc
...@@ -85,7 +85,7 @@ public class GalaxyUserController { ...@@ -85,7 +85,7 @@ public class GalaxyUserController {
return true; return true;
} }
//获取至信链用户开通信息 //获取至信链用户开通信息
GalaxyUserInfoBo userInfoBo = dataUtils.getGalaxyUserInfo(reqDto.getRouterType(), reqDto.getUserId()); GalaxyUserInfoBo userInfoBo = dataUtils.getGalaxyUserInfo(GalaxyEnum.RouterTypeEnum.ZXINCHAIN.getCode(), reqDto.getUserId());
if(StringUtil.isNotEmpty(userInfoBo.getBlockChainAddress())){ if(StringUtil.isNotEmpty(userInfoBo.getBlockChainAddress())){
reqDto.setRouterType(GalaxyEnum.RouterTypeEnum.XUPER.getCode()); reqDto.setRouterType(GalaxyEnum.RouterTypeEnum.XUPER.getCode());
ResponseDto<GalaxyUserRegisterRespDto> responseDto = xuperUserCommonBiz.userRegister(reqDto); ResponseDto<GalaxyUserRegisterRespDto> responseDto = xuperUserCommonBiz.userRegister(reqDto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment