sdk:根据玩家获取军团信息
This commit is contained in:
@@ -236,5 +236,5 @@ export const GK_MAINELITE = {
|
||||
};
|
||||
export const SERVER_DEBUG_MODE = {
|
||||
CURRENT_TIME: 1, // 服务器是否打开推送时间debug模式
|
||||
CHECK_WORD: 0, // 服务器是否打开聊天屏蔽
|
||||
CHECK_WORD: 1, // 服务器是否打开聊天屏蔽
|
||||
};
|
||||
|
||||
@@ -80,7 +80,7 @@ export async function loginValidata(channelType: string, params: { clientId: str
|
||||
}
|
||||
|
||||
export function getChannelId(channelType: string, uid: number|string) {
|
||||
return `${channelType}: ${uid}`;
|
||||
return `${channelType}_${uid}`;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user