用户名优化

This commit is contained in:
zhongzb
2023-05-14 19:07:27 +08:00
parent 972561e231
commit 640793f9ed
5 changed files with 21 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ public interface IpService {
/**
* 异步更新用户ip详情
*
* @param id
* @param uid
*/
void refreshIpDetailAsync(Long id);
void refreshIpDetailAsync(Long uid);
}