master
冯凯 2023-10-20 11:02:38 +08:00
parent 7d983a02ba
commit e36730c268
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class RemoteUserFallbackFactory implements FallbackFactory<RemoteUserServ
@Override
public Result<Boolean> registerUser(CommonBody commonBody) {
String email = commonBody.getEmail();
String avatar = commonBody.getAvatar();
return Result.error("薪注册用户失败:" + throwable.getMessage());
}