update 优化远程调用方法记录登录信息 ;

This commit is contained in:
Michelle.Chung
2023-07-25 10:44:32 +08:00
parent 054ded428f
commit 2d40202f75
8 changed files with 22 additions and 28 deletions

View File

@@ -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);
}