拍卖行:替换获取军团活动成员的测试接口

This commit is contained in:
liangtongchuan
2021-03-22 20:37:54 +08:00
parent 3a5230becc
commit d733210c3a
2 changed files with 5 additions and 27 deletions

View File

@@ -119,8 +119,3 @@ export class GuildListInfo extends GuildMainInfo {
this.hasApply = hasApply;
}
}
export interface RolePosition {
roleId: string;
position: number; // 职位
}