You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
301 B
Go

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