Commit ed933b1e authored by libin's avatar libin

账号授权

parent c9d6ed4c
...@@ -344,7 +344,7 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> { ...@@ -344,7 +344,7 @@ public class AppUserLoginBiz extends BaseBiz<AppUserLoginMapper, AppUserLogin> {
default: default:
break; 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