训练场宝箱展示bug

This commit is contained in:
mamengke01
2021-02-06 11:56:18 +08:00
parent d9bea0444c
commit d9458ede5f
22 changed files with 246 additions and 108 deletions
+9 -1
View File
@@ -184,4 +184,12 @@ export async function checkMemberExists(code: string, serverId:number, roleId: s
flag = true;
}
return flag;
}
}
/**
* 成员退出,删除boss关排行信息
* @param guildCode
* @param roleId
*/
export async function removeBossRank(guildCode: string, roleId: string) {
await BossInstanceModel.removeBossRank(guildCode, roleId);
}