Commit d0e7e097 authored by libin's avatar libin

账号授权

parent a7469795
......@@ -344,7 +344,7 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> {
default:
break;
}
return ObjectRestResponse.succ();
return ObjectRestResponse.succ(accountBindDTO.getNickName());
}
/**
......
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