屏蔽:处理玩家和军团信息接口
This commit is contained in:
@@ -112,8 +112,8 @@ export class Chat37Params {
|
||||
to_username: number|string = ''; // 对方channelInfo.uid
|
||||
to_actor: string = ''; // 对方roleName
|
||||
to_actor_id: string = ''; // 对方roleId
|
||||
to_actor_level: number; // 对方等级
|
||||
to_actor_recharge_gold: number; // 对方元宝
|
||||
to_actor_level: number|string = ''; // 对方等级
|
||||
to_actor_recharge_gold: number|string = ''; // 对方元宝
|
||||
|
||||
constructor(content: string, channel: number) {
|
||||
this.game_key = SDK_37_CONST.GAME_KEY;
|
||||
|
||||
Reference in New Issue
Block a user