诸侯混战:删除未使用的medianCe字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user