创建群,拉假人入群
This commit is contained in:
@@ -38,4 +38,9 @@ public interface IFakeUserService {
|
||||
* 获取假人列表
|
||||
*/
|
||||
List<User> getFakeUsers();
|
||||
|
||||
/**
|
||||
* 从现有假人中随机挑选指定数量
|
||||
*/
|
||||
List<User> pickFakeUsers(int count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user