后台:道具获取
This commit is contained in:
@@ -2,4 +2,10 @@ export interface SearchUserParam {
|
||||
uid?: number;
|
||||
tel?: string;
|
||||
channelType?: string;
|
||||
}
|
||||
|
||||
export interface SearchRoleParam {
|
||||
uid?: number; // 玩家id
|
||||
roleId?: string; // 角色id
|
||||
roleName?: string; // 昵称
|
||||
}
|
||||
Reference in New Issue
Block a user