创建群,拉假人入群

This commit is contained in:
wells
2026-08-09 09:25:30 +08:00
parent 41e55bc94e
commit 114a0d93fe
3 changed files with 42 additions and 6 deletions
@@ -38,4 +38,9 @@ public interface IFakeUserService {
* 获取假人列表
*/
List<User> getFakeUsers();
/**
* 从现有假人中随机挑选指定数量
*/
List<User> pickFakeUsers(int count);
}