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

Commit bc25d212 authored by anjiabin's avatar anjiabin

修改百度链用户开通

parent 36b885c3
...@@ -306,8 +306,9 @@ public class ZxinUserCommonBiz { ...@@ -306,8 +306,9 @@ public class ZxinUserCommonBiz {
//百度链开通数字账户 //百度链开通数字账户
boolean isOpenXuperUserSuccess = false; boolean isOpenXuperUserSuccess = false;
ResponseDto<GalaxyUserRegisterRespDto> xuperUserRegisterRespDto = null;
if(isRealNameAuthSuccess && isBindBlockAddressSuccess){ if(isRealNameAuthSuccess && isBindBlockAddressSuccess){
ResponseDto<GalaxyUserRegisterRespDto> xuperUserRegisterRespDto = this.isOpenXuperUserSuccess(reqDto);; xuperUserRegisterRespDto = this.isOpenXuperUserSuccess(reqDto);;
if(xuperUserRegisterRespDto.isSuccess()){ if(xuperUserRegisterRespDto.isSuccess()){
isOpenXuperUserSuccess = true; isOpenXuperUserSuccess = true;
} }
......
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