| 123456789101112 |
- package nameRemote
- const (
- Chat_Push = "push" // 登录推送game,league,map历史消息
- Chat_Send = "send" // 发送消息
- Chat_Destory = "destory" // 销毁聊天室,清空聊天记录
- Chat_DelMsg = "delMsg" // 删除指定msgID的消息
- Chat_GroupJoin = "groupJoin" // 加入群组
- Chat_GroupQuit = "groupQuit" // 退出群组
- Chat_GroupPlayerChange = "groupPlayerChange" // 群组玩家修改
- )
|