mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-29 02:11:25 +08:00
update 优化远程调用方法记录登录信息 ;
This commit is contained in:
@@ -66,8 +66,9 @@ public interface RemoteUserService {
|
||||
/**
|
||||
* 更新用户信息
|
||||
*
|
||||
* @param remoteUserBo 用户信息
|
||||
* @param userId 用户ID
|
||||
* @param ip IP地址
|
||||
*/
|
||||
void updateUser(RemoteUserBo remoteUserBo);
|
||||
void recordLoginInfo(Long userId, String ip);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user