好友:添加区服信息

This commit is contained in:
luying
2021-02-04 17:26:26 +08:00
parent 5da64b7377
commit 96f01f4a77
6 changed files with 115 additions and 21 deletions

View File

@@ -223,6 +223,7 @@ export const REDIS_KEY = {
PVP_RANK: "pvpRank", // pvp排行榜
GUILD_INFO: "guildInfo", // 公会信息
GUILD_ACTIVE_RANK: "guildActiveRank", // 公会周活跃排行榜
DB_GAME: 'db_game'
}
// 各排行榜对应hash的key
@@ -380,6 +381,7 @@ export enum POPULATE_TYPE {
export enum BLOCK_OPEATE {
ADD = 1,
REMOVE = 2,
REMOVE_AND_APPLY = 3
REMOVE_BLACK = 2,
REMOVE_AND_APPLY = 3,
REMOVE_FRIEND = 4
}