mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-14 07:32:09 +08:00
fix 修复错误的远程调用导致登录异常 ;
This commit is contained in:
@@ -63,5 +63,11 @@ public interface RemoteUserService {
|
||||
*/
|
||||
String selectUserNameById(Long userId);
|
||||
|
||||
void recordLoginInfo(Long userId);
|
||||
/**
|
||||
* 更新用户信息
|
||||
*
|
||||
* @param remoteUserBo 用户信息
|
||||
*/
|
||||
void updateUser(RemoteUserBo remoteUserBo);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user