mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-25 03:48:35 +08:00
fix 修复 用户注册接口校验用户名不区分租户问题
This commit is contained in:
@@ -57,14 +57,6 @@ public interface RemoteUserService {
|
||||
*/
|
||||
XcxLoginUser getUserInfoByOpenid(String openid) throws UserException;
|
||||
|
||||
/**
|
||||
* 校验用户名称是否唯一
|
||||
*
|
||||
* @param remoteUserBo 用户信息
|
||||
* @return 结果
|
||||
*/
|
||||
boolean checkUserNameUnique(RemoteUserBo remoteUserBo);
|
||||
|
||||
/**
|
||||
* 注册用户信息
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user