诸侯混战:删除未使用的medianCe字段

This commit is contained in:
luying
2022-08-24 14:44:56 +08:00
parent fdc2b3298e
commit e5e4af5d23
2 changed files with 2 additions and 16 deletions

View File

@@ -94,16 +94,6 @@ export async function setPreDayActiveData(servers: ServerlistType[]) {
return servers;
}
/**
* 获得本服前一天活跃玩家中位数玩家的最强武将战力
* @param serverId
*/
export async function getPreDayActiveData(serverId: number) {
let record = await ServerRecordModel.findTodayData(serverId);
return record;
}
/**
* 根据当前时间判断军团活动倒计时
* @param id 军团活动id