mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-04 19:38:02 +00:00
update 优化 注册用户异常报错不正确问题
This commit is contained in:
@@ -62,7 +62,7 @@ public interface RemoteUserService {
|
||||
* @param remoteUserBo 用户信息
|
||||
* @return 结果
|
||||
*/
|
||||
Boolean registerUserInfo(RemoteUserBo remoteUserBo);
|
||||
Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException;
|
||||
|
||||
/**
|
||||
* 通过userId查询用户账户
|
||||
|
Reference in New Issue
Block a user