mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 10:58:34 +08:00
update 完善auth服务 重构用户注册流程 补全接口文档
This commit is contained in:
@@ -25,4 +25,12 @@ public interface RemoteUserService {
|
||||
* @return 结果
|
||||
*/
|
||||
Boolean registerUserInfo(SysUser sysUser);
|
||||
|
||||
/**
|
||||
* 检查用户名是否唯一
|
||||
*
|
||||
* @param username 用户名
|
||||
* @return 结果
|
||||
*/
|
||||
String checkUserNameUnique(String username);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user