add remote
parent
60f2eb41cc
commit
7d983a02ba
|
@ -37,6 +37,7 @@ public class RemoteUserFallbackFactory implements FallbackFactory<RemoteUserServ
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
@Override
|
@Override
|
||||||
public Result<Boolean> registerUser(CommonBody commonBody) {
|
public Result<Boolean> registerUser(CommonBody commonBody) {
|
||||||
|
String email = commonBody.getEmail();
|
||||||
return Result.error("薪注册用户失败:" + throwable.getMessage());
|
return Result.error("薪注册用户失败:" + throwable.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue