add remote

master
冯凯 2023-10-20 10:59:31 +08:00
parent 60f2eb41cc
commit 7d983a02ba
1 changed files with 1 additions and 0 deletions

View File

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