export interface CIGameInfo {
    socketHost: string;
    gameId: number;
    platformCode: string;
    sessionId: string;
    msInstUId: number;
    userId: string;
    userName: string;
    nickName: string;
    avatarId: string;
    avatarUrl: string;
    gamePara: string;
    browserType: string;
    osType: string;
    style: string;
}
