sdk:根据玩家获取军团信息
This commit is contained in:
@@ -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