fix 修复 用户注册接口校验用户名不区分租户问题

This commit is contained in:
疯狂的狮子Li
2023-10-25 22:18:45 +08:00
parent 17f052ea3a
commit 4981eb89b1
3 changed files with 6 additions and 18 deletions

View File

@@ -57,14 +57,6 @@ public interface RemoteUserService {
*/
XcxLoginUser getUserInfoByOpenid(String openid) throws UserException;
/**
* 校验用户名称是否唯一
*
* @param remoteUserBo 用户信息
* @return 结果
*/
boolean checkUserNameUnique(RemoteUserBo remoteUserBo);
/**
* 注册用户信息
*