满足条件开启功能推送,详细功能校验暂缺
This commit is contained in:
@@ -32,7 +32,7 @@ export async function initAllRank() {
|
||||
}
|
||||
|
||||
export async function initRank(serverId: number) {
|
||||
console.log('*****', 'initRank')
|
||||
// console.log('*****', 'initRank')
|
||||
await redisExpire(getKeyName(REDIS_KEY.TOWER_RANK, serverId), 30 * 24 * 60 * 60);
|
||||
await redisExpire(REDIS_KEY.USER_INFO, 30 * 24 * 60 * 60);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user