更新json

This commit is contained in:
luying
2021-03-12 14:16:32 +08:00
parent 7a71603db6
commit df5d6ba92e
18 changed files with 163 additions and 175 deletions

View File

@@ -55,9 +55,6 @@ export class ServerParamWithRole extends ServerParam {
lv: number; // 等级
updatedAt: Date;
headHid: number = 19; // TODO等客户端完成后删除这个字段
sHid: number = 19;
constructor(role: RoleType, server: ServerInfo) {
super(server);
this.groupId = server.groupId;