package msg_handler // FansMedal 斗鱼粉丝牌 type FansMedal struct { MedalName string `stt:"bnn"` // 粉丝勋章名称 MedalLevel int64 `stt:"bl"` // 粉丝勋章等级 MedalRoomId int64 `stt:"brid"` // 粉丝勋章房间ID Hc string `stt:"hc"` // 粉丝勋章校验码 }