feat:feature-REQ/2129 修改账号注册问题

This commit is contained in:
lilong 2024-03-29 20:55:29 +08:00
parent 46c67fa663
commit 6ce00b6348

View File

@ -276,11 +276,7 @@ public class AccountService {
userAccountResp.setToken(userAccount.getToken());
}
userAccountResp.setDesc(registerResponse.getDesc());
return UserAccountResp.builder()
.imAccount(userWapperId)
.userId(userId)
.token("testToken")
.build();
return userAccountResp;
}
/**