cli

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: MulanPSL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_bonus_proto protoreflect.FileDescriptor
View Source
var File_broad_proto protoreflect.FileDescriptor
View Source
var File_invite_proto protoreflect.FileDescriptor
View Source
var File_online_proto protoreflect.FileDescriptor
View Source
var File_payment_proto protoreflect.FileDescriptor
View Source
var File_slots_proto protoreflect.FileDescriptor
View Source
var File_structs_proto protoreflect.FileDescriptor
View Source
var File_withdraw_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Acc

type Acc struct {
	Package  string `protobuf:"bytes,1,opt,name=Package,proto3" json:"Package,omitempty"`
	Device   string `protobuf:"bytes,2,opt,name=Device,proto3" json:"Device,omitempty"`
	Facebook string `protobuf:"bytes,3,opt,name=Facebook,proto3" json:"Facebook,omitempty"`
	Google   string `protobuf:"bytes,4,opt,name=Google,proto3" json:"Google,omitempty"`
	// contains filtered or unexported fields
}

func (*Acc) Descriptor deprecated

func (*Acc) Descriptor() ([]byte, []int)

Deprecated: Use Acc.ProtoReflect.Descriptor instead.

func (*Acc) GetDevice

func (x *Acc) GetDevice() string

func (*Acc) GetFacebook

func (x *Acc) GetFacebook() string

func (*Acc) GetGoogle

func (x *Acc) GetGoogle() string

func (*Acc) GetPackage

func (x *Acc) GetPackage() string

func (*Acc) ProtoMessage

func (*Acc) ProtoMessage()

func (*Acc) ProtoReflect

func (x *Acc) ProtoReflect() protoreflect.Message

func (*Acc) Reset

func (x *Acc) Reset()

func (*Acc) String

func (x *Acc) String() string

type AccountKickPush

type AccountKickPush struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKickPush) Descriptor deprecated

func (*AccountKickPush) Descriptor() ([]byte, []int)

Deprecated: Use AccountKickPush.ProtoReflect.Descriptor instead.

func (*AccountKickPush) GetCode

func (x *AccountKickPush) GetCode() int64

func (*AccountKickPush) ProtoMessage

func (*AccountKickPush) ProtoMessage()

func (*AccountKickPush) ProtoReflect

func (x *AccountKickPush) ProtoReflect() protoreflect.Message

func (*AccountKickPush) Reset

func (x *AccountKickPush) Reset()

func (*AccountKickPush) String

func (x *AccountKickPush) String() string

type AccountRejectPush

type AccountRejectPush struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountRejectPush) Descriptor deprecated

func (*AccountRejectPush) Descriptor() ([]byte, []int)

Deprecated: Use AccountRejectPush.ProtoReflect.Descriptor instead.

func (*AccountRejectPush) GetCode

func (x *AccountRejectPush) GetCode() int64

func (*AccountRejectPush) ProtoMessage

func (*AccountRejectPush) ProtoMessage()

func (*AccountRejectPush) ProtoReflect

func (x *AccountRejectPush) ProtoReflect() protoreflect.Message

func (*AccountRejectPush) Reset

func (x *AccountRejectPush) Reset()

func (*AccountRejectPush) String

func (x *AccountRejectPush) String() string

type ActionFailed

type ActionFailed struct {
	ActionID   int64  `protobuf:"varint,1,opt,name=ActionID,proto3" json:"ActionID,omitempty"`    // 请求ID
	FaileType  int64  `protobuf:"varint,2,opt,name=FaileType,proto3" json:"FaileType,omitempty"`  // 失败类型
	NotifyData string `protobuf:"bytes,3,opt,name=NotifyData,proto3" json:"NotifyData,omitempty"` // 失败信息
	// contains filtered or unexported fields
}

func (*ActionFailed) Descriptor deprecated

func (*ActionFailed) Descriptor() ([]byte, []int)

Deprecated: Use ActionFailed.ProtoReflect.Descriptor instead.

func (*ActionFailed) GetActionID

func (x *ActionFailed) GetActionID() int64

func (*ActionFailed) GetFaileType

func (x *ActionFailed) GetFaileType() int64

func (*ActionFailed) GetNotifyData

func (x *ActionFailed) GetNotifyData() string

func (*ActionFailed) ProtoMessage

func (*ActionFailed) ProtoMessage()

func (*ActionFailed) ProtoReflect

func (x *ActionFailed) ProtoReflect() protoreflect.Message

func (*ActionFailed) Reset

func (x *ActionFailed) Reset()

func (*ActionFailed) String

func (x *ActionFailed) String() string

type AddUpSigninAwardData

type AddUpSigninAwardData struct {

	// @inject_tag: json:"DayStatus"
	DayStatus []*AwardStatus `protobuf:"bytes,1,rep,name=DayStatus,proto3" json:"DayStatus,omitempty"` // 奖励状态
	// @inject_tag: json:"NextAwardStartTime"
	NextAwardStartTime int64 `protobuf:"varint,2,opt,name=NextAwardStartTime,proto3" json:"NextAwardStartTime,omitempty"` // 下个奖励的开始时间
	// contains filtered or unexported fields
}

AddUpSigninAwardData 累计签到奖励状态

func (*AddUpSigninAwardData) Descriptor deprecated

func (*AddUpSigninAwardData) Descriptor() ([]byte, []int)

Deprecated: Use AddUpSigninAwardData.ProtoReflect.Descriptor instead.

func (*AddUpSigninAwardData) GetDayStatus

func (x *AddUpSigninAwardData) GetDayStatus() []*AwardStatus

func (*AddUpSigninAwardData) GetNextAwardStartTime

func (x *AddUpSigninAwardData) GetNextAwardStartTime() int64

func (*AddUpSigninAwardData) ProtoMessage

func (*AddUpSigninAwardData) ProtoMessage()

func (*AddUpSigninAwardData) ProtoReflect

func (x *AddUpSigninAwardData) ProtoReflect() protoreflect.Message

func (*AddUpSigninAwardData) Reset

func (x *AddUpSigninAwardData) Reset()

func (*AddUpSigninAwardData) String

func (x *AddUpSigninAwardData) String() string

type Agg

type Agg struct {
	IncFreeCoin             int64 `protobuf:"varint,1,opt,name=IncFreeCoin,proto3" json:"IncFreeCoin,omitempty"`
	IncFreeWinCoin          int64 `protobuf:"varint,2,opt,name=IncFreeWinCoin,proto3" json:"IncFreeWinCoin,omitempty"`
	IncRechargeCoin         int64 `protobuf:"varint,3,opt,name=IncRechargeCoin,proto3" json:"IncRechargeCoin,omitempty"`
	IncRechargeWinCoin      int64 `protobuf:"varint,4,opt,name=IncRechargeWinCoin,proto3" json:"IncRechargeWinCoin,omitempty"`
	DecFreeCoin             int64 `protobuf:"varint,5,opt,name=DecFreeCoin,proto3" json:"DecFreeCoin,omitempty"`
	DecFreeWinCoin          int64 `protobuf:"varint,6,opt,name=DecFreeWinCoin,proto3" json:"DecFreeWinCoin,omitempty"`
	DecRechargeCoin         int64 `protobuf:"varint,7,opt,name=DecRechargeCoin,proto3" json:"DecRechargeCoin,omitempty"`
	DecRechargeWinCoin      int64 `protobuf:"varint,8,opt,name=DecRechargeWinCoin,proto3" json:"DecRechargeWinCoin,omitempty"`
	WithdrawFreeCoin        int64 `protobuf:"varint,9,opt,name=WithdrawFreeCoin,proto3" json:"WithdrawFreeCoin,omitempty"`
	WithdrawRechargeCoin    int64 `protobuf:"varint,10,opt,name=WithdrawRechargeCoin,proto3" json:"WithdrawRechargeCoin,omitempty"`
	WithdrawFreeWinCoin     int64 `protobuf:"varint,11,opt,name=WithdrawFreeWinCoin,proto3" json:"WithdrawFreeWinCoin,omitempty"`
	WithdrawRechargeWinCoin int64 `protobuf:"varint,12,opt,name=WithdrawRechargeWinCoin,proto3" json:"WithdrawRechargeWinCoin,omitempty"`
	// contains filtered or unexported fields
}

func (*Agg) Descriptor deprecated

func (*Agg) Descriptor() ([]byte, []int)

Deprecated: Use Agg.ProtoReflect.Descriptor instead.

func (*Agg) GetDecFreeCoin

func (x *Agg) GetDecFreeCoin() int64

func (*Agg) GetDecFreeWinCoin

func (x *Agg) GetDecFreeWinCoin() int64

func (*Agg) GetDecRechargeCoin

func (x *Agg) GetDecRechargeCoin() int64

func (*Agg) GetDecRechargeWinCoin

func (x *Agg) GetDecRechargeWinCoin() int64

func (*Agg) GetIncFreeCoin

func (x *Agg) GetIncFreeCoin() int64

func (*Agg) GetIncFreeWinCoin

func (x *Agg) GetIncFreeWinCoin() int64

func (*Agg) GetIncRechargeCoin

func (x *Agg) GetIncRechargeCoin() int64

func (*Agg) GetIncRechargeWinCoin

func (x *Agg) GetIncRechargeWinCoin() int64

func (*Agg) GetWithdrawFreeCoin

func (x *Agg) GetWithdrawFreeCoin() int64

func (*Agg) GetWithdrawFreeWinCoin

func (x *Agg) GetWithdrawFreeWinCoin() int64

func (*Agg) GetWithdrawRechargeCoin

func (x *Agg) GetWithdrawRechargeCoin() int64

func (*Agg) GetWithdrawRechargeWinCoin

func (x *Agg) GetWithdrawRechargeWinCoin() int64

func (*Agg) ProtoMessage

func (*Agg) ProtoMessage()

func (*Agg) ProtoReflect

func (x *Agg) ProtoReflect() protoreflect.Message

func (*Agg) Reset

func (x *Agg) Reset()

func (*Agg) String

func (x *Agg) String() string

type AwardStatus

type AwardStatus struct {

	// @inject_tag: json:"Status"
	Status int64 `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"`
	// @inject_tag: json:"Count"
	Count int64 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"`
	// @inject_tag: json:"AdCount"
	AdCount int64 `protobuf:"varint,3,opt,name=AdCount,proto3" json:"AdCount,omitempty"`
	// @inject_tag: json:"PropList"
	PropList []*Prop `protobuf:"bytes,4,rep,name=PropList,proto3" json:"PropList,omitempty"`
	// contains filtered or unexported fields
}

AwardStatus 奖励状态

func (*AwardStatus) Descriptor deprecated

func (*AwardStatus) Descriptor() ([]byte, []int)

Deprecated: Use AwardStatus.ProtoReflect.Descriptor instead.

func (*AwardStatus) GetAdCount

func (x *AwardStatus) GetAdCount() int64

func (*AwardStatus) GetCount

func (x *AwardStatus) GetCount() int64

func (*AwardStatus) GetPropList

func (x *AwardStatus) GetPropList() []*Prop

func (*AwardStatus) GetStatus

func (x *AwardStatus) GetStatus() int64

func (*AwardStatus) ProtoMessage

func (*AwardStatus) ProtoMessage()

func (*AwardStatus) ProtoReflect

func (x *AwardStatus) ProtoReflect() protoreflect.Message

func (*AwardStatus) Reset

func (x *AwardStatus) Reset()

func (*AwardStatus) String

func (x *AwardStatus) String() string

type BonusItem

type BonusItem struct {
	ID    string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Bonus int64  `protobuf:"varint,2,opt,name=Bonus,proto3" json:"Bonus,omitempty"`
	// contains filtered or unexported fields
}

func (*BonusItem) Descriptor deprecated

func (*BonusItem) Descriptor() ([]byte, []int)

Deprecated: Use BonusItem.ProtoReflect.Descriptor instead.

func (*BonusItem) GetBonus

func (x *BonusItem) GetBonus() int64

func (*BonusItem) GetID

func (x *BonusItem) GetID() string

func (*BonusItem) ProtoMessage

func (*BonusItem) ProtoMessage()

func (*BonusItem) ProtoReflect

func (x *BonusItem) ProtoReflect() protoreflect.Message

func (*BonusItem) Reset

func (x *BonusItem) Reset()

func (*BonusItem) String

func (x *BonusItem) String() string

type Book

type Book struct {
	FreeCoin        int64 `protobuf:"varint,1,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"`
	FreeWinCoin     int64 `protobuf:"varint,2,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"`
	RechargeCoin    int64 `protobuf:"varint,3,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"`
	RechargeWinCoin int64 `protobuf:"varint,4,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"`
	// contains filtered or unexported fields
}

func (*Book) Descriptor deprecated

func (*Book) Descriptor() ([]byte, []int)

Deprecated: Use Book.ProtoReflect.Descriptor instead.

func (*Book) GetFreeCoin

func (x *Book) GetFreeCoin() int64

func (*Book) GetFreeWinCoin

func (x *Book) GetFreeWinCoin() int64

func (*Book) GetRechargeCoin

func (x *Book) GetRechargeCoin() int64

func (*Book) GetRechargeWinCoin

func (x *Book) GetRechargeWinCoin() int64

func (*Book) ProtoMessage

func (*Book) ProtoMessage()

func (*Book) ProtoReflect

func (x *Book) ProtoReflect() protoreflect.Message

func (*Book) Reset

func (x *Book) Reset()

func (*Book) String

func (x *Book) String() string

type BroadItem

type BroadItem struct {
	Type       int64  `protobuf:"varint,1,opt,name=Type,proto3" json:"Type,omitempty"`            //广播类型,1提现走马灯,2赢取走马灯,3系统通知走马灯
	Content    string `protobuf:"bytes,2,opt,name=Content,proto3" json:"Content,omitempty"`       //走马灯内容
	GamePlay   string `protobuf:"bytes,3,opt,name=GamePlay,proto3" json:"GamePlay,omitempty"`     //触发场景(玩法名称,提现,系统)
	CoinCount  int64  `protobuf:"varint,4,opt,name=CoinCount,proto3" json:"CoinCount,omitempty"`  //触发金额
	PlayerID   int64  `protobuf:"varint,5,opt,name=PlayerID,proto3" json:"PlayerID,omitempty"`    //玩家ID
	PlayerIcon string `protobuf:"bytes,6,opt,name=PlayerIcon,proto3" json:"PlayerIcon,omitempty"` //玩家头像
	PlayerNick string `protobuf:"bytes,7,opt,name=PlayerNick,proto3" json:"PlayerNick,omitempty"` //玩家昵称
	AgentID    int64  `protobuf:"varint,8,opt,name=AgentID,proto3" json:"AgentID,omitempty"`      //玩家代理
	// contains filtered or unexported fields
}

func (*BroadItem) Descriptor deprecated

func (*BroadItem) Descriptor() ([]byte, []int)

Deprecated: Use BroadItem.ProtoReflect.Descriptor instead.

func (*BroadItem) GetAgentID

func (x *BroadItem) GetAgentID() int64

func (*BroadItem) GetCoinCount

func (x *BroadItem) GetCoinCount() int64

func (*BroadItem) GetContent

func (x *BroadItem) GetContent() string

func (*BroadItem) GetGamePlay

func (x *BroadItem) GetGamePlay() string

func (*BroadItem) GetPlayerID

func (x *BroadItem) GetPlayerID() int64

func (*BroadItem) GetPlayerIcon

func (x *BroadItem) GetPlayerIcon() string

func (*BroadItem) GetPlayerNick

func (x *BroadItem) GetPlayerNick() string

func (*BroadItem) GetType

func (x *BroadItem) GetType() int64

func (*BroadItem) ProtoMessage

func (*BroadItem) ProtoMessage()

func (*BroadItem) ProtoReflect

func (x *BroadItem) ProtoReflect() protoreflect.Message

func (*BroadItem) Reset

func (x *BroadItem) Reset()

func (*BroadItem) String

func (x *BroadItem) String() string

type Char

type Char struct {
	CreateTime          int64  `protobuf:"varint,1,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	LoginTime           int64  `protobuf:"varint,2,opt,name=LoginTime,proto3" json:"LoginTime,omitempty"`
	LastLoginTime       int64  `protobuf:"varint,3,opt,name=LastLoginTime,proto3" json:"LastLoginTime,omitempty"`
	NetworkPromotion    string `protobuf:"bytes,4,opt,name=NetworkPromotion,proto3" json:"NetworkPromotion,omitempty"`
	TagHub              string `protobuf:"bytes,5,opt,name=TagHub,proto3" json:"TagHub,omitempty"`
	ActiveDays          int64  `protobuf:"varint,6,opt,name=ActiveDays,proto3" json:"ActiveDays,omitempty"`
	FirstRechargeTime   int64  `protobuf:"varint,7,opt,name=FirstRechargeTime,proto3" json:"FirstRechargeTime,omitempty"`
	LatestRechargeTime  int64  `protobuf:"varint,8,opt,name=LatestRechargeTime,proto3" json:"LatestRechargeTime,omitempty"`
	RechargeTimes       int64  `protobuf:"varint,9,opt,name=RechargeTimes,proto3" json:"RechargeTimes,omitempty"`
	RechargeCurrency    int64  `protobuf:"varint,10,opt,name=RechargeCurrency,proto3" json:"RechargeCurrency,omitempty"`
	FirstWithdrawTime   int64  `protobuf:"varint,11,opt,name=FirstWithdrawTime,proto3" json:"FirstWithdrawTime,omitempty"`
	LatestWithdrawTime  int64  `protobuf:"varint,12,opt,name=LatestWithdrawTime,proto3" json:"LatestWithdrawTime,omitempty"`
	WithdrawTimes       int64  `protobuf:"varint,13,opt,name=WithdrawTimes,proto3" json:"WithdrawTimes,omitempty"`
	HasRelativeBankrupt bool   `protobuf:"varint,14,opt,name=HasRelativeBankrupt,proto3" json:"HasRelativeBankrupt,omitempty"`
	Channel             string `protobuf:"bytes,15,opt,name=Channel,proto3" json:"Channel,omitempty"`
	AgentID             string `protobuf:"bytes,16,opt,name=AgentID,proto3" json:"AgentID,omitempty"`
	// contains filtered or unexported fields
}

func (*Char) Descriptor deprecated

func (*Char) Descriptor() ([]byte, []int)

Deprecated: Use Char.ProtoReflect.Descriptor instead.

func (*Char) GetActiveDays

func (x *Char) GetActiveDays() int64

func (*Char) GetAgentID

func (x *Char) GetAgentID() string

func (*Char) GetChannel

func (x *Char) GetChannel() string

func (*Char) GetCreateTime

func (x *Char) GetCreateTime() int64

func (*Char) GetFirstRechargeTime

func (x *Char) GetFirstRechargeTime() int64

func (*Char) GetFirstWithdrawTime

func (x *Char) GetFirstWithdrawTime() int64

func (*Char) GetHasRelativeBankrupt

func (x *Char) GetHasRelativeBankrupt() bool

func (*Char) GetLastLoginTime

func (x *Char) GetLastLoginTime() int64

func (*Char) GetLatestRechargeTime

func (x *Char) GetLatestRechargeTime() int64

func (*Char) GetLatestWithdrawTime

func (x *Char) GetLatestWithdrawTime() int64

func (*Char) GetLoginTime

func (x *Char) GetLoginTime() int64

func (*Char) GetNetworkPromotion

func (x *Char) GetNetworkPromotion() string

func (*Char) GetRechargeCurrency

func (x *Char) GetRechargeCurrency() int64

func (*Char) GetRechargeTimes

func (x *Char) GetRechargeTimes() int64

func (*Char) GetTagHub

func (x *Char) GetTagHub() string

func (*Char) GetWithdrawTimes

func (x *Char) GetWithdrawTimes() int64

func (*Char) ProtoMessage

func (*Char) ProtoMessage()

func (*Char) ProtoReflect

func (x *Char) ProtoReflect() protoreflect.Message

func (*Char) Reset

func (x *Char) Reset()

func (*Char) String

func (x *Char) String() string

type Cli

type Cli struct {
	Package          string `protobuf:"bytes,1,opt,name=Package,proto3" json:"Package,omitempty"`                    // 包名 com.xxx.bbb
	AppVersion       string `protobuf:"bytes,2,opt,name=AppVersion,proto3" json:"AppVersion,omitempty"`              // 版本号 1.0.0
	ResVersion       string `protobuf:"bytes,3,opt,name=ResVersion,proto3" json:"ResVersion,omitempty"`              // 资源版本号 1.0.0
	Platform         string `protobuf:"bytes,4,opt,name=Platform,proto3" json:"Platform,omitempty"`                  // 平台 严格字符串 IOS | Android
	OpratorVersion   string `protobuf:"bytes,5,opt,name=OpratorVersion,proto3" json:"OpratorVersion,omitempty"`      // iOS 18.10.1
	Device           string `protobuf:"bytes,6,opt,name=Device,proto3" json:"Device,omitempty"`                      // xiaomi1.2.3
	DeviceID         string `protobuf:"bytes,7,opt,name=DeviceID,proto3" json:"DeviceID,omitempty"`                  // Unity Identifier
	Model            string `protobuf:"bytes,8,opt,name=Model,proto3" json:"Model,omitempty"`                        // 设备制造商
	Mac              string `protobuf:"bytes,9,opt,name=Mac,proto3" json:"Mac,omitempty"`                            // Mac地址
	ZoneOffset       string `protobuf:"bytes,10,opt,name=ZoneOffset,proto3" json:"ZoneOffset,omitempty"`             // +9/-4
	IntranetIP       string `protobuf:"bytes,11,opt,name=IntranetIP,proto3" json:"IntranetIP,omitempty"`             // 内网IP
	InternetIP       string `protobuf:"bytes,12,opt,name=InternetIP,proto3" json:"InternetIP,omitempty"`             // 公网IP
	Continent        string `protobuf:"bytes,13,opt,name=Continent,proto3" json:"Continent,omitempty"`               // 版本服务器取
	Country          string `protobuf:"bytes,14,opt,name=Country,proto3" json:"Country,omitempty"`                   // 版本服务器取
	ASN              string `protobuf:"bytes,15,opt,name=ASN,proto3" json:"ASN,omitempty"`                           // 版本服务器取
	Channel          string `protobuf:"bytes,16,opt,name=Channel,proto3" json:"Channel,omitempty"`                   // 推广渠道
	Background       bool   `protobuf:"varint,17,opt,name=Background,proto3" json:"Background,omitempty"`            // 后台运行
	Simulator        bool   `protobuf:"varint,18,opt,name=Simulator,proto3" json:"Simulator,omitempty"`              // 模拟器
	Language         string `protobuf:"bytes,19,opt,name=Language,proto3" json:"Language,omitempty"`                 // 语言
	Network          string `protobuf:"bytes,20,opt,name=Network,proto3" json:"Network,omitempty"`                   // 网络类型 2G|3G|4G|WIFI|UNKNOWN
	NetworkPromotion string `protobuf:"bytes,21,opt,name=NetworkPromotion,proto3" json:"NetworkPromotion,omitempty"` // 用户来源
	AccountType      string `protobuf:"bytes,22,opt,name=AccountType,proto3" json:"AccountType,omitempty"`           // 账号类型
	LoginType        string `protobuf:"bytes,23,opt,name=LoginType,proto3" json:"LoginType,omitempty"`               // 授权类型
	Agent            string `protobuf:"bytes,24,opt,name=Agent,proto3" json:"Agent,omitempty"`                       // 推广代理
	// contains filtered or unexported fields
}

func (*Cli) Descriptor deprecated

func (*Cli) Descriptor() ([]byte, []int)

Deprecated: Use Cli.ProtoReflect.Descriptor instead.

func (*Cli) GetASN

func (x *Cli) GetASN() string

func (*Cli) GetAccountType

func (x *Cli) GetAccountType() string

func (*Cli) GetAgent

func (x *Cli) GetAgent() string

func (*Cli) GetAppVersion

func (x *Cli) GetAppVersion() string

func (*Cli) GetBackground

func (x *Cli) GetBackground() bool

func (*Cli) GetChannel

func (x *Cli) GetChannel() string

func (*Cli) GetContinent

func (x *Cli) GetContinent() string

func (*Cli) GetCountry

func (x *Cli) GetCountry() string

func (*Cli) GetDevice

func (x *Cli) GetDevice() string

func (*Cli) GetDeviceID

func (x *Cli) GetDeviceID() string

func (*Cli) GetInternetIP

func (x *Cli) GetInternetIP() string

func (*Cli) GetIntranetIP

func (x *Cli) GetIntranetIP() string

func (*Cli) GetLanguage

func (x *Cli) GetLanguage() string

func (*Cli) GetLoginType

func (x *Cli) GetLoginType() string

func (*Cli) GetMac

func (x *Cli) GetMac() string

func (*Cli) GetModel

func (x *Cli) GetModel() string

func (*Cli) GetNetwork

func (x *Cli) GetNetwork() string

func (*Cli) GetNetworkPromotion

func (x *Cli) GetNetworkPromotion() string

func (*Cli) GetOpratorVersion

func (x *Cli) GetOpratorVersion() string

func (*Cli) GetPackage

func (x *Cli) GetPackage() string

func (*Cli) GetPlatform

func (x *Cli) GetPlatform() string

func (*Cli) GetResVersion

func (x *Cli) GetResVersion() string

func (*Cli) GetSimulator

func (x *Cli) GetSimulator() bool

func (*Cli) GetZoneOffset

func (x *Cli) GetZoneOffset() string

func (*Cli) ProtoMessage

func (*Cli) ProtoMessage()

func (*Cli) ProtoReflect

func (x *Cli) ProtoReflect() protoreflect.Message

func (*Cli) Reset

func (x *Cli) Reset()

func (*Cli) String

func (x *Cli) String() string

type Coin

type Coin struct {
	FreeCoin        int64 `protobuf:"varint,1,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"`
	FreeWinCoin     int64 `protobuf:"varint,2,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"`
	RechargeCoin    int64 `protobuf:"varint,3,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"`
	RechargeWinCoin int64 `protobuf:"varint,4,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"`
	// contains filtered or unexported fields
}

func (*Coin) Descriptor deprecated

func (*Coin) Descriptor() ([]byte, []int)

Deprecated: Use Coin.ProtoReflect.Descriptor instead.

func (*Coin) GetFreeCoin

func (x *Coin) GetFreeCoin() int64

func (*Coin) GetFreeWinCoin

func (x *Coin) GetFreeWinCoin() int64

func (*Coin) GetRechargeCoin

func (x *Coin) GetRechargeCoin() int64

func (*Coin) GetRechargeWinCoin

func (x *Coin) GetRechargeWinCoin() int64

func (*Coin) ProtoMessage

func (*Coin) ProtoMessage()

func (*Coin) ProtoReflect

func (x *Coin) ProtoReflect() protoreflect.Message

func (*Coin) Reset

func (x *Coin) Reset()

func (*Coin) String

func (x *Coin) String() string

type CoinRecord

type CoinRecord struct {

	// 记录类型 Pay or Draw
	// @inject_tag: json:"Tipo"
	Tipo string `protobuf:"bytes,1,opt,name=Tipo,proto3" json:"Tipo,omitempty"`
	// 数量
	// @inject_tag: json:"Quantia"
	Quantia int64 `protobuf:"varint,2,opt,name=Quantia,proto3" json:"Quantia,omitempty"`
	// 记录ID
	// @inject_tag: json:"ID"
	ID string `protobuf:"bytes,3,opt,name=ID,proto3" json:"ID,omitempty"`
	//	发生时间
	//
	// @inject_tag: json:"Tempo"
	Tempo string `protobuf:"bytes,4,opt,name=Tempo,proto3" json:"Tempo,omitempty"`
	//	发生时间
	//
	// @inject_tag: json:"Time"
	Time int64 `protobuf:"varint,5,opt,name=Time,proto3" json:"Time,omitempty"`
	// 状态
	// @inject_tag: json:"Status"
	Status string `protobuf:"bytes,6,opt,name=Status,proto3" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

充值提现记录

func (*CoinRecord) Descriptor deprecated

func (*CoinRecord) Descriptor() ([]byte, []int)

Deprecated: Use CoinRecord.ProtoReflect.Descriptor instead.

func (*CoinRecord) GetID

func (x *CoinRecord) GetID() string

func (*CoinRecord) GetQuantia

func (x *CoinRecord) GetQuantia() int64

func (*CoinRecord) GetStatus

func (x *CoinRecord) GetStatus() string

func (*CoinRecord) GetTempo

func (x *CoinRecord) GetTempo() string

func (*CoinRecord) GetTime

func (x *CoinRecord) GetTime() int64

func (*CoinRecord) GetTipo

func (x *CoinRecord) GetTipo() string

func (*CoinRecord) ProtoMessage

func (*CoinRecord) ProtoMessage()

func (*CoinRecord) ProtoReflect

func (x *CoinRecord) ProtoReflect() protoreflect.Message

func (*CoinRecord) Reset

func (x *CoinRecord) Reset()

func (*CoinRecord) String

func (x *CoinRecord) String() string

type CustomerItem

type CustomerItem struct {
	Link   string `protobuf:"bytes,1,opt,name=Link,proto3" json:"Link,omitempty"`      // 客服链接
	Weight int64  `protobuf:"varint,2,opt,name=Weight,proto3" json:"Weight,omitempty"` // 客服权重
	// contains filtered or unexported fields
}

func (*CustomerItem) Descriptor deprecated

func (*CustomerItem) Descriptor() ([]byte, []int)

Deprecated: Use CustomerItem.ProtoReflect.Descriptor instead.

func (x *CustomerItem) GetLink() string

func (*CustomerItem) GetWeight

func (x *CustomerItem) GetWeight() int64

func (*CustomerItem) ProtoMessage

func (*CustomerItem) ProtoMessage()

func (*CustomerItem) ProtoReflect

func (x *CustomerItem) ProtoReflect() protoreflect.Message

func (*CustomerItem) Reset

func (x *CustomerItem) Reset()

func (*CustomerItem) String

func (x *CustomerItem) String() string

type ForbidPlayerPush

type ForbidPlayerPush struct {
	// contains filtered or unexported fields
}

封禁玩家推送

func (*ForbidPlayerPush) Descriptor deprecated

func (*ForbidPlayerPush) Descriptor() ([]byte, []int)

Deprecated: Use ForbidPlayerPush.ProtoReflect.Descriptor instead.

func (*ForbidPlayerPush) ProtoMessage

func (*ForbidPlayerPush) ProtoMessage()

func (*ForbidPlayerPush) ProtoReflect

func (x *ForbidPlayerPush) ProtoReflect() protoreflect.Message

func (*ForbidPlayerPush) Reset

func (x *ForbidPlayerPush) Reset()

func (*ForbidPlayerPush) String

func (x *ForbidPlayerPush) String() string

type ForbidPlayerReq

type ForbidPlayerReq struct {
	// contains filtered or unexported fields
}

封禁玩家请求

func (*ForbidPlayerReq) Descriptor deprecated

func (*ForbidPlayerReq) Descriptor() ([]byte, []int)

Deprecated: Use ForbidPlayerReq.ProtoReflect.Descriptor instead.

func (*ForbidPlayerReq) ProtoMessage

func (*ForbidPlayerReq) ProtoMessage()

func (*ForbidPlayerReq) ProtoReflect

func (x *ForbidPlayerReq) ProtoReflect() protoreflect.Message

func (*ForbidPlayerReq) Reset

func (x *ForbidPlayerReq) Reset()

func (*ForbidPlayerReq) String

func (x *ForbidPlayerReq) String() string

type Game

type Game struct {
	Contest     string `protobuf:"bytes,1,opt,name=Contest,proto3" json:"Contest,omitempty"`
	ContestType string `protobuf:"bytes,2,opt,name=ContestType,proto3" json:"ContestType,omitempty"`
	RoomID      int64  `protobuf:"varint,3,opt,name=RoomID,proto3" json:"RoomID,omitempty"`
	RoomType    string `protobuf:"bytes,4,opt,name=RoomType,proto3" json:"RoomType,omitempty"`
	RoundID     int64  `protobuf:"varint,5,opt,name=RoundID,proto3" json:"RoundID,omitempty"`
	// contains filtered or unexported fields
}

func (*Game) Descriptor deprecated

func (*Game) Descriptor() ([]byte, []int)

Deprecated: Use Game.ProtoReflect.Descriptor instead.

func (*Game) GetContest

func (x *Game) GetContest() string

func (*Game) GetContestType

func (x *Game) GetContestType() string

func (*Game) GetRoomID

func (x *Game) GetRoomID() int64

func (*Game) GetRoomType

func (x *Game) GetRoomType() string

func (*Game) GetRoundID

func (x *Game) GetRoundID() int64

func (*Game) ProtoMessage

func (*Game) ProtoMessage()

func (*Game) ProtoReflect

func (x *Game) ProtoReflect() protoreflect.Message

func (*Game) Reset

func (x *Game) Reset()

func (*Game) String

func (x *Game) String() string

type GameConfigItem

type GameConfigItem struct {
	Game               string `protobuf:"bytes,1,opt,name=Game,proto3" json:"Game,omitempty"`
	EnterRechargeLimit int64  `protobuf:"varint,2,opt,name=EnterRechargeLimit,proto3" json:"EnterRechargeLimit,omitempty"`
	EnterCarryLimit    int64  `protobuf:"varint,3,opt,name=EnterCarryLimit,proto3" json:"EnterCarryLimit,omitempty"`
	BetRechargeLimit   int64  `protobuf:"varint,4,opt,name=BetRechargeLimit,proto3" json:"BetRechargeLimit,omitempty"`
	BetCarryLimit      int64  `protobuf:"varint,5,opt,name=BetCarryLimit,proto3" json:"BetCarryLimit,omitempty"`
	WinAtMost          int64  `protobuf:"varint,6,opt,name=WinAtMost,proto3" json:"WinAtMost,omitempty"`
	// contains filtered or unexported fields
}

func (*GameConfigItem) Descriptor deprecated

func (*GameConfigItem) Descriptor() ([]byte, []int)

Deprecated: Use GameConfigItem.ProtoReflect.Descriptor instead.

func (*GameConfigItem) GetBetCarryLimit

func (x *GameConfigItem) GetBetCarryLimit() int64

func (*GameConfigItem) GetBetRechargeLimit

func (x *GameConfigItem) GetBetRechargeLimit() int64

func (*GameConfigItem) GetEnterCarryLimit

func (x *GameConfigItem) GetEnterCarryLimit() int64

func (*GameConfigItem) GetEnterRechargeLimit

func (x *GameConfigItem) GetEnterRechargeLimit() int64

func (*GameConfigItem) GetGame

func (x *GameConfigItem) GetGame() string

func (*GameConfigItem) GetWinAtMost

func (x *GameConfigItem) GetWinAtMost() int64

func (*GameConfigItem) ProtoMessage

func (*GameConfigItem) ProtoMessage()

func (*GameConfigItem) ProtoReflect

func (x *GameConfigItem) ProtoReflect() protoreflect.Message

func (*GameConfigItem) Reset

func (x *GameConfigItem) Reset()

func (*GameConfigItem) String

func (x *GameConfigItem) String() string

type GameSort

type GameSort struct {
	Game      string `protobuf:"bytes,1,opt,name=Game,proto3" json:"Game,omitempty"`
	GameID    int64  `protobuf:"varint,2,opt,name=GameID,proto3" json:"GameID,omitempty"`
	Sort      int64  `protobuf:"varint,3,opt,name=Sort,proto3" json:"Sort,omitempty"`
	Type      int64  `protobuf:"varint,4,opt,name=Type,proto3" json:"Type,omitempty"`
	Flag      int64  `protobuf:"varint,5,opt,name=Flag,proto3" json:"Flag,omitempty"`
	Icon      int64  `protobuf:"varint,6,opt,name=Icon,proto3" json:"Icon,omitempty"`
	Size      int64  `protobuf:"varint,7,opt,name=Size,proto3" json:"Size,omitempty"`
	Jackpot   bool   `protobuf:"varint,8,opt,name=Jackpot,proto3" json:"Jackpot,omitempty"`
	Switch    bool   `protobuf:"varint,9,opt,name=Switch,proto3" json:"Switch,omitempty"`
	EntryMin  int64  `protobuf:"varint,10,opt,name=EntryMin,proto3" json:"EntryMin,omitempty"`
	EntryMax  int64  `protobuf:"varint,11,opt,name=EntryMax,proto3" json:"EntryMax,omitempty"`
	ServiceID int64  `protobuf:"varint,12,opt,name=ServiceID,proto3" json:"ServiceID,omitempty"`
	// contains filtered or unexported fields
}

func (*GameSort) Descriptor deprecated

func (*GameSort) Descriptor() ([]byte, []int)

Deprecated: Use GameSort.ProtoReflect.Descriptor instead.

func (*GameSort) GetEntryMax

func (x *GameSort) GetEntryMax() int64

func (*GameSort) GetEntryMin

func (x *GameSort) GetEntryMin() int64

func (*GameSort) GetFlag

func (x *GameSort) GetFlag() int64

func (*GameSort) GetGame

func (x *GameSort) GetGame() string

func (*GameSort) GetGameID

func (x *GameSort) GetGameID() int64

func (*GameSort) GetIcon

func (x *GameSort) GetIcon() int64

func (*GameSort) GetJackpot

func (x *GameSort) GetJackpot() bool

func (*GameSort) GetServiceID

func (x *GameSort) GetServiceID() int64

func (*GameSort) GetSize

func (x *GameSort) GetSize() int64

func (*GameSort) GetSort

func (x *GameSort) GetSort() int64

func (*GameSort) GetSwitch

func (x *GameSort) GetSwitch() bool

func (*GameSort) GetType

func (x *GameSort) GetType() int64

func (*GameSort) ProtoMessage

func (*GameSort) ProtoMessage()

func (*GameSort) ProtoReflect

func (x *GameSort) ProtoReflect() protoreflect.Message

func (*GameSort) Reset

func (x *GameSort) Reset()

func (*GameSort) String

func (x *GameSort) String() string

type HallConfig

type HallConfig struct {
	Reconnect         *Reconnect               `protobuf:"bytes,1,opt,name=Reconnect,proto3" json:"Reconnect,omitempty"`
	Heartbeat         *Heartbeat               `protobuf:"bytes,2,opt,name=Heartbeat,proto3" json:"Heartbeat,omitempty"`
	GameSorts         []*GameSort              `protobuf:"bytes,3,rep,name=GameSorts,proto3" json:"GameSorts,omitempty"`
	SystemSwitch      []*SystemSwitch          `protobuf:"bytes,4,rep,name=SystemSwitch,proto3" json:"SystemSwitch,omitempty"`
	UserTags          []*UserTag               `protobuf:"bytes,5,rep,name=UserTags,proto3" json:"UserTags,omitempty"`
	ShopItems         []*ShopItem              `protobuf:"bytes,6,rep,name=ShopItems,proto3" json:"ShopItems,omitempty"`
	WithdrawLimits    []*WithdrawLimit         `protobuf:"bytes,7,rep,name=WithdrawLimits,proto3" json:"WithdrawLimits,omitempty"`
	FacebookBindCoin  int64                    `protobuf:"varint,8,opt,name=FacebookBindCoin,proto3" json:"FacebookBindCoin,omitempty"`
	TagHub            string                   `protobuf:"bytes,9,opt,name=TagHub,proto3" json:"TagHub,omitempty"`
	BonusItems        []*BonusItem             `protobuf:"bytes,10,rep,name=BonusItems,proto3" json:"BonusItems,omitempty"`
	DailyDealsConfig  *OnlineDailyDealsConfig  `protobuf:"bytes,11,opt,name=DailyDealsConfig,proto3" json:"DailyDealsConfig,omitempty"`
	WeeklyDealsConfig *OnlineWeeklyDealsConfig `protobuf:"bytes,12,opt,name=WeeklyDealsConfig,proto3" json:"WeeklyDealsConfig,omitempty"`
	InviteURL         string                   `protobuf:"bytes,13,opt,name=InviteURL,proto3" json:"InviteURL,omitempty"`                 // 邀请链接域名
	PlatformCustomer  string                   `protobuf:"bytes,14,opt,name=PlatformCustomer,proto3" json:"PlatformCustomer,omitempty"`   // 平台客服
	SpecialCustomerFB string                   `protobuf:"bytes,15,opt,name=SpecialCustomerFB,proto3" json:"SpecialCustomerFB,omitempty"` // FB专属客服
	SpecialCustomerTG string                   `protobuf:"bytes,16,opt,name=SpecialCustomerTG,proto3" json:"SpecialCustomerTG,omitempty"` // TG专属客服
	SpecialCustomerWS string                   `protobuf:"bytes,17,opt,name=SpecialCustomerWS,proto3" json:"SpecialCustomerWS,omitempty"` // WS专属客服
	CustomPayRaios    []*PaymentRatio          `protobuf:"bytes,18,rep,name=CustomPayRaios,proto3" json:"CustomPayRaios,omitempty"`       // 自定义充值赠送比例
	// contains filtered or unexported fields
}

func (*HallConfig) Descriptor deprecated

func (*HallConfig) Descriptor() ([]byte, []int)

Deprecated: Use HallConfig.ProtoReflect.Descriptor instead.

func (*HallConfig) GetBonusItems

func (x *HallConfig) GetBonusItems() []*BonusItem

func (*HallConfig) GetCustomPayRaios

func (x *HallConfig) GetCustomPayRaios() []*PaymentRatio

func (*HallConfig) GetDailyDealsConfig

func (x *HallConfig) GetDailyDealsConfig() *OnlineDailyDealsConfig

func (*HallConfig) GetFacebookBindCoin

func (x *HallConfig) GetFacebookBindCoin() int64

func (*HallConfig) GetGameSorts

func (x *HallConfig) GetGameSorts() []*GameSort

func (*HallConfig) GetHeartbeat

func (x *HallConfig) GetHeartbeat() *Heartbeat

func (*HallConfig) GetInviteURL

func (x *HallConfig) GetInviteURL() string

func (*HallConfig) GetPlatformCustomer

func (x *HallConfig) GetPlatformCustomer() string

func (*HallConfig) GetReconnect

func (x *HallConfig) GetReconnect() *Reconnect

func (*HallConfig) GetShopItems

func (x *HallConfig) GetShopItems() []*ShopItem

func (*HallConfig) GetSpecialCustomerFB

func (x *HallConfig) GetSpecialCustomerFB() string

func (*HallConfig) GetSpecialCustomerTG

func (x *HallConfig) GetSpecialCustomerTG() string

func (*HallConfig) GetSpecialCustomerWS

func (x *HallConfig) GetSpecialCustomerWS() string

func (*HallConfig) GetSystemSwitch

func (x *HallConfig) GetSystemSwitch() []*SystemSwitch

func (*HallConfig) GetTagHub

func (x *HallConfig) GetTagHub() string

func (*HallConfig) GetUserTags

func (x *HallConfig) GetUserTags() []*UserTag

func (*HallConfig) GetWeeklyDealsConfig

func (x *HallConfig) GetWeeklyDealsConfig() *OnlineWeeklyDealsConfig

func (*HallConfig) GetWithdrawLimits

func (x *HallConfig) GetWithdrawLimits() []*WithdrawLimit

func (*HallConfig) ProtoMessage

func (*HallConfig) ProtoMessage()

func (*HallConfig) ProtoReflect

func (x *HallConfig) ProtoReflect() protoreflect.Message

func (*HallConfig) Reset

func (x *HallConfig) Reset()

func (*HallConfig) String

func (x *HallConfig) String() string

type Heartbeat

type Heartbeat struct {
	Interval int64 `protobuf:"varint,1,opt,name=Interval,proto3" json:"Interval,omitempty"`
	Timeout  int64 `protobuf:"varint,2,opt,name=Timeout,proto3" json:"Timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*Heartbeat) Descriptor deprecated

func (*Heartbeat) Descriptor() ([]byte, []int)

Deprecated: Use Heartbeat.ProtoReflect.Descriptor instead.

func (*Heartbeat) GetInterval

func (x *Heartbeat) GetInterval() int64

func (*Heartbeat) GetTimeout

func (x *Heartbeat) GetTimeout() int64

func (*Heartbeat) ProtoMessage

func (*Heartbeat) ProtoMessage()

func (*Heartbeat) ProtoReflect

func (x *Heartbeat) ProtoReflect() protoreflect.Message

func (*Heartbeat) Reset

func (x *Heartbeat) Reset()

func (*Heartbeat) String

func (x *Heartbeat) String() string

type HeartbeatRequest

type HeartbeatRequest struct {
	// contains filtered or unexported fields
}

func (*HeartbeatRequest) Descriptor deprecated

func (*HeartbeatRequest) Descriptor() ([]byte, []int)

Deprecated: Use HeartbeatRequest.ProtoReflect.Descriptor instead.

func (*HeartbeatRequest) ProtoMessage

func (*HeartbeatRequest) ProtoMessage()

func (*HeartbeatRequest) ProtoReflect

func (x *HeartbeatRequest) ProtoReflect() protoreflect.Message

func (*HeartbeatRequest) Reset

func (x *HeartbeatRequest) Reset()

func (*HeartbeatRequest) String

func (x *HeartbeatRequest) String() string

type HeartbeatResponse

type HeartbeatResponse struct {
	// contains filtered or unexported fields
}

func (*HeartbeatResponse) Descriptor deprecated

func (*HeartbeatResponse) Descriptor() ([]byte, []int)

Deprecated: Use HeartbeatResponse.ProtoReflect.Descriptor instead.

func (*HeartbeatResponse) ProtoMessage

func (*HeartbeatResponse) ProtoMessage()

func (*HeartbeatResponse) ProtoReflect

func (x *HeartbeatResponse) ProtoReflect() protoreflect.Message

func (*HeartbeatResponse) Reset

func (x *HeartbeatResponse) Reset()

func (*HeartbeatResponse) String

func (x *HeartbeatResponse) String() string

type Identifier

type Identifier struct {
	ContextType string `protobuf:"bytes,1,opt,name=ContextType,proto3" json:"ContextType,omitempty"`
	LogType     string `protobuf:"bytes,2,opt,name=LogType,proto3" json:"LogType,omitempty"`
	GroupID     string `protobuf:"bytes,3,opt,name=GroupID,proto3" json:"GroupID,omitempty"`
	BatchID     string `protobuf:"bytes,4,opt,name=BatchID,proto3" json:"BatchID,omitempty"`
	SeqID       int64  `protobuf:"varint,5,opt,name=SeqID,proto3" json:"SeqID,omitempty"`
	LogID       string `protobuf:"bytes,6,opt,name=LogID,proto3" json:"LogID,omitempty"`
	ProcessID   string `protobuf:"bytes,7,opt,name=ProcessID,proto3" json:"ProcessID,omitempty"`
	// contains filtered or unexported fields
}

func (*Identifier) Descriptor deprecated

func (*Identifier) Descriptor() ([]byte, []int)

Deprecated: Use Identifier.ProtoReflect.Descriptor instead.

func (*Identifier) GetBatchID

func (x *Identifier) GetBatchID() string

func (*Identifier) GetContextType

func (x *Identifier) GetContextType() string

func (*Identifier) GetGroupID

func (x *Identifier) GetGroupID() string

func (*Identifier) GetLogID

func (x *Identifier) GetLogID() string

func (*Identifier) GetLogType

func (x *Identifier) GetLogType() string

func (*Identifier) GetProcessID

func (x *Identifier) GetProcessID() string

func (*Identifier) GetSeqID

func (x *Identifier) GetSeqID() int64

func (*Identifier) ProtoMessage

func (*Identifier) ProtoMessage()

func (*Identifier) ProtoReflect

func (x *Identifier) ProtoReflect() protoreflect.Message

func (*Identifier) Reset

func (x *Identifier) Reset()

func (*Identifier) String

func (x *Identifier) String() string

type InviteAwardItem

type InviteAwardItem struct {
	AwardType  string `protobuf:"bytes,1,opt,name=AwardType,proto3" json:"AwardType,omitempty"`   // 奖励类型 1:注册奖励 2:充值奖励
	AwardID    string `protobuf:"bytes,2,opt,name=AwardID,proto3" json:"AwardID,omitempty"`       // 奖励ID
	AwardTime  int64  `protobuf:"varint,3,opt,name=AwardTime,proto3" json:"AwardTime,omitempty"`  // 奖励时间
	Status     int64  `protobuf:"varint,4,opt,name=Status,proto3" json:"Status,omitempty"`        // 奖励状态 0:限制条件未解除 1:可领取 2:领取过 3:已过期
	GameID     int64  `protobuf:"varint,5,opt,name=GameID,proto3" json:"GameID,omitempty"`        // 被邀请玩家ID
	PlayerName string `protobuf:"bytes,6,opt,name=PlayerName,proto3" json:"PlayerName,omitempty"` // 被邀请玩家名称
	PlayerID   int64  `protobuf:"varint,7,opt,name=PlayerID,proto3" json:"PlayerID,omitempty"`    // 被邀请玩家ID
	Bonus      int64  `protobuf:"varint,8,opt,name=Bonus,proto3" json:"Bonus,omitempty"`          // 奖励金额
	Recharge   int64  `protobuf:"varint,9,opt,name=Recharge,proto3" json:"Recharge,omitempty"`    // 充值金额
	Rebate     int64  `protobuf:"varint,10,opt,name=Rebate,proto3" json:"Rebate,omitempty"`       // 返利比例
	ID         int64  `protobuf:"varint,11,opt,name=ID,proto3" json:"ID,omitempty"`               // 该充值玩家的邀请人ID
	// contains filtered or unexported fields
}

func (*InviteAwardItem) Descriptor deprecated

func (*InviteAwardItem) Descriptor() ([]byte, []int)

Deprecated: Use InviteAwardItem.ProtoReflect.Descriptor instead.

func (*InviteAwardItem) GetAwardID

func (x *InviteAwardItem) GetAwardID() string

func (*InviteAwardItem) GetAwardTime

func (x *InviteAwardItem) GetAwardTime() int64

func (*InviteAwardItem) GetAwardType

func (x *InviteAwardItem) GetAwardType() string

func (*InviteAwardItem) GetBonus

func (x *InviteAwardItem) GetBonus() int64

func (*InviteAwardItem) GetGameID

func (x *InviteAwardItem) GetGameID() int64

func (*InviteAwardItem) GetID

func (x *InviteAwardItem) GetID() int64

func (*InviteAwardItem) GetPlayerID

func (x *InviteAwardItem) GetPlayerID() int64

func (*InviteAwardItem) GetPlayerName

func (x *InviteAwardItem) GetPlayerName() string

func (*InviteAwardItem) GetRebate

func (x *InviteAwardItem) GetRebate() int64

func (*InviteAwardItem) GetRecharge

func (x *InviteAwardItem) GetRecharge() int64

func (*InviteAwardItem) GetStatus

func (x *InviteAwardItem) GetStatus() int64

func (*InviteAwardItem) ProtoMessage

func (*InviteAwardItem) ProtoMessage()

func (*InviteAwardItem) ProtoReflect

func (x *InviteAwardItem) ProtoReflect() protoreflect.Message

func (*InviteAwardItem) Reset

func (x *InviteAwardItem) Reset()

func (*InviteAwardItem) String

func (x *InviteAwardItem) String() string

type KickOfflineReq

type KickOfflineReq struct {
	// contains filtered or unexported fields
}

踢出离线玩家

func (*KickOfflineReq) Descriptor deprecated

func (*KickOfflineReq) Descriptor() ([]byte, []int)

Deprecated: Use KickOfflineReq.ProtoReflect.Descriptor instead.

func (*KickOfflineReq) ProtoMessage

func (*KickOfflineReq) ProtoMessage()

func (*KickOfflineReq) ProtoReflect

func (x *KickOfflineReq) ProtoReflect() protoreflect.Message

func (*KickOfflineReq) Reset

func (x *KickOfflineReq) Reset()

func (*KickOfflineReq) String

func (x *KickOfflineReq) String() string

type LinkPositions

type LinkPositions struct {

	// Indexes for Items that are linked
	// @inject_tag: json:"Positions"
	Positions []int64 `protobuf:"varint,1,rep,packed,name=Positions,proto3" json:"Positions,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkPositions) Descriptor deprecated

func (*LinkPositions) Descriptor() ([]byte, []int)

Deprecated: Use LinkPositions.ProtoReflect.Descriptor instead.

func (*LinkPositions) GetPositions

func (x *LinkPositions) GetPositions() []int64

func (*LinkPositions) ProtoMessage

func (*LinkPositions) ProtoMessage()

func (*LinkPositions) ProtoReflect

func (x *LinkPositions) ProtoReflect() protoreflect.Message

func (*LinkPositions) Reset

func (x *LinkPositions) Reset()

func (*LinkPositions) String

func (x *LinkPositions) String() string

type LiteFeature

type LiteFeature struct {
	NodeID      int64  `protobuf:"varint,1,opt,name=NodeID,proto3" json:"NodeID,omitempty"`
	FormationID int64  `protobuf:"varint,2,opt,name=FormationID,proto3" json:"FormationID,omitempty"`
	Type        string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"`
	Custom      string `protobuf:"bytes,4,opt,name=Custom,proto3" json:"Custom,omitempty"`
	Win         int64  `protobuf:"varint,5,opt,name=Win,proto3" json:"Win,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteFeature) Descriptor deprecated

func (*LiteFeature) Descriptor() ([]byte, []int)

Deprecated: Use LiteFeature.ProtoReflect.Descriptor instead.

func (*LiteFeature) GetCustom

func (x *LiteFeature) GetCustom() string

func (*LiteFeature) GetFormationID

func (x *LiteFeature) GetFormationID() int64

func (*LiteFeature) GetNodeID

func (x *LiteFeature) GetNodeID() int64

func (*LiteFeature) GetType

func (x *LiteFeature) GetType() string

func (*LiteFeature) GetWin

func (x *LiteFeature) GetWin() int64

func (*LiteFeature) ProtoMessage

func (*LiteFeature) ProtoMessage()

func (*LiteFeature) ProtoReflect

func (x *LiteFeature) ProtoReflect() protoreflect.Message

func (*LiteFeature) Reset

func (x *LiteFeature) Reset()

func (*LiteFeature) String

func (x *LiteFeature) String() string

type LiteFormation

type LiteFormation struct {
	ID             int64            `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	SpinType       int64            `protobuf:"varint,2,opt,name=SpinType,proto3" json:"SpinType,omitempty"`
	NodeID         int64            `protobuf:"varint,3,opt,name=NodeID,proto3" json:"NodeID,omitempty"`
	InitSymbols    []int64          `protobuf:"varint,4,rep,packed,name=InitSymbols,proto3" json:"InitSymbols,omitempty"`
	DisplaySymbols []int64          `protobuf:"varint,5,rep,packed,name=DisplaySymbols,proto3" json:"DisplaySymbols,omitempty"`
	FinalSymbols   []int64          `protobuf:"varint,6,rep,packed,name=FinalSymbols,proto3" json:"FinalSymbols,omitempty"`
	LinkPositions  []*LinkPositions `protobuf:"bytes,7,rep,name=LinkPositions,proto3" json:"LinkPositions,omitempty"`
	Win            int64            `protobuf:"varint,8,opt,name=Win,proto3" json:"Win,omitempty"`
	RandPositions  []int64          `protobuf:"varint,9,rep,packed,name=RandPositions,proto3" json:"RandPositions,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteFormation) Descriptor deprecated

func (*LiteFormation) Descriptor() ([]byte, []int)

Deprecated: Use LiteFormation.ProtoReflect.Descriptor instead.

func (*LiteFormation) GetDisplaySymbols

func (x *LiteFormation) GetDisplaySymbols() []int64

func (*LiteFormation) GetFinalSymbols

func (x *LiteFormation) GetFinalSymbols() []int64

func (*LiteFormation) GetID

func (x *LiteFormation) GetID() int64

func (*LiteFormation) GetInitSymbols

func (x *LiteFormation) GetInitSymbols() []int64

func (*LiteFormation) GetLinkPositions

func (x *LiteFormation) GetLinkPositions() []*LinkPositions

func (*LiteFormation) GetNodeID

func (x *LiteFormation) GetNodeID() int64

func (*LiteFormation) GetRandPositions

func (x *LiteFormation) GetRandPositions() []int64

func (*LiteFormation) GetSpinType

func (x *LiteFormation) GetSpinType() int64

func (*LiteFormation) GetWin

func (x *LiteFormation) GetWin() int64

func (*LiteFormation) ProtoMessage

func (*LiteFormation) ProtoMessage()

func (*LiteFormation) ProtoReflect

func (x *LiteFormation) ProtoReflect() protoreflect.Message

func (*LiteFormation) Reset

func (x *LiteFormation) Reset()

func (*LiteFormation) String

func (x *LiteFormation) String() string

type LiteNode

type LiteNode struct {
	ID               int64   `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Parent           int64   `protobuf:"varint,2,opt,name=Parent,proto3" json:"Parent,omitempty"`
	Children         []int64 `protobuf:"varint,3,rep,packed,name=Children,proto3" json:"Children,omitempty"`
	Type             string  `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"`
	SpinType         int64   `protobuf:"varint,5,opt,name=SpinType,proto3" json:"SpinType,omitempty"`
	Win              int64   `protobuf:"varint,6,opt,name=Win,proto3" json:"Win,omitempty"`
	TotalWin         int64   `protobuf:"varint,7,opt,name=TotalWin,proto3" json:"TotalWin,omitempty"`
	ChildrenTotalWin int64   `protobuf:"varint,8,opt,name=ChildrenTotalWin,proto3" json:"ChildrenTotalWin,omitempty"`
	ProgressValue    int64   `protobuf:"varint,9,opt,name=ProgressValue,proto3" json:"ProgressValue,omitempty"`
	ProgressMax      int64   `protobuf:"varint,10,opt,name=ProgressMax,proto3" json:"ProgressMax,omitempty"`
	Bet              int64   `protobuf:"varint,11,opt,name=Bet,proto3" json:"Bet,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteNode) Descriptor deprecated

func (*LiteNode) Descriptor() ([]byte, []int)

Deprecated: Use LiteNode.ProtoReflect.Descriptor instead.

func (*LiteNode) GetBet

func (x *LiteNode) GetBet() int64

func (*LiteNode) GetChildren

func (x *LiteNode) GetChildren() []int64

func (*LiteNode) GetChildrenTotalWin

func (x *LiteNode) GetChildrenTotalWin() int64

func (*LiteNode) GetID

func (x *LiteNode) GetID() int64

func (*LiteNode) GetParent

func (x *LiteNode) GetParent() int64

func (*LiteNode) GetProgressMax

func (x *LiteNode) GetProgressMax() int64

func (*LiteNode) GetProgressValue

func (x *LiteNode) GetProgressValue() int64

func (*LiteNode) GetSpinType

func (x *LiteNode) GetSpinType() int64

func (*LiteNode) GetTotalWin

func (x *LiteNode) GetTotalWin() int64

func (*LiteNode) GetType

func (x *LiteNode) GetType() string

func (*LiteNode) GetWin

func (x *LiteNode) GetWin() int64

func (*LiteNode) ProtoMessage

func (*LiteNode) ProtoMessage()

func (*LiteNode) ProtoReflect

func (x *LiteNode) ProtoReflect() protoreflect.Message

func (*LiteNode) Reset

func (x *LiteNode) Reset()

func (*LiteNode) String

func (x *LiteNode) String() string

type LiteNodeTree

type LiteNodeTree struct {
	Step       int64            `protobuf:"varint,1,opt,name=Step,proto3" json:"Step,omitempty"`
	Cursor     int64            `protobuf:"varint,2,opt,name=Cursor,proto3" json:"Cursor,omitempty"`
	Next       int64            `protobuf:"varint,3,opt,name=Next,proto3" json:"Next,omitempty"`
	Closing    []int64          `protobuf:"varint,4,rep,packed,name=Closing,proto3" json:"Closing,omitempty"`
	Nodes      []*LiteNode      `protobuf:"bytes,5,rep,name=Nodes,proto3" json:"Nodes,omitempty"`
	Formations []*LiteFormation `protobuf:"bytes,6,rep,name=Formations,proto3" json:"Formations,omitempty"`
	Features   []*LiteFeature   `protobuf:"bytes,7,rep,name=Features,proto3" json:"Features,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteNodeTree) Descriptor deprecated

func (*LiteNodeTree) Descriptor() ([]byte, []int)

Deprecated: Use LiteNodeTree.ProtoReflect.Descriptor instead.

func (*LiteNodeTree) GetClosing

func (x *LiteNodeTree) GetClosing() []int64

func (*LiteNodeTree) GetCursor

func (x *LiteNodeTree) GetCursor() int64

func (*LiteNodeTree) GetFeatures

func (x *LiteNodeTree) GetFeatures() []*LiteFeature

func (*LiteNodeTree) GetFormations

func (x *LiteNodeTree) GetFormations() []*LiteFormation

func (*LiteNodeTree) GetNext

func (x *LiteNodeTree) GetNext() int64

func (*LiteNodeTree) GetNodes

func (x *LiteNodeTree) GetNodes() []*LiteNode

func (*LiteNodeTree) GetStep

func (x *LiteNodeTree) GetStep() int64

func (*LiteNodeTree) ProtoMessage

func (*LiteNodeTree) ProtoMessage()

func (*LiteNodeTree) ProtoReflect

func (x *LiteNodeTree) ProtoReflect() protoreflect.Message

func (*LiteNodeTree) Reset

func (x *LiteNodeTree) Reset()

func (*LiteNodeTree) String

func (x *LiteNodeTree) String() string

type LogContext

type LogContext struct {
	Identifier *Identifier `protobuf:"bytes,1,opt,name=Identifier,proto3" json:"Identifier,omitempty"`
	Game       *Game       `protobuf:"bytes,2,opt,name=Game,proto3" json:"Game,omitempty"`
	Srv        *Srv        `protobuf:"bytes,3,opt,name=Srv,proto3" json:"Srv,omitempty"`
	UID        int64       `protobuf:"varint,4,opt,name=UID,proto3" json:"UID,omitempty"`
	Cli        *Cli        `protobuf:"bytes,5,opt,name=Cli,proto3" json:"Cli,omitempty"`
	Acc        *Acc        `protobuf:"bytes,6,opt,name=Acc,proto3" json:"Acc,omitempty"`
	User       *User       `protobuf:"bytes,7,opt,name=User,proto3" json:"User,omitempty"`
	Char       *Char       `protobuf:"bytes,8,opt,name=Char,proto3" json:"Char,omitempty"`
	Book       *Book       `protobuf:"bytes,9,opt,name=Book,proto3" json:"Book,omitempty"`
	Agg        *Agg        `protobuf:"bytes,10,opt,name=Agg,proto3" json:"Agg,omitempty"`
	// contains filtered or unexported fields
}

func (*LogContext) Descriptor deprecated

func (*LogContext) Descriptor() ([]byte, []int)

Deprecated: Use LogContext.ProtoReflect.Descriptor instead.

func (*LogContext) GetAcc

func (x *LogContext) GetAcc() *Acc

func (*LogContext) GetAgg

func (x *LogContext) GetAgg() *Agg

func (*LogContext) GetBook

func (x *LogContext) GetBook() *Book

func (*LogContext) GetChar

func (x *LogContext) GetChar() *Char

func (*LogContext) GetCli

func (x *LogContext) GetCli() *Cli

func (*LogContext) GetGame

func (x *LogContext) GetGame() *Game

func (*LogContext) GetIdentifier

func (x *LogContext) GetIdentifier() *Identifier

func (*LogContext) GetSrv

func (x *LogContext) GetSrv() *Srv

func (*LogContext) GetUID

func (x *LogContext) GetUID() int64

func (*LogContext) GetUser

func (x *LogContext) GetUser() *User

func (*LogContext) ProtoMessage

func (*LogContext) ProtoMessage()

func (*LogContext) ProtoReflect

func (x *LogContext) ProtoReflect() protoreflect.Message

func (*LogContext) Reset

func (x *LogContext) Reset()

func (*LogContext) String

func (x *LogContext) String() string

type LoginBindRequest

type LoginBindRequest struct {
	// contains filtered or unexported fields
}

玩家绑定

func (*LoginBindRequest) Descriptor deprecated

func (*LoginBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginBindRequest.ProtoReflect.Descriptor instead.

func (*LoginBindRequest) ProtoMessage

func (*LoginBindRequest) ProtoMessage()

func (*LoginBindRequest) ProtoReflect

func (x *LoginBindRequest) ProtoReflect() protoreflect.Message

func (*LoginBindRequest) Reset

func (x *LoginBindRequest) Reset()

func (*LoginBindRequest) String

func (x *LoginBindRequest) String() string

type LoginConflictPush

type LoginConflictPush struct {
	Service string `protobuf:"bytes,1,opt,name=Service,proto3" json:"Service,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginConflictPush) Descriptor deprecated

func (*LoginConflictPush) Descriptor() ([]byte, []int)

Deprecated: Use LoginConflictPush.ProtoReflect.Descriptor instead.

func (*LoginConflictPush) GetService

func (x *LoginConflictPush) GetService() string

func (*LoginConflictPush) ProtoMessage

func (*LoginConflictPush) ProtoMessage()

func (*LoginConflictPush) ProtoReflect

func (x *LoginConflictPush) ProtoReflect() protoreflect.Message

func (*LoginConflictPush) Reset

func (x *LoginConflictPush) Reset()

func (*LoginConflictPush) String

func (x *LoginConflictPush) String() string

type LoginConflictRequest

type LoginConflictRequest struct {
	// contains filtered or unexported fields
}

玩家冲突

func (*LoginConflictRequest) Descriptor deprecated

func (*LoginConflictRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginConflictRequest.ProtoReflect.Descriptor instead.

func (*LoginConflictRequest) ProtoMessage

func (*LoginConflictRequest) ProtoMessage()

func (*LoginConflictRequest) ProtoReflect

func (x *LoginConflictRequest) ProtoReflect() protoreflect.Message

func (*LoginConflictRequest) Reset

func (x *LoginConflictRequest) Reset()

func (*LoginConflictRequest) String

func (x *LoginConflictRequest) String() string

type LoginRequest

type LoginRequest struct {
	UID     int64  `protobuf:"varint,1,opt,name=UID,proto3" json:"UID,omitempty"`
	Token   string `protobuf:"bytes,2,opt,name=Token,proto3" json:"Token,omitempty"`
	Package string `protobuf:"bytes,3,opt,name=Package,proto3" json:"Package,omitempty"`
	Type    string `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"`
	Account string `protobuf:"bytes,5,opt,name=Account,proto3" json:"Account,omitempty"`
	Device  string `protobuf:"bytes,6,opt,name=Device,proto3" json:"Device,omitempty"`
	Cli     *Cli   `protobuf:"bytes,7,opt,name=Cli,proto3" json:"Cli,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

func (*LoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetAccount

func (x *LoginRequest) GetAccount() string

func (*LoginRequest) GetCli

func (x *LoginRequest) GetCli() *Cli

func (*LoginRequest) GetDevice

func (x *LoginRequest) GetDevice() string

func (*LoginRequest) GetPackage

func (x *LoginRequest) GetPackage() string

func (*LoginRequest) GetToken

func (x *LoginRequest) GetToken() string

func (*LoginRequest) GetType

func (x *LoginRequest) GetType() string

func (*LoginRequest) GetUID

func (x *LoginRequest) GetUID() int64

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

func (x *LoginRequest) ProtoReflect() protoreflect.Message

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

type LoginResponse

type LoginResponse struct {
	Code                 int64                 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	UID                  int64                 `protobuf:"varint,2,opt,name=UID,proto3" json:"UID,omitempty"`
	Coin                 int64                 `protobuf:"varint,3,opt,name=Coin,proto3" json:"Coin,omitempty"`
	Srv                  *Srv                  `protobuf:"bytes,4,opt,name=Srv,proto3" json:"Srv,omitempty"`
	Proc                 *Proc                 `protobuf:"bytes,5,opt,name=Proc,proto3" json:"Proc,omitempty"`
	Acc                  *Acc                  `protobuf:"bytes,6,opt,name=Acc,proto3" json:"Acc,omitempty"`
	User                 *User                 `protobuf:"bytes,7,opt,name=User,proto3" json:"User,omitempty"`
	Char                 *Char                 `protobuf:"bytes,8,opt,name=Char,proto3" json:"Char,omitempty"`
	Book                 *Book                 `protobuf:"bytes,9,opt,name=Book,proto3" json:"Book,omitempty"`
	Config               *HallConfig           `protobuf:"bytes,10,opt,name=Config,proto3" json:"Config,omitempty"`
	SpecialOfferCharged  bool                  `protobuf:"varint,11,opt,name=SpecialOfferCharged,proto3" json:"SpecialOfferCharged,omitempty"`  //是否已经完成首充
	AggIncRechargeCoin   int64                 `protobuf:"varint,12,opt,name=AggIncRechargeCoin,proto3" json:"AggIncRechargeCoin,omitempty"`    //累计充值
	SigninAwardData      *SigninAwardData      `protobuf:"bytes,13,opt,name=SigninAwardData,proto3" json:"SigninAwardData,omitempty"`           //签到奖励状态
	MailList             []*MailItem           `protobuf:"bytes,14,rep,name=MailList,proto3" json:"MailList,omitempty"`                         //邮件列表
	Inviter              int64                 `protobuf:"varint,15,opt,name=Inviter,proto3" json:"Inviter,omitempty"`                          //邀请者
	CustomerList         []*CustomerItem       `protobuf:"bytes,16,rep,name=CustomerList,proto3" json:"CustomerList,omitempty"`                 //客服列表
	PropList             []*Prop               `protobuf:"bytes,17,rep,name=PropList,proto3" json:"PropList,omitempty"`                         // 道具列表
	AddUpSigninAwardData *AddUpSigninAwardData `protobuf:"bytes,18,opt,name=AddUpSigninAwardData,proto3" json:"AddUpSigninAwardData,omitempty"` //累计签到奖励状态
	ShopAdderData        *ShopAdderData        `protobuf:"bytes,19,opt,name=ShopAdderData,proto3" json:"ShopAdderData,omitempty"`               // 商城特惠商品状态
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated

func (*LoginResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetAcc

func (x *LoginResponse) GetAcc() *Acc

func (*LoginResponse) GetAddUpSigninAwardData

func (x *LoginResponse) GetAddUpSigninAwardData() *AddUpSigninAwardData

func (*LoginResponse) GetAggIncRechargeCoin

func (x *LoginResponse) GetAggIncRechargeCoin() int64

func (*LoginResponse) GetBook

func (x *LoginResponse) GetBook() *Book

func (*LoginResponse) GetChar

func (x *LoginResponse) GetChar() *Char

func (*LoginResponse) GetCode

func (x *LoginResponse) GetCode() int64

func (*LoginResponse) GetCoin

func (x *LoginResponse) GetCoin() int64

func (*LoginResponse) GetConfig

func (x *LoginResponse) GetConfig() *HallConfig

func (*LoginResponse) GetCustomerList

func (x *LoginResponse) GetCustomerList() []*CustomerItem

func (*LoginResponse) GetInviter

func (x *LoginResponse) GetInviter() int64

func (*LoginResponse) GetMailList

func (x *LoginResponse) GetMailList() []*MailItem

func (*LoginResponse) GetProc

func (x *LoginResponse) GetProc() *Proc

func (*LoginResponse) GetPropList

func (x *LoginResponse) GetPropList() []*Prop

func (*LoginResponse) GetShopAdderData

func (x *LoginResponse) GetShopAdderData() *ShopAdderData

func (*LoginResponse) GetSigninAwardData

func (x *LoginResponse) GetSigninAwardData() *SigninAwardData

func (*LoginResponse) GetSpecialOfferCharged

func (x *LoginResponse) GetSpecialOfferCharged() bool

func (*LoginResponse) GetSrv

func (x *LoginResponse) GetSrv() *Srv

func (*LoginResponse) GetUID

func (x *LoginResponse) GetUID() int64

func (*LoginResponse) GetUser

func (x *LoginResponse) GetUser() *User

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

func (x *LoginResponse) ProtoReflect() protoreflect.Message

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type LogoutRequest

type LogoutRequest struct {
	// contains filtered or unexported fields
}

func (*LogoutRequest) Descriptor deprecated

func (*LogoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

func (x *LogoutRequest) ProtoReflect() protoreflect.Message

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

type LogoutResponse

type LogoutResponse struct {
	Code    int64  `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutResponse) Descriptor deprecated

func (*LogoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use LogoutResponse.ProtoReflect.Descriptor instead.

func (*LogoutResponse) GetCode

func (x *LogoutResponse) GetCode() int64

func (*LogoutResponse) GetMessage

func (x *LogoutResponse) GetMessage() string

func (*LogoutResponse) ProtoMessage

func (*LogoutResponse) ProtoMessage()

func (*LogoutResponse) ProtoReflect

func (x *LogoutResponse) ProtoReflect() protoreflect.Message

func (*LogoutResponse) Reset

func (x *LogoutResponse) Reset()

func (*LogoutResponse) String

func (x *LogoutResponse) String() string

type Mail

type Mail struct {
	ID          int64     `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`                  // 邮件ID
	Type        int64     `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"`              // 邮件类型 默认0 1-补单
	Title       string    `protobuf:"bytes,3,opt,name=Title,proto3" json:"Title,omitempty"`             // 邮件标题
	TitleAppend string    `protobuf:"bytes,4,opt,name=TitleAppend,proto3" json:"TitleAppend,omitempty"` // 邮件附加标题
	Content     string    `protobuf:"bytes,5,opt,name=Content,proto3" json:"Content,omitempty"`         // 邮件内容
	Prop        *MailCoin `protobuf:"bytes,6,opt,name=Prop,proto3" json:"Prop,omitempty"`               // 邮件奖励
	From        string    `protobuf:"bytes,7,opt,name=From,proto3" json:"From,omitempty"`               // 邮件来源(发送者)
	CreateTime  int64     `protobuf:"varint,8,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`  // 邮件产生的时间戳
	LiftTime    int64     `protobuf:"varint,9,opt,name=LiftTime,proto3" json:"LiftTime,omitempty"`      // 邮件最后有效时间戳
	Readed      bool      `protobuf:"varint,10,opt,name=Readed,proto3" json:"Readed,omitempty"`         // 邮件是否已经查看过 0未看过,1已看过
	Received    bool      `protobuf:"varint,11,opt,name=Received,proto3" json:"Received,omitempty"`     // 邮件内奖励是否已经领取过
	// contains filtered or unexported fields
}

func (*Mail) Descriptor deprecated

func (*Mail) Descriptor() ([]byte, []int)

Deprecated: Use Mail.ProtoReflect.Descriptor instead.

func (*Mail) GetContent

func (x *Mail) GetContent() string

func (*Mail) GetCreateTime

func (x *Mail) GetCreateTime() int64

func (*Mail) GetFrom

func (x *Mail) GetFrom() string

func (*Mail) GetID

func (x *Mail) GetID() int64

func (*Mail) GetLiftTime

func (x *Mail) GetLiftTime() int64

func (*Mail) GetProp

func (x *Mail) GetProp() *MailCoin

func (*Mail) GetReaded

func (x *Mail) GetReaded() bool

func (*Mail) GetReceived

func (x *Mail) GetReceived() bool

func (*Mail) GetTitle

func (x *Mail) GetTitle() string

func (*Mail) GetTitleAppend

func (x *Mail) GetTitleAppend() string

func (*Mail) GetType

func (x *Mail) GetType() int64

func (*Mail) ProtoMessage

func (*Mail) ProtoMessage()

func (*Mail) ProtoReflect

func (x *Mail) ProtoReflect() protoreflect.Message

func (*Mail) Reset

func (x *Mail) Reset()

func (*Mail) String

func (x *Mail) String() string

type MailCoin

type MailCoin struct {
	FreeCoin        int64 `protobuf:"varint,1,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"`               // 免费不可提现
	FreeWinCoin     int64 `protobuf:"varint,2,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"`         // 免费可提现
	RechargeCoin    int64 `protobuf:"varint,3,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"`       // 付费不可提现
	RechargeWinCoin int64 `protobuf:"varint,4,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"` // 付费可提现
	// contains filtered or unexported fields
}

func (*MailCoin) Descriptor deprecated

func (*MailCoin) Descriptor() ([]byte, []int)

Deprecated: Use MailCoin.ProtoReflect.Descriptor instead.

func (*MailCoin) GetFreeCoin

func (x *MailCoin) GetFreeCoin() int64

func (*MailCoin) GetFreeWinCoin

func (x *MailCoin) GetFreeWinCoin() int64

func (*MailCoin) GetRechargeCoin

func (x *MailCoin) GetRechargeCoin() int64

func (*MailCoin) GetRechargeWinCoin

func (x *MailCoin) GetRechargeWinCoin() int64

func (*MailCoin) ProtoMessage

func (*MailCoin) ProtoMessage()

func (*MailCoin) ProtoReflect

func (x *MailCoin) ProtoReflect() protoreflect.Message

func (*MailCoin) Reset

func (x *MailCoin) Reset()

func (*MailCoin) String

func (x *MailCoin) String() string

type MailItem

type MailItem struct {
	ID      int64  `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`           // 邮件ID
	Title   string `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"`      // 邮件标题
	Content string `protobuf:"bytes,3,opt,name=Content,proto3" json:"Content,omitempty"`  // 邮件内容
	EndTime int64  `protobuf:"varint,4,opt,name=EndTime,proto3" json:"EndTime,omitempty"` // 邮件最后有效时间戳
	Readed  bool   `protobuf:"varint,5,opt,name=Readed,proto3" json:"Readed,omitempty"`   // 邮件是否已经查看过
	Coin    int64  `protobuf:"varint,6,opt,name=Coin,proto3" json:"Coin,omitempty"`       // 邮件奖励
	// contains filtered or unexported fields
}

func (*MailItem) Descriptor deprecated

func (*MailItem) Descriptor() ([]byte, []int)

Deprecated: Use MailItem.ProtoReflect.Descriptor instead.

func (*MailItem) GetCoin

func (x *MailItem) GetCoin() int64

func (*MailItem) GetContent

func (x *MailItem) GetContent() string

func (*MailItem) GetEndTime

func (x *MailItem) GetEndTime() int64

func (*MailItem) GetID

func (x *MailItem) GetID() int64

func (*MailItem) GetReaded

func (x *MailItem) GetReaded() bool

func (*MailItem) GetTitle

func (x *MailItem) GetTitle() string

func (*MailItem) ProtoMessage

func (*MailItem) ProtoMessage()

func (*MailItem) ProtoReflect

func (x *MailItem) ProtoReflect() protoreflect.Message

func (*MailItem) Reset

func (x *MailItem) Reset()

func (*MailItem) String

func (x *MailItem) String() string

type NotifyReq

type NotifyReq struct {
	PlayerID   int64  `protobuf:"varint,1,opt,name=PlayerID,proto3" json:"PlayerID,omitempty"`    // 玩家ID
	NotifyType string `protobuf:"bytes,2,opt,name=NotifyType,proto3" json:"NotifyType,omitempty"` // 通知类型
	NotifyData string `protobuf:"bytes,3,opt,name=NotifyData,proto3" json:"NotifyData,omitempty"` // 通知数据
	// contains filtered or unexported fields
}

func (*NotifyReq) Descriptor deprecated

func (*NotifyReq) Descriptor() ([]byte, []int)

Deprecated: Use NotifyReq.ProtoReflect.Descriptor instead.

func (*NotifyReq) GetNotifyData

func (x *NotifyReq) GetNotifyData() string

func (*NotifyReq) GetNotifyType

func (x *NotifyReq) GetNotifyType() string

func (*NotifyReq) GetPlayerID

func (x *NotifyReq) GetPlayerID() int64

func (*NotifyReq) ProtoMessage

func (*NotifyReq) ProtoMessage()

func (*NotifyReq) ProtoReflect

func (x *NotifyReq) ProtoReflect() protoreflect.Message

func (*NotifyReq) Reset

func (x *NotifyReq) Reset()

func (*NotifyReq) String

func (x *NotifyReq) String() string

type OnlineBankruptGiftRequest

type OnlineBankruptGiftRequest struct {
	PropID string `protobuf:"bytes,1,opt,name=PropID,proto3" json:"PropID,omitempty"` // 道具ID
	// contains filtered or unexported fields
}

使用道具领取救济金请求 309

func (*OnlineBankruptGiftRequest) Descriptor deprecated

func (*OnlineBankruptGiftRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBankruptGiftRequest.ProtoReflect.Descriptor instead.

func (*OnlineBankruptGiftRequest) GetPropID

func (x *OnlineBankruptGiftRequest) GetPropID() string

func (*OnlineBankruptGiftRequest) ProtoMessage

func (*OnlineBankruptGiftRequest) ProtoMessage()

func (*OnlineBankruptGiftRequest) ProtoReflect

func (*OnlineBankruptGiftRequest) Reset

func (x *OnlineBankruptGiftRequest) Reset()

func (*OnlineBankruptGiftRequest) String

func (x *OnlineBankruptGiftRequest) String() string

type OnlineBankruptGiftResponse

type OnlineBankruptGiftResponse struct {
	Code     int64   `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	GiftCoin int64   `protobuf:"varint,2,opt,name=GiftCoin,proto3" json:"GiftCoin,omitempty"` // 救济金数量
	Coin     int64   `protobuf:"varint,3,opt,name=Coin,proto3" json:"Coin,omitempty"`         // 玩家最终金币数量
	PropList []*Prop `protobuf:"bytes,4,rep,name=PropList,proto3" json:"PropList,omitempty"`  // 道具列表
	// contains filtered or unexported fields
}

使用道具领取救济金响应 412

func (*OnlineBankruptGiftResponse) Descriptor deprecated

func (*OnlineBankruptGiftResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBankruptGiftResponse.ProtoReflect.Descriptor instead.

func (*OnlineBankruptGiftResponse) GetCode

func (x *OnlineBankruptGiftResponse) GetCode() int64

func (*OnlineBankruptGiftResponse) GetCoin

func (x *OnlineBankruptGiftResponse) GetCoin() int64

func (*OnlineBankruptGiftResponse) GetGiftCoin

func (x *OnlineBankruptGiftResponse) GetGiftCoin() int64

func (*OnlineBankruptGiftResponse) GetPropList

func (x *OnlineBankruptGiftResponse) GetPropList() []*Prop

func (*OnlineBankruptGiftResponse) ProtoMessage

func (*OnlineBankruptGiftResponse) ProtoMessage()

func (*OnlineBankruptGiftResponse) ProtoReflect

func (*OnlineBankruptGiftResponse) Reset

func (x *OnlineBankruptGiftResponse) Reset()

func (*OnlineBankruptGiftResponse) String

func (x *OnlineBankruptGiftResponse) String() string

type OnlineBindAccessRequest

type OnlineBindAccessRequest struct {
	Type    string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	Account string `protobuf:"bytes,2,opt,name=Account,proto3" json:"Account,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineBindAccessRequest) Descriptor deprecated

func (*OnlineBindAccessRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBindAccessRequest.ProtoReflect.Descriptor instead.

func (*OnlineBindAccessRequest) GetAccount

func (x *OnlineBindAccessRequest) GetAccount() string

func (*OnlineBindAccessRequest) GetType

func (x *OnlineBindAccessRequest) GetType() string

func (*OnlineBindAccessRequest) ProtoMessage

func (*OnlineBindAccessRequest) ProtoMessage()

func (*OnlineBindAccessRequest) ProtoReflect

func (x *OnlineBindAccessRequest) ProtoReflect() protoreflect.Message

func (*OnlineBindAccessRequest) Reset

func (x *OnlineBindAccessRequest) Reset()

func (*OnlineBindAccessRequest) String

func (x *OnlineBindAccessRequest) String() string

type OnlineBindAccessResponse

type OnlineBindAccessResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"Acc"
	Acc *Acc `protobuf:"bytes,2,opt,name=Acc,proto3" json:"Acc,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineBindAccessResponse) Descriptor deprecated

func (*OnlineBindAccessResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBindAccessResponse.ProtoReflect.Descriptor instead.

func (*OnlineBindAccessResponse) GetAcc

func (x *OnlineBindAccessResponse) GetAcc() *Acc

func (*OnlineBindAccessResponse) GetCode

func (x *OnlineBindAccessResponse) GetCode() int64

func (*OnlineBindAccessResponse) ProtoMessage

func (*OnlineBindAccessResponse) ProtoMessage()

func (*OnlineBindAccessResponse) ProtoReflect

func (x *OnlineBindAccessResponse) ProtoReflect() protoreflect.Message

func (*OnlineBindAccessResponse) Reset

func (x *OnlineBindAccessResponse) Reset()

func (*OnlineBindAccessResponse) String

func (x *OnlineBindAccessResponse) String() string

type OnlineBonusFinishPush

type OnlineBonusFinishPush struct {
	Bonus *OnlineBonusInfo `protobuf:"bytes,1,opt,name=Bonus,proto3" json:"Bonus,omitempty"` // 集满的集钱罐信息
	// contains filtered or unexported fields
}

OnlineBonusFinishPush 集钱罐收集完成 1144

func (*OnlineBonusFinishPush) Descriptor deprecated

func (*OnlineBonusFinishPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusFinishPush.ProtoReflect.Descriptor instead.

func (*OnlineBonusFinishPush) GetBonus

func (x *OnlineBonusFinishPush) GetBonus() *OnlineBonusInfo

func (*OnlineBonusFinishPush) ProtoMessage

func (*OnlineBonusFinishPush) ProtoMessage()

func (*OnlineBonusFinishPush) ProtoReflect

func (x *OnlineBonusFinishPush) ProtoReflect() protoreflect.Message

func (*OnlineBonusFinishPush) Reset

func (x *OnlineBonusFinishPush) Reset()

func (*OnlineBonusFinishPush) String

func (x *OnlineBonusFinishPush) String() string

type OnlineBonusInfo

type OnlineBonusInfo struct {
	IsOpen                  bool   `protobuf:"varint,1,opt,name=IsOpen,proto3" json:"IsOpen,omitempty"`                                    // Bonus是否开放
	LatestRefreshTime       int64  `protobuf:"varint,2,opt,name=LatestRefreshTime,proto3" json:"LatestRefreshTime,omitempty"`              // 最后刷新时间(s)
	LifeEndTime             int64  `protobuf:"varint,3,opt,name=LifeEndTime,proto3" json:"LifeEndTime,omitempty"`                          // 生存时间截止时间点(s), -1为永久生效
	BonusLevel              int64  `protobuf:"varint,4,opt,name=BonusLevel,proto3" json:"BonusLevel,omitempty"`                            // Bonus等级
	ProductID               string `protobuf:"bytes,5,opt,name=ProductID,proto3" json:"ProductID,omitempty"`                               // 获得Bonus奖励需要支付的商品ID
	BonusCoin               int64  `protobuf:"varint,6,opt,name=BonusCoin,proto3" json:"BonusCoin,omitempty"`                              // Bonus奖励金币数
	TargetBetValue          int64  `protobuf:"varint,7,opt,name=TargetBetValue,proto3" json:"TargetBetValue,omitempty"`                    // 目标下注金额
	Progress                int64  `protobuf:"varint,8,opt,name=Progress,proto3" json:"Progress,omitempty"`                                // 已经完成的下注金额
	Finished                bool   `protobuf:"varint,9,opt,name=Finished,proto3" json:"Finished,omitempty"`                                // 目标下注金额是否已完成
	Recharged               bool   `protobuf:"varint,10,opt,name=Recharged,proto3" json:"Recharged,omitempty"`                             // 是否已支付
	Accquired               bool   `protobuf:"varint,11,opt,name=Accquired,proto3" json:"Accquired,omitempty"`                             // 是否已领取
	EndTimeForCollectAdder  int64  `protobuf:"varint,12,opt,name=EndTimeForCollectAdder,proto3" json:"EndTimeForCollectAdder,omitempty"`   // 集满加赠截止时间点(s)
	CollectAdderCount       int64  `protobuf:"varint,13,opt,name=CollectAdderCount,proto3" json:"CollectAdderCount,omitempty"`             // 集满加赠金币数
	EndTimeForRechargeAdder int64  `protobuf:"varint,14,opt,name=EndTimeForRechargeAdder,proto3" json:"EndTimeForRechargeAdder,omitempty"` // 支付加赠截止时间点(s)
	RechargeAdderCount      int64  `protobuf:"varint,15,opt,name=RechargeAdderCount,proto3" json:"RechargeAdderCount,omitempty"`           // 支付加赠金币数
	CollectedTime           int64  `protobuf:"varint,16,opt,name=CollectedTime,proto3" json:"CollectedTime,omitempty"`                     // 集满时间点(s)
	RechargedTime           int64  `protobuf:"varint,17,opt,name=RechargedTime,proto3" json:"RechargedTime,omitempty"`                     // 支付时间点(s)
	// contains filtered or unexported fields
}

func (*OnlineBonusInfo) Descriptor deprecated

func (*OnlineBonusInfo) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusInfo.ProtoReflect.Descriptor instead.

func (*OnlineBonusInfo) GetAccquired

func (x *OnlineBonusInfo) GetAccquired() bool

func (*OnlineBonusInfo) GetBonusCoin

func (x *OnlineBonusInfo) GetBonusCoin() int64

func (*OnlineBonusInfo) GetBonusLevel

func (x *OnlineBonusInfo) GetBonusLevel() int64

func (*OnlineBonusInfo) GetCollectAdderCount

func (x *OnlineBonusInfo) GetCollectAdderCount() int64

func (*OnlineBonusInfo) GetCollectedTime

func (x *OnlineBonusInfo) GetCollectedTime() int64

func (*OnlineBonusInfo) GetEndTimeForCollectAdder

func (x *OnlineBonusInfo) GetEndTimeForCollectAdder() int64

func (*OnlineBonusInfo) GetEndTimeForRechargeAdder

func (x *OnlineBonusInfo) GetEndTimeForRechargeAdder() int64

func (*OnlineBonusInfo) GetFinished

func (x *OnlineBonusInfo) GetFinished() bool

func (*OnlineBonusInfo) GetIsOpen

func (x *OnlineBonusInfo) GetIsOpen() bool

func (*OnlineBonusInfo) GetLatestRefreshTime

func (x *OnlineBonusInfo) GetLatestRefreshTime() int64

func (*OnlineBonusInfo) GetLifeEndTime

func (x *OnlineBonusInfo) GetLifeEndTime() int64

func (*OnlineBonusInfo) GetProductID

func (x *OnlineBonusInfo) GetProductID() string

func (*OnlineBonusInfo) GetProgress

func (x *OnlineBonusInfo) GetProgress() int64

func (*OnlineBonusInfo) GetRechargeAdderCount

func (x *OnlineBonusInfo) GetRechargeAdderCount() int64

func (*OnlineBonusInfo) GetRecharged

func (x *OnlineBonusInfo) GetRecharged() bool

func (*OnlineBonusInfo) GetRechargedTime

func (x *OnlineBonusInfo) GetRechargedTime() int64

func (*OnlineBonusInfo) GetTargetBetValue

func (x *OnlineBonusInfo) GetTargetBetValue() int64

func (*OnlineBonusInfo) ProtoMessage

func (*OnlineBonusInfo) ProtoMessage()

func (*OnlineBonusInfo) ProtoReflect

func (x *OnlineBonusInfo) ProtoReflect() protoreflect.Message

func (*OnlineBonusInfo) Reset

func (x *OnlineBonusInfo) Reset()

func (*OnlineBonusInfo) String

func (x *OnlineBonusInfo) String() string

type OnlineBonusInfoRequest

type OnlineBonusInfoRequest struct {
	// contains filtered or unexported fields
}

OnlineBonusInfoRequest 查询集钱罐信息请求 1131

func (*OnlineBonusInfoRequest) Descriptor deprecated

func (*OnlineBonusInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusInfoRequest.ProtoReflect.Descriptor instead.

func (*OnlineBonusInfoRequest) ProtoMessage

func (*OnlineBonusInfoRequest) ProtoMessage()

func (*OnlineBonusInfoRequest) ProtoReflect

func (x *OnlineBonusInfoRequest) ProtoReflect() protoreflect.Message

func (*OnlineBonusInfoRequest) Reset

func (x *OnlineBonusInfoRequest) Reset()

func (*OnlineBonusInfoRequest) String

func (x *OnlineBonusInfoRequest) String() string

type OnlineBonusInfoResponse

type OnlineBonusInfoResponse struct {
	Code  int64            `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	Bonus *OnlineBonusInfo `protobuf:"bytes,2,opt,name=Bonus,proto3" json:"Bonus,omitempty"` // 集钱罐信息
	// contains filtered or unexported fields
}

OnlineBonusInfoResponse 查询集钱罐信息响应 1141

func (*OnlineBonusInfoResponse) Descriptor deprecated

func (*OnlineBonusInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusInfoResponse.ProtoReflect.Descriptor instead.

func (*OnlineBonusInfoResponse) GetBonus

func (*OnlineBonusInfoResponse) GetCode

func (x *OnlineBonusInfoResponse) GetCode() int64

func (*OnlineBonusInfoResponse) ProtoMessage

func (*OnlineBonusInfoResponse) ProtoMessage()

func (*OnlineBonusInfoResponse) ProtoReflect

func (x *OnlineBonusInfoResponse) ProtoReflect() protoreflect.Message

func (*OnlineBonusInfoResponse) Reset

func (x *OnlineBonusInfoResponse) Reset()

func (*OnlineBonusInfoResponse) String

func (x *OnlineBonusInfoResponse) String() string

type OnlineBonusOpenPush

type OnlineBonusOpenPush struct {
	Code    int64            `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	Coin    int64            `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"`       // 领取集钱罐获得的金币数
	EndCoin int64            `protobuf:"varint,3,opt,name=EndCoin,proto3" json:"EndCoin,omitempty"` // 玩家最终的金币数
	Bonus   *OnlineBonusInfo `protobuf:"bytes,4,opt,name=Bonus,proto3" json:"Bonus,omitempty"`      // 最新集钱罐信息
	// contains filtered or unexported fields
}

OnlineBonusOpenPush 打开集钱罐推送 1142

func (*OnlineBonusOpenPush) Descriptor deprecated

func (*OnlineBonusOpenPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusOpenPush.ProtoReflect.Descriptor instead.

func (*OnlineBonusOpenPush) GetBonus

func (x *OnlineBonusOpenPush) GetBonus() *OnlineBonusInfo

func (*OnlineBonusOpenPush) GetCode

func (x *OnlineBonusOpenPush) GetCode() int64

func (*OnlineBonusOpenPush) GetCoin

func (x *OnlineBonusOpenPush) GetCoin() int64

func (*OnlineBonusOpenPush) GetEndCoin

func (x *OnlineBonusOpenPush) GetEndCoin() int64

func (*OnlineBonusOpenPush) ProtoMessage

func (*OnlineBonusOpenPush) ProtoMessage()

func (*OnlineBonusOpenPush) ProtoReflect

func (x *OnlineBonusOpenPush) ProtoReflect() protoreflect.Message

func (*OnlineBonusOpenPush) Reset

func (x *OnlineBonusOpenPush) Reset()

func (*OnlineBonusOpenPush) String

func (x *OnlineBonusOpenPush) String() string

type OnlineBonusProgressPush

type OnlineBonusProgressPush struct {
	ActiveProgress int64 `protobuf:"varint,1,opt,name=ActiveProgress,proto3" json:"ActiveProgress,omitempty"` // 集钱罐当前进度(0-100)
	// contains filtered or unexported fields
}

OnlineBonusProgressPush 集钱罐收集进度变化 1143

func (*OnlineBonusProgressPush) Descriptor deprecated

func (*OnlineBonusProgressPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBonusProgressPush.ProtoReflect.Descriptor instead.

func (*OnlineBonusProgressPush) GetActiveProgress

func (x *OnlineBonusProgressPush) GetActiveProgress() int64

func (*OnlineBonusProgressPush) ProtoMessage

func (*OnlineBonusProgressPush) ProtoMessage()

func (*OnlineBonusProgressPush) ProtoReflect

func (x *OnlineBonusProgressPush) ProtoReflect() protoreflect.Message

func (*OnlineBonusProgressPush) Reset

func (x *OnlineBonusProgressPush) Reset()

func (*OnlineBonusProgressPush) String

func (x *OnlineBonusProgressPush) String() string

type OnlineBroadItemPush

type OnlineBroadItemPush struct {

	// @inject_tag: json:"BroadItemList"
	BroadItemList []*BroadItem `protobuf:"bytes,1,rep,name=BroadItemList,proto3" json:"BroadItemList,omitempty"` //广播
	// contains filtered or unexported fields
}

func (*OnlineBroadItemPush) Descriptor deprecated

func (*OnlineBroadItemPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineBroadItemPush.ProtoReflect.Descriptor instead.

func (*OnlineBroadItemPush) GetBroadItemList

func (x *OnlineBroadItemPush) GetBroadItemList() []*BroadItem

func (*OnlineBroadItemPush) ProtoMessage

func (*OnlineBroadItemPush) ProtoMessage()

func (*OnlineBroadItemPush) ProtoReflect

func (x *OnlineBroadItemPush) ProtoReflect() protoreflect.Message

func (*OnlineBroadItemPush) Reset

func (x *OnlineBroadItemPush) Reset()

func (*OnlineBroadItemPush) String

func (x *OnlineBroadItemPush) String() string

type OnlineClaimFacebookAwardPush

type OnlineClaimFacebookAwardPush struct {

	// @inject_tag: json:"Coin"
	AwardCoin int64 `protobuf:"varint,1,opt,name=AwardCoin,proto3" json:"AwardCoin,omitempty"`
	Coin      int64 `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineClaimFacebookAwardPush) Descriptor deprecated

func (*OnlineClaimFacebookAwardPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClaimFacebookAwardPush.ProtoReflect.Descriptor instead.

func (*OnlineClaimFacebookAwardPush) GetAwardCoin

func (x *OnlineClaimFacebookAwardPush) GetAwardCoin() int64

func (*OnlineClaimFacebookAwardPush) GetCoin

func (x *OnlineClaimFacebookAwardPush) GetCoin() int64

func (*OnlineClaimFacebookAwardPush) ProtoMessage

func (*OnlineClaimFacebookAwardPush) ProtoMessage()

func (*OnlineClaimFacebookAwardPush) ProtoReflect

func (*OnlineClaimFacebookAwardPush) Reset

func (x *OnlineClaimFacebookAwardPush) Reset()

func (*OnlineClaimFacebookAwardPush) String

type OnlineClaimInviteAwardRequest

type OnlineClaimInviteAwardRequest struct {

	// @inject_tag: json:"AwardID"
	AwardID string `protobuf:"bytes,1,opt,name=AwardID,proto3" json:"AwardID,omitempty"` // 奖励ID
	// contains filtered or unexported fields
}

邀请系统领取奖励

func (*OnlineClaimInviteAwardRequest) Descriptor deprecated

func (*OnlineClaimInviteAwardRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClaimInviteAwardRequest.ProtoReflect.Descriptor instead.

func (*OnlineClaimInviteAwardRequest) GetAwardID

func (x *OnlineClaimInviteAwardRequest) GetAwardID() string

func (*OnlineClaimInviteAwardRequest) ProtoMessage

func (*OnlineClaimInviteAwardRequest) ProtoMessage()

func (*OnlineClaimInviteAwardRequest) ProtoReflect

func (*OnlineClaimInviteAwardRequest) Reset

func (x *OnlineClaimInviteAwardRequest) Reset()

func (*OnlineClaimInviteAwardRequest) String

type OnlineClaimInviteAwardResponse

type OnlineClaimInviteAwardResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"AwardID"
	AwardID string `protobuf:"bytes,2,opt,name=AwardID,proto3" json:"AwardID,omitempty"` // 奖励ID
	// @inject_tag: json:"ClaimCoin"
	ClaimCoin int64 `protobuf:"varint,3,opt,name=ClaimCoin,proto3" json:"ClaimCoin,omitempty"` // 获得奖励
	// @inject_tag: json:"TotalCoin"
	TotalCoin int64 `protobuf:"varint,4,opt,name=TotalCoin,proto3" json:"TotalCoin,omitempty"` // 累计获得奖励
	// @inject_tag: json:"WithdrawCoin"
	WithdrawCoin int64 `protobuf:"varint,5,opt,name=WithdrawCoin,proto3" json:"WithdrawCoin,omitempty"` // 可提现金额
	// @inject_tag: json:"RegisterCanGetCount"
	RegisterCanGetCount int64 `protobuf:"varint,6,opt,name=RegisterCanGetCount,proto3" json:"RegisterCanGetCount,omitempty"` // 可以领取的注册奖励笔数
	// @inject_tag: json:"PaymentCanGetCount"
	PaymentCanGetCount int64 `protobuf:"varint,7,opt,name=PaymentCanGetCount,proto3" json:"PaymentCanGetCount,omitempty"` // 可以领取的充值奖励笔数
	// @inject_tag: json:"Coin"
	Coin int64 `protobuf:"varint,8,opt,name=Coin,proto3" json:"Coin,omitempty"` // 玩家最后的金币数
	// @inject_tag: json:"RankUpdated"
	RankUpdated bool `protobuf:"varint,9,opt,name=RankUpdated,proto3" json:"RankUpdated,omitempty"` // 排行榜是否变更
	// contains filtered or unexported fields
}

func (*OnlineClaimInviteAwardResponse) Descriptor deprecated

func (*OnlineClaimInviteAwardResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClaimInviteAwardResponse.ProtoReflect.Descriptor instead.

func (*OnlineClaimInviteAwardResponse) GetAwardID

func (x *OnlineClaimInviteAwardResponse) GetAwardID() string

func (*OnlineClaimInviteAwardResponse) GetClaimCoin

func (x *OnlineClaimInviteAwardResponse) GetClaimCoin() int64

func (*OnlineClaimInviteAwardResponse) GetCode

func (*OnlineClaimInviteAwardResponse) GetCoin

func (*OnlineClaimInviteAwardResponse) GetPaymentCanGetCount

func (x *OnlineClaimInviteAwardResponse) GetPaymentCanGetCount() int64

func (*OnlineClaimInviteAwardResponse) GetRankUpdated

func (x *OnlineClaimInviteAwardResponse) GetRankUpdated() bool

func (*OnlineClaimInviteAwardResponse) GetRegisterCanGetCount

func (x *OnlineClaimInviteAwardResponse) GetRegisterCanGetCount() int64

func (*OnlineClaimInviteAwardResponse) GetTotalCoin

func (x *OnlineClaimInviteAwardResponse) GetTotalCoin() int64

func (*OnlineClaimInviteAwardResponse) GetWithdrawCoin

func (x *OnlineClaimInviteAwardResponse) GetWithdrawCoin() int64

func (*OnlineClaimInviteAwardResponse) ProtoMessage

func (*OnlineClaimInviteAwardResponse) ProtoMessage()

func (*OnlineClaimInviteAwardResponse) ProtoReflect

func (*OnlineClaimInviteAwardResponse) Reset

func (x *OnlineClaimInviteAwardResponse) Reset()

func (*OnlineClaimInviteAwardResponse) String

type OnlineClaimMailsRequest

type OnlineClaimMailsRequest struct {
	IDList []int64 `protobuf:"varint,1,rep,packed,name=IDList,proto3" json:"IDList,omitempty"`
	// contains filtered or unexported fields
}

OnlineClaimMailsRequest 领取邮件列表请求

func (*OnlineClaimMailsRequest) Descriptor deprecated

func (*OnlineClaimMailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClaimMailsRequest.ProtoReflect.Descriptor instead.

func (*OnlineClaimMailsRequest) GetIDList

func (x *OnlineClaimMailsRequest) GetIDList() []int64

func (*OnlineClaimMailsRequest) ProtoMessage

func (*OnlineClaimMailsRequest) ProtoMessage()

func (*OnlineClaimMailsRequest) ProtoReflect

func (x *OnlineClaimMailsRequest) ProtoReflect() protoreflect.Message

func (*OnlineClaimMailsRequest) Reset

func (x *OnlineClaimMailsRequest) Reset()

func (*OnlineClaimMailsRequest) String

func (x *OnlineClaimMailsRequest) String() string

type OnlineClaimMailsResponse

type OnlineClaimMailsResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"MailList"
	MailList []*MailItem `protobuf:"bytes,2,rep,name=MailList,proto3" json:"MailList,omitempty"`
	// @inject_tag: json:"ClaimCoin"
	ClaimCoin int64 `protobuf:"varint,3,opt,name=ClaimCoin,proto3" json:"ClaimCoin,omitempty"`
	// @inject_tag: json:"Coin"
	Coin int64 `protobuf:"varint,4,opt,name=Coin,proto3" json:"Coin,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineClaimMailsResponse) Descriptor deprecated

func (*OnlineClaimMailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClaimMailsResponse.ProtoReflect.Descriptor instead.

func (*OnlineClaimMailsResponse) GetClaimCoin

func (x *OnlineClaimMailsResponse) GetClaimCoin() int64

func (*OnlineClaimMailsResponse) GetCode

func (x *OnlineClaimMailsResponse) GetCode() int64

func (*OnlineClaimMailsResponse) GetCoin

func (x *OnlineClaimMailsResponse) GetCoin() int64

func (*OnlineClaimMailsResponse) GetMailList

func (x *OnlineClaimMailsResponse) GetMailList() []*MailItem

func (*OnlineClaimMailsResponse) ProtoMessage

func (*OnlineClaimMailsResponse) ProtoMessage()

func (*OnlineClaimMailsResponse) ProtoReflect

func (x *OnlineClaimMailsResponse) ProtoReflect() protoreflect.Message

func (*OnlineClaimMailsResponse) Reset

func (x *OnlineClaimMailsResponse) Reset()

func (*OnlineClaimMailsResponse) String

func (x *OnlineClaimMailsResponse) String() string

type OnlineClientChangeModeRequest

type OnlineClientChangeModeRequest struct {
	Background bool `protobuf:"varint,1,opt,name=Background,proto3" json:"Background,omitempty"`
	// contains filtered or unexported fields
}

OnlineClientChangeModeRequest 客户端切前后台请求

func (*OnlineClientChangeModeRequest) Descriptor deprecated

func (*OnlineClientChangeModeRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClientChangeModeRequest.ProtoReflect.Descriptor instead.

func (*OnlineClientChangeModeRequest) GetBackground

func (x *OnlineClientChangeModeRequest) GetBackground() bool

func (*OnlineClientChangeModeRequest) ProtoMessage

func (*OnlineClientChangeModeRequest) ProtoMessage()

func (*OnlineClientChangeModeRequest) ProtoReflect

func (*OnlineClientChangeModeRequest) Reset

func (x *OnlineClientChangeModeRequest) Reset()

func (*OnlineClientChangeModeRequest) String

type OnlineClientChangeModeResponse

type OnlineClientChangeModeResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineClientChangeModeResponse) Descriptor deprecated

func (*OnlineClientChangeModeResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineClientChangeModeResponse.ProtoReflect.Descriptor instead.

func (*OnlineClientChangeModeResponse) GetCode

func (*OnlineClientChangeModeResponse) ProtoMessage

func (*OnlineClientChangeModeResponse) ProtoMessage()

func (*OnlineClientChangeModeResponse) ProtoReflect

func (*OnlineClientChangeModeResponse) Reset

func (x *OnlineClientChangeModeResponse) Reset()

func (*OnlineClientChangeModeResponse) String

type OnlineCreateAPKRequest

type OnlineCreateAPKRequest struct {

	// @inject_tag: json:"Inviter"
	Inviter int64 `protobuf:"varint,1,opt,name=Inviter,proto3" json:"Inviter,omitempty"` // 直接上线ID
	// @inject_tag: json:"IntervalUID"
	Parent int64 `protobuf:"varint,2,opt,name=Parent,proto3" json:"Parent,omitempty"` // 上线的上线ID
	// contains filtered or unexported fields
}

邀请系统创建分享APK

func (*OnlineCreateAPKRequest) Descriptor deprecated

func (*OnlineCreateAPKRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineCreateAPKRequest.ProtoReflect.Descriptor instead.

func (*OnlineCreateAPKRequest) GetInviter

func (x *OnlineCreateAPKRequest) GetInviter() int64

func (*OnlineCreateAPKRequest) GetParent

func (x *OnlineCreateAPKRequest) GetParent() int64

func (*OnlineCreateAPKRequest) ProtoMessage

func (*OnlineCreateAPKRequest) ProtoMessage()

func (*OnlineCreateAPKRequest) ProtoReflect

func (x *OnlineCreateAPKRequest) ProtoReflect() protoreflect.Message

func (*OnlineCreateAPKRequest) Reset

func (x *OnlineCreateAPKRequest) Reset()

func (*OnlineCreateAPKRequest) String

func (x *OnlineCreateAPKRequest) String() string

type OnlineCreateAPKResponse

type OnlineCreateAPKResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineCreateAPKResponse) Descriptor deprecated

func (*OnlineCreateAPKResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineCreateAPKResponse.ProtoReflect.Descriptor instead.

func (*OnlineCreateAPKResponse) GetCode

func (x *OnlineCreateAPKResponse) GetCode() int64

func (*OnlineCreateAPKResponse) ProtoMessage

func (*OnlineCreateAPKResponse) ProtoMessage()

func (*OnlineCreateAPKResponse) ProtoReflect

func (x *OnlineCreateAPKResponse) ProtoReflect() protoreflect.Message

func (*OnlineCreateAPKResponse) Reset

func (x *OnlineCreateAPKResponse) Reset()

func (*OnlineCreateAPKResponse) String

func (x *OnlineCreateAPKResponse) String() string

type OnlineCustomerPush

type OnlineCustomerPush struct {
	// contains filtered or unexported fields
}

OnlineCustomerPush 客服列表变更

func (*OnlineCustomerPush) Descriptor deprecated

func (*OnlineCustomerPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineCustomerPush.ProtoReflect.Descriptor instead.

func (*OnlineCustomerPush) ProtoMessage

func (*OnlineCustomerPush) ProtoMessage()

func (*OnlineCustomerPush) ProtoReflect

func (x *OnlineCustomerPush) ProtoReflect() protoreflect.Message

func (*OnlineCustomerPush) Reset

func (x *OnlineCustomerPush) Reset()

func (*OnlineCustomerPush) String

func (x *OnlineCustomerPush) String() string

type OnlineDailyDealsConfig

type OnlineDailyDealsConfig struct {
	Duration  int64 `protobuf:"varint,1,opt,name=Duration,proto3" json:"Duration,omitempty"`
	ResetTime int64 `protobuf:"varint,2,opt,name=ResetTime,proto3" json:"ResetTime,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineDailyDealsConfig) Descriptor deprecated

func (*OnlineDailyDealsConfig) Descriptor() ([]byte, []int)

Deprecated: Use OnlineDailyDealsConfig.ProtoReflect.Descriptor instead.

func (*OnlineDailyDealsConfig) GetDuration

func (x *OnlineDailyDealsConfig) GetDuration() int64

func (*OnlineDailyDealsConfig) GetResetTime

func (x *OnlineDailyDealsConfig) GetResetTime() int64

func (*OnlineDailyDealsConfig) ProtoMessage

func (*OnlineDailyDealsConfig) ProtoMessage()

func (*OnlineDailyDealsConfig) ProtoReflect

func (x *OnlineDailyDealsConfig) ProtoReflect() protoreflect.Message

func (*OnlineDailyDealsConfig) Reset

func (x *OnlineDailyDealsConfig) Reset()

func (*OnlineDailyDealsConfig) String

func (x *OnlineDailyDealsConfig) String() string

type OnlineDeleteMailsRequest

type OnlineDeleteMailsRequest struct {
	IDList []int64 `protobuf:"varint,1,rep,packed,name=IDList,proto3" json:"IDList,omitempty"`
	// contains filtered or unexported fields
}

OnlineDeleteMailsRequest 删除邮件列表请求

func (*OnlineDeleteMailsRequest) Descriptor deprecated

func (*OnlineDeleteMailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineDeleteMailsRequest.ProtoReflect.Descriptor instead.

func (*OnlineDeleteMailsRequest) GetIDList

func (x *OnlineDeleteMailsRequest) GetIDList() []int64

func (*OnlineDeleteMailsRequest) ProtoMessage

func (*OnlineDeleteMailsRequest) ProtoMessage()

func (*OnlineDeleteMailsRequest) ProtoReflect

func (x *OnlineDeleteMailsRequest) ProtoReflect() protoreflect.Message

func (*OnlineDeleteMailsRequest) Reset

func (x *OnlineDeleteMailsRequest) Reset()

func (*OnlineDeleteMailsRequest) String

func (x *OnlineDeleteMailsRequest) String() string

type OnlineDeleteMailsResponse

type OnlineDeleteMailsResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"MailList"
	MailList []*MailItem `protobuf:"bytes,2,rep,name=MailList,proto3" json:"MailList,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineDeleteMailsResponse) Descriptor deprecated

func (*OnlineDeleteMailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineDeleteMailsResponse.ProtoReflect.Descriptor instead.

func (*OnlineDeleteMailsResponse) GetCode

func (x *OnlineDeleteMailsResponse) GetCode() int64

func (*OnlineDeleteMailsResponse) GetMailList

func (x *OnlineDeleteMailsResponse) GetMailList() []*MailItem

func (*OnlineDeleteMailsResponse) ProtoMessage

func (*OnlineDeleteMailsResponse) ProtoMessage()

func (*OnlineDeleteMailsResponse) ProtoReflect

func (*OnlineDeleteMailsResponse) Reset

func (x *OnlineDeleteMailsResponse) Reset()

func (*OnlineDeleteMailsResponse) String

func (x *OnlineDeleteMailsResponse) String() string

type OnlineFreeWithdrawCreditRequest

type OnlineFreeWithdrawCreditRequest struct {
	PropID string `protobuf:"bytes,1,opt,name=PropID,proto3" json:"PropID,omitempty"` // 道具ID
	// contains filtered or unexported fields
}

使用道具提高免费金币提现额度请求 310

func (*OnlineFreeWithdrawCreditRequest) Descriptor deprecated

func (*OnlineFreeWithdrawCreditRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineFreeWithdrawCreditRequest.ProtoReflect.Descriptor instead.

func (*OnlineFreeWithdrawCreditRequest) GetPropID

func (x *OnlineFreeWithdrawCreditRequest) GetPropID() string

func (*OnlineFreeWithdrawCreditRequest) ProtoMessage

func (*OnlineFreeWithdrawCreditRequest) ProtoMessage()

func (*OnlineFreeWithdrawCreditRequest) ProtoReflect

func (*OnlineFreeWithdrawCreditRequest) Reset

func (*OnlineFreeWithdrawCreditRequest) String

type OnlineFreeWithdrawCreditResponse

type OnlineFreeWithdrawCreditResponse struct {
	Code       int64   `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	GiftCredit int64   `protobuf:"varint,2,opt,name=GiftCredit,proto3" json:"GiftCredit,omitempty"` // 提升额度
	Credit     int64   `protobuf:"varint,3,opt,name=Credit,proto3" json:"Credit,omitempty"`         // 玩家最终额度
	PropList   []*Prop `protobuf:"bytes,4,rep,name=PropList,proto3" json:"PropList,omitempty"`      // 道具列表
	// contains filtered or unexported fields
}

使用道具提高免费金币提现额度响应 414

func (*OnlineFreeWithdrawCreditResponse) Descriptor deprecated

func (*OnlineFreeWithdrawCreditResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineFreeWithdrawCreditResponse.ProtoReflect.Descriptor instead.

func (*OnlineFreeWithdrawCreditResponse) GetCode

func (*OnlineFreeWithdrawCreditResponse) GetCredit

func (x *OnlineFreeWithdrawCreditResponse) GetCredit() int64

func (*OnlineFreeWithdrawCreditResponse) GetGiftCredit

func (x *OnlineFreeWithdrawCreditResponse) GetGiftCredit() int64

func (*OnlineFreeWithdrawCreditResponse) GetPropList

func (x *OnlineFreeWithdrawCreditResponse) GetPropList() []*Prop

func (*OnlineFreeWithdrawCreditResponse) ProtoMessage

func (*OnlineFreeWithdrawCreditResponse) ProtoMessage()

func (*OnlineFreeWithdrawCreditResponse) ProtoReflect

func (*OnlineFreeWithdrawCreditResponse) Reset

func (*OnlineFreeWithdrawCreditResponse) String

type OnlineInviteAwardPush

type OnlineInviteAwardPush struct {
	// contains filtered or unexported fields
}

邀请系统奖励推送

func (*OnlineInviteAwardPush) Descriptor deprecated

func (*OnlineInviteAwardPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineInviteAwardPush.ProtoReflect.Descriptor instead.

func (*OnlineInviteAwardPush) ProtoMessage

func (*OnlineInviteAwardPush) ProtoMessage()

func (*OnlineInviteAwardPush) ProtoReflect

func (x *OnlineInviteAwardPush) ProtoReflect() protoreflect.Message

func (*OnlineInviteAwardPush) Reset

func (x *OnlineInviteAwardPush) Reset()

func (*OnlineInviteAwardPush) String

func (x *OnlineInviteAwardPush) String() string

type OnlineMailsPush

type OnlineMailsPush struct {
	// contains filtered or unexported fields
}

OnlineMailsPush 收到新邮件

func (*OnlineMailsPush) Descriptor deprecated

func (*OnlineMailsPush) Descriptor() ([]byte, []int)

Deprecated: Use OnlineMailsPush.ProtoReflect.Descriptor instead.

func (*OnlineMailsPush) ProtoMessage

func (*OnlineMailsPush) ProtoMessage()

func (*OnlineMailsPush) ProtoReflect

func (x *OnlineMailsPush) ProtoReflect() protoreflect.Message

func (*OnlineMailsPush) Reset

func (x *OnlineMailsPush) Reset()

func (*OnlineMailsPush) String

func (x *OnlineMailsPush) String() string

type OnlinePropChangePush

type OnlinePropChangePush struct {
	PropList []*Prop `protobuf:"bytes,1,rep,name=PropList,proto3" json:"PropList,omitempty"` // 道具列表
	// contains filtered or unexported fields
}

道具变化推送 413

func (*OnlinePropChangePush) Descriptor deprecated

func (*OnlinePropChangePush) Descriptor() ([]byte, []int)

Deprecated: Use OnlinePropChangePush.ProtoReflect.Descriptor instead.

func (*OnlinePropChangePush) GetPropList

func (x *OnlinePropChangePush) GetPropList() []*Prop

func (*OnlinePropChangePush) ProtoMessage

func (*OnlinePropChangePush) ProtoMessage()

func (*OnlinePropChangePush) ProtoReflect

func (x *OnlinePropChangePush) ProtoReflect() protoreflect.Message

func (*OnlinePropChangePush) Reset

func (x *OnlinePropChangePush) Reset()

func (*OnlinePropChangePush) String

func (x *OnlinePropChangePush) String() string

type OnlineQueryInviteRecordListRequest

type OnlineQueryInviteRecordListRequest struct {
	// contains filtered or unexported fields
}

邀请系统查询奖励记录列表

func (*OnlineQueryInviteRecordListRequest) Descriptor deprecated

func (*OnlineQueryInviteRecordListRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryInviteRecordListRequest.ProtoReflect.Descriptor instead.

func (*OnlineQueryInviteRecordListRequest) ProtoMessage

func (*OnlineQueryInviteRecordListRequest) ProtoMessage()

func (*OnlineQueryInviteRecordListRequest) ProtoReflect

func (*OnlineQueryInviteRecordListRequest) Reset

func (*OnlineQueryInviteRecordListRequest) String

type OnlineQueryInviteRecordListResponse

type OnlineQueryInviteRecordListResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"RegisterAwardList"
	RegisterAwardList []*InviteAwardItem `protobuf:"bytes,2,rep,name=RegisterAwardList,proto3" json:"RegisterAwardList,omitempty"` // 注册奖励记录
	// @inject_tag: json:"PaymentAwardList"
	PaymentAwardList []*InviteAwardItem `protobuf:"bytes,3,rep,name=PaymentAwardList,proto3" json:"PaymentAwardList,omitempty"` // 充值奖励记录
	// contains filtered or unexported fields
}

func (*OnlineQueryInviteRecordListResponse) Descriptor deprecated

func (*OnlineQueryInviteRecordListResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryInviteRecordListResponse.ProtoReflect.Descriptor instead.

func (*OnlineQueryInviteRecordListResponse) GetCode

func (*OnlineQueryInviteRecordListResponse) GetPaymentAwardList

func (x *OnlineQueryInviteRecordListResponse) GetPaymentAwardList() []*InviteAwardItem

func (*OnlineQueryInviteRecordListResponse) GetRegisterAwardList

func (x *OnlineQueryInviteRecordListResponse) GetRegisterAwardList() []*InviteAwardItem

func (*OnlineQueryInviteRecordListResponse) ProtoMessage

func (*OnlineQueryInviteRecordListResponse) ProtoMessage()

func (*OnlineQueryInviteRecordListResponse) ProtoReflect

func (*OnlineQueryInviteRecordListResponse) Reset

func (*OnlineQueryInviteRecordListResponse) String

type OnlineQueryInviteStatusRequest

type OnlineQueryInviteStatusRequest struct {
	// contains filtered or unexported fields
}

邀请系统查询状态

func (*OnlineQueryInviteStatusRequest) Descriptor deprecated

func (*OnlineQueryInviteStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryInviteStatusRequest.ProtoReflect.Descriptor instead.

func (*OnlineQueryInviteStatusRequest) ProtoMessage

func (*OnlineQueryInviteStatusRequest) ProtoMessage()

func (*OnlineQueryInviteStatusRequest) ProtoReflect

func (*OnlineQueryInviteStatusRequest) Reset

func (x *OnlineQueryInviteStatusRequest) Reset()

func (*OnlineQueryInviteStatusRequest) String

type OnlineQueryInviteStatusResponse

type OnlineQueryInviteStatusResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"InviteOpen"
	InviteOpen bool `protobuf:"varint,2,opt,name=InviteOpen,proto3" json:"InviteOpen,omitempty"` // 邀请奖励功能是否开启
	// @inject_tag: json:"CommissionOpen"
	CommissionOpen bool `protobuf:"varint,3,opt,name=CommissionOpen,proto3" json:"CommissionOpen,omitempty"` // 充值返利功能是否开启
	// @inject_tag: json:"ActivateCoin"
	ActivateCoin []int64 `protobuf:"varint,4,rep,packed,name=ActivateCoin,proto3" json:"ActivateCoin,omitempty"` // 激活奖励金额(x10000)
	// @inject_tag: json:"PaymentRate"
	PaymentRate []int64 `protobuf:"varint,5,rep,packed,name=PaymentRate,proto3" json:"PaymentRate,omitempty"` // 充值返利比例(x100)
	// @inject_tag: json:"TotalCoin"
	TotalCoin int64 `protobuf:"varint,6,opt,name=TotalCoin,proto3" json:"TotalCoin,omitempty"` // 累计获得奖励数量(x10000)
	// @inject_tag: json:"LockedCoin"
	LockedCoin int64 `protobuf:"varint,7,opt,name=LockedCoin,proto3" json:"LockedCoin,omitempty"` // 锁定的不可提现奖励数量(x10000)
	// @inject_tag: json:"WithdrawableCoin"
	WithdrawableCoin int64 `protobuf:"varint,8,opt,name=WithdrawableCoin,proto3" json:"WithdrawableCoin,omitempty"` // 没锁定的可提现数量(x10000)
	// contains filtered or unexported fields
}

func (*OnlineQueryInviteStatusResponse) Descriptor deprecated

func (*OnlineQueryInviteStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryInviteStatusResponse.ProtoReflect.Descriptor instead.

func (*OnlineQueryInviteStatusResponse) GetActivateCoin

func (x *OnlineQueryInviteStatusResponse) GetActivateCoin() []int64

func (*OnlineQueryInviteStatusResponse) GetCode

func (*OnlineQueryInviteStatusResponse) GetCommissionOpen

func (x *OnlineQueryInviteStatusResponse) GetCommissionOpen() bool

func (*OnlineQueryInviteStatusResponse) GetInviteOpen

func (x *OnlineQueryInviteStatusResponse) GetInviteOpen() bool

func (*OnlineQueryInviteStatusResponse) GetLockedCoin

func (x *OnlineQueryInviteStatusResponse) GetLockedCoin() int64

func (*OnlineQueryInviteStatusResponse) GetPaymentRate

func (x *OnlineQueryInviteStatusResponse) GetPaymentRate() []int64

func (*OnlineQueryInviteStatusResponse) GetTotalCoin

func (x *OnlineQueryInviteStatusResponse) GetTotalCoin() int64

func (*OnlineQueryInviteStatusResponse) GetWithdrawableCoin

func (x *OnlineQueryInviteStatusResponse) GetWithdrawableCoin() int64

func (*OnlineQueryInviteStatusResponse) ProtoMessage

func (*OnlineQueryInviteStatusResponse) ProtoMessage()

func (*OnlineQueryInviteStatusResponse) ProtoReflect

func (*OnlineQueryInviteStatusResponse) Reset

func (*OnlineQueryInviteStatusResponse) String

type OnlineQueryMailsRequest

type OnlineQueryMailsRequest struct {
	// contains filtered or unexported fields
}

OnlineQueryMailsRequest 查询邮件列表请求

func (*OnlineQueryMailsRequest) Descriptor deprecated

func (*OnlineQueryMailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryMailsRequest.ProtoReflect.Descriptor instead.

func (*OnlineQueryMailsRequest) ProtoMessage

func (*OnlineQueryMailsRequest) ProtoMessage()

func (*OnlineQueryMailsRequest) ProtoReflect

func (x *OnlineQueryMailsRequest) ProtoReflect() protoreflect.Message

func (*OnlineQueryMailsRequest) Reset

func (x *OnlineQueryMailsRequest) Reset()

func (*OnlineQueryMailsRequest) String

func (x *OnlineQueryMailsRequest) String() string

type OnlineQueryMailsResponse

type OnlineQueryMailsResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"MailList"
	MailList []*MailItem `protobuf:"bytes,2,rep,name=MailList,proto3" json:"MailList,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineQueryMailsResponse) Descriptor deprecated

func (*OnlineQueryMailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryMailsResponse.ProtoReflect.Descriptor instead.

func (*OnlineQueryMailsResponse) GetCode

func (x *OnlineQueryMailsResponse) GetCode() int64

func (*OnlineQueryMailsResponse) GetMailList

func (x *OnlineQueryMailsResponse) GetMailList() []*MailItem

func (*OnlineQueryMailsResponse) ProtoMessage

func (*OnlineQueryMailsResponse) ProtoMessage()

func (*OnlineQueryMailsResponse) ProtoReflect

func (x *OnlineQueryMailsResponse) ProtoReflect() protoreflect.Message

func (*OnlineQueryMailsResponse) Reset

func (x *OnlineQueryMailsResponse) Reset()

func (*OnlineQueryMailsResponse) String

func (x *OnlineQueryMailsResponse) String() string

type OnlineQueryShopAdderRequest

type OnlineQueryShopAdderRequest struct {
	// contains filtered or unexported fields
}

查询商城特惠商品状态请求 1171

func (*OnlineQueryShopAdderRequest) Descriptor deprecated

func (*OnlineQueryShopAdderRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryShopAdderRequest.ProtoReflect.Descriptor instead.

func (*OnlineQueryShopAdderRequest) ProtoMessage

func (*OnlineQueryShopAdderRequest) ProtoMessage()

func (*OnlineQueryShopAdderRequest) ProtoReflect

func (*OnlineQueryShopAdderRequest) Reset

func (x *OnlineQueryShopAdderRequest) Reset()

func (*OnlineQueryShopAdderRequest) String

func (x *OnlineQueryShopAdderRequest) String() string

type OnlineQueryShopAdderResponse

type OnlineQueryShopAdderResponse struct {
	Code          int64          `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	ShopAdderData *ShopAdderData `protobuf:"bytes,2,opt,name=ShopAdderData,proto3" json:"ShopAdderData,omitempty"` // 商城特惠商品状态
	// contains filtered or unexported fields
}

查询商城特惠商品状态响应 1181

func (*OnlineQueryShopAdderResponse) Descriptor deprecated

func (*OnlineQueryShopAdderResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineQueryShopAdderResponse.ProtoReflect.Descriptor instead.

func (*OnlineQueryShopAdderResponse) GetCode

func (x *OnlineQueryShopAdderResponse) GetCode() int64

func (*OnlineQueryShopAdderResponse) GetShopAdderData

func (x *OnlineQueryShopAdderResponse) GetShopAdderData() *ShopAdderData

func (*OnlineQueryShopAdderResponse) ProtoMessage

func (*OnlineQueryShopAdderResponse) ProtoMessage()

func (*OnlineQueryShopAdderResponse) ProtoReflect

func (*OnlineQueryShopAdderResponse) Reset

func (x *OnlineQueryShopAdderResponse) Reset()

func (*OnlineQueryShopAdderResponse) String

type OnlineReadMailsRequest

type OnlineReadMailsRequest struct {
	IDList []int64 `protobuf:"varint,1,rep,packed,name=IDList,proto3" json:"IDList,omitempty"`
	// contains filtered or unexported fields
}

OnlineReadMailsRequest 查看邮件列表请求

func (*OnlineReadMailsRequest) Descriptor deprecated

func (*OnlineReadMailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineReadMailsRequest.ProtoReflect.Descriptor instead.

func (*OnlineReadMailsRequest) GetIDList

func (x *OnlineReadMailsRequest) GetIDList() []int64

func (*OnlineReadMailsRequest) ProtoMessage

func (*OnlineReadMailsRequest) ProtoMessage()

func (*OnlineReadMailsRequest) ProtoReflect

func (x *OnlineReadMailsRequest) ProtoReflect() protoreflect.Message

func (*OnlineReadMailsRequest) Reset

func (x *OnlineReadMailsRequest) Reset()

func (*OnlineReadMailsRequest) String

func (x *OnlineReadMailsRequest) String() string

type OnlineReadMailsResponse

type OnlineReadMailsResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"MailList"
	MailList []*MailItem `protobuf:"bytes,2,rep,name=MailList,proto3" json:"MailList,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineReadMailsResponse) Descriptor deprecated

func (*OnlineReadMailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineReadMailsResponse.ProtoReflect.Descriptor instead.

func (*OnlineReadMailsResponse) GetCode

func (x *OnlineReadMailsResponse) GetCode() int64

func (*OnlineReadMailsResponse) GetMailList

func (x *OnlineReadMailsResponse) GetMailList() []*MailItem

func (*OnlineReadMailsResponse) ProtoMessage

func (*OnlineReadMailsResponse) ProtoMessage()

func (*OnlineReadMailsResponse) ProtoReflect

func (x *OnlineReadMailsResponse) ProtoReflect() protoreflect.Message

func (*OnlineReadMailsResponse) Reset

func (x *OnlineReadMailsResponse) Reset()

func (*OnlineReadMailsResponse) String

func (x *OnlineReadMailsResponse) String() string

type OnlineSetUserRequest

type OnlineSetUserRequest struct {
	User *User `protobuf:"bytes,1,opt,name=User,proto3" json:"User,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineSetUserRequest) Descriptor deprecated

func (*OnlineSetUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineSetUserRequest.ProtoReflect.Descriptor instead.

func (*OnlineSetUserRequest) GetUser

func (x *OnlineSetUserRequest) GetUser() *User

func (*OnlineSetUserRequest) ProtoMessage

func (*OnlineSetUserRequest) ProtoMessage()

func (*OnlineSetUserRequest) ProtoReflect

func (x *OnlineSetUserRequest) ProtoReflect() protoreflect.Message

func (*OnlineSetUserRequest) Reset

func (x *OnlineSetUserRequest) Reset()

func (*OnlineSetUserRequest) String

func (x *OnlineSetUserRequest) String() string

type OnlineSetUserResponse

type OnlineSetUserResponse struct {
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	User *User `protobuf:"bytes,2,opt,name=User,proto3" json:"User,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineSetUserResponse) Descriptor deprecated

func (*OnlineSetUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineSetUserResponse.ProtoReflect.Descriptor instead.

func (*OnlineSetUserResponse) GetCode

func (x *OnlineSetUserResponse) GetCode() int64

func (*OnlineSetUserResponse) GetUser

func (x *OnlineSetUserResponse) GetUser() *User

func (*OnlineSetUserResponse) ProtoMessage

func (*OnlineSetUserResponse) ProtoMessage()

func (*OnlineSetUserResponse) ProtoReflect

func (x *OnlineSetUserResponse) ProtoReflect() protoreflect.Message

func (*OnlineSetUserResponse) Reset

func (x *OnlineSetUserResponse) Reset()

func (*OnlineSetUserResponse) String

func (x *OnlineSetUserResponse) String() string

type OnlineUpdateInviterRequest

type OnlineUpdateInviterRequest struct {

	// @inject_tag: json:"DirectUID"
	DirectUID int64 `protobuf:"varint,1,opt,name=DirectUID,proto3" json:"DirectUID,omitempty"` // 直接上线ID
	// @inject_tag: json:"IntervalUID"
	IntervalUID int64 `protobuf:"varint,2,opt,name=IntervalUID,proto3" json:"IntervalUID,omitempty"` // 上线的上线ID
	// contains filtered or unexported fields
}

邀请系统更新上线玩家

func (*OnlineUpdateInviterRequest) Descriptor deprecated

func (*OnlineUpdateInviterRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineUpdateInviterRequest.ProtoReflect.Descriptor instead.

func (*OnlineUpdateInviterRequest) GetDirectUID

func (x *OnlineUpdateInviterRequest) GetDirectUID() int64

func (*OnlineUpdateInviterRequest) GetIntervalUID

func (x *OnlineUpdateInviterRequest) GetIntervalUID() int64

func (*OnlineUpdateInviterRequest) ProtoMessage

func (*OnlineUpdateInviterRequest) ProtoMessage()

func (*OnlineUpdateInviterRequest) ProtoReflect

func (*OnlineUpdateInviterRequest) Reset

func (x *OnlineUpdateInviterRequest) Reset()

func (*OnlineUpdateInviterRequest) String

func (x *OnlineUpdateInviterRequest) String() string

type OnlineUpdateInviterResponse

type OnlineUpdateInviterResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineUpdateInviterResponse) Descriptor deprecated

func (*OnlineUpdateInviterResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineUpdateInviterResponse.ProtoReflect.Descriptor instead.

func (*OnlineUpdateInviterResponse) GetCode

func (x *OnlineUpdateInviterResponse) GetCode() int64

func (*OnlineUpdateInviterResponse) ProtoMessage

func (*OnlineUpdateInviterResponse) ProtoMessage()

func (*OnlineUpdateInviterResponse) ProtoReflect

func (*OnlineUpdateInviterResponse) Reset

func (x *OnlineUpdateInviterResponse) Reset()

func (*OnlineUpdateInviterResponse) String

func (x *OnlineUpdateInviterResponse) String() string

type OnlineUpdateNetworkPromotionRequest

type OnlineUpdateNetworkPromotionRequest struct {
	NetworkPromotion string `protobuf:"bytes,1,opt,name=NetworkPromotion,proto3" json:"NetworkPromotion,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineUpdateNetworkPromotionRequest) Descriptor deprecated

func (*OnlineUpdateNetworkPromotionRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineUpdateNetworkPromotionRequest.ProtoReflect.Descriptor instead.

func (*OnlineUpdateNetworkPromotionRequest) GetNetworkPromotion

func (x *OnlineUpdateNetworkPromotionRequest) GetNetworkPromotion() string

func (*OnlineUpdateNetworkPromotionRequest) ProtoMessage

func (*OnlineUpdateNetworkPromotionRequest) ProtoMessage()

func (*OnlineUpdateNetworkPromotionRequest) ProtoReflect

func (*OnlineUpdateNetworkPromotionRequest) Reset

func (*OnlineUpdateNetworkPromotionRequest) String

type OnlineUpdateNetworkPromotionResponse

type OnlineUpdateNetworkPromotionResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"TagHub"
	TagHub string `protobuf:"bytes,2,opt,name=TagHub,proto3" json:"TagHub,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineUpdateNetworkPromotionResponse) Descriptor deprecated

func (*OnlineUpdateNetworkPromotionResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineUpdateNetworkPromotionResponse.ProtoReflect.Descriptor instead.

func (*OnlineUpdateNetworkPromotionResponse) GetCode

func (*OnlineUpdateNetworkPromotionResponse) GetTagHub

func (*OnlineUpdateNetworkPromotionResponse) ProtoMessage

func (*OnlineUpdateNetworkPromotionResponse) ProtoMessage()

func (*OnlineUpdateNetworkPromotionResponse) ProtoReflect

func (*OnlineUpdateNetworkPromotionResponse) Reset

func (*OnlineUpdateNetworkPromotionResponse) String

type OnlineWatchAdRequest

type OnlineWatchAdRequest struct {
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineWatchAdRequest) Descriptor deprecated

func (*OnlineWatchAdRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnlineWatchAdRequest.ProtoReflect.Descriptor instead.

func (*OnlineWatchAdRequest) GetType

func (x *OnlineWatchAdRequest) GetType() string

func (*OnlineWatchAdRequest) ProtoMessage

func (*OnlineWatchAdRequest) ProtoMessage()

func (*OnlineWatchAdRequest) ProtoReflect

func (x *OnlineWatchAdRequest) ProtoReflect() protoreflect.Message

func (*OnlineWatchAdRequest) Reset

func (x *OnlineWatchAdRequest) Reset()

func (*OnlineWatchAdRequest) String

func (x *OnlineWatchAdRequest) String() string

type OnlineWatchAdResponse

type OnlineWatchAdResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineWatchAdResponse) Descriptor deprecated

func (*OnlineWatchAdResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnlineWatchAdResponse.ProtoReflect.Descriptor instead.

func (*OnlineWatchAdResponse) GetCode

func (x *OnlineWatchAdResponse) GetCode() int64

func (*OnlineWatchAdResponse) ProtoMessage

func (*OnlineWatchAdResponse) ProtoMessage()

func (*OnlineWatchAdResponse) ProtoReflect

func (x *OnlineWatchAdResponse) ProtoReflect() protoreflect.Message

func (*OnlineWatchAdResponse) Reset

func (x *OnlineWatchAdResponse) Reset()

func (*OnlineWatchAdResponse) String

func (x *OnlineWatchAdResponse) String() string

type OnlineWeeklyDealsConfig

type OnlineWeeklyDealsConfig struct {
	Duration  int64 `protobuf:"varint,1,opt,name=Duration,proto3" json:"Duration,omitempty"`
	ResetTime int64 `protobuf:"varint,2,opt,name=ResetTime,proto3" json:"ResetTime,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineWeeklyDealsConfig) Descriptor deprecated

func (*OnlineWeeklyDealsConfig) Descriptor() ([]byte, []int)

Deprecated: Use OnlineWeeklyDealsConfig.ProtoReflect.Descriptor instead.

func (*OnlineWeeklyDealsConfig) GetDuration

func (x *OnlineWeeklyDealsConfig) GetDuration() int64

func (*OnlineWeeklyDealsConfig) GetResetTime

func (x *OnlineWeeklyDealsConfig) GetResetTime() int64

func (*OnlineWeeklyDealsConfig) ProtoMessage

func (*OnlineWeeklyDealsConfig) ProtoMessage()

func (*OnlineWeeklyDealsConfig) ProtoReflect

func (x *OnlineWeeklyDealsConfig) ProtoReflect() protoreflect.Message

func (*OnlineWeeklyDealsConfig) Reset

func (x *OnlineWeeklyDealsConfig) Reset()

func (*OnlineWeeklyDealsConfig) String

func (x *OnlineWeeklyDealsConfig) String() string

type OptGameConfig

type OptGameConfig struct {
	GameConfigItems    []*GameConfigItem    `protobuf:"bytes,1,rep,name=GameConfigItems,proto3" json:"GameConfigItems,omitempty"`
	PayTypeConfigItems []*PayTypeConfigItem `protobuf:"bytes,2,rep,name=PayTypeConfigItems,proto3" json:"PayTypeConfigItems,omitempty"`
	// contains filtered or unexported fields
}

func (*OptGameConfig) Descriptor deprecated

func (*OptGameConfig) Descriptor() ([]byte, []int)

Deprecated: Use OptGameConfig.ProtoReflect.Descriptor instead.

func (*OptGameConfig) GetGameConfigItems

func (x *OptGameConfig) GetGameConfigItems() []*GameConfigItem

func (*OptGameConfig) GetPayTypeConfigItems

func (x *OptGameConfig) GetPayTypeConfigItems() []*PayTypeConfigItem

func (*OptGameConfig) ProtoMessage

func (*OptGameConfig) ProtoMessage()

func (*OptGameConfig) ProtoReflect

func (x *OptGameConfig) ProtoReflect() protoreflect.Message

func (*OptGameConfig) Reset

func (x *OptGameConfig) Reset()

func (*OptGameConfig) String

func (x *OptGameConfig) String() string

type PayType

type PayType struct {

	// @inject_tag: json:"Type"
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` // 付款平台 "Pix" "Google"
	// @inject_tag: json:"ItemList"
	ItemList []*ShopItem `protobuf:"bytes,2,rep,name=ItemList,proto3" json:"ItemList,omitempty"` // 商城物品
	// contains filtered or unexported fields
}

PayType 支付方式

func (*PayType) Descriptor deprecated

func (*PayType) Descriptor() ([]byte, []int)

Deprecated: Use PayType.ProtoReflect.Descriptor instead.

func (*PayType) GetItemList

func (x *PayType) GetItemList() []*ShopItem

func (*PayType) GetType

func (x *PayType) GetType() string

func (*PayType) ProtoMessage

func (*PayType) ProtoMessage()

func (*PayType) ProtoReflect

func (x *PayType) ProtoReflect() protoreflect.Message

func (*PayType) Reset

func (x *PayType) Reset()

func (*PayType) String

func (x *PayType) String() string

type PayTypeConfigItem

type PayTypeConfigItem struct {
	ID             int64   `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	RechargeAmount []int64 `protobuf:"varint,2,rep,packed,name=RechargeAmount,proto3" json:"RechargeAmount,omitempty"`
	BetCarryLimit  int64   `protobuf:"varint,3,opt,name=BetCarryLimit,proto3" json:"BetCarryLimit,omitempty"`
	// contains filtered or unexported fields
}

func (*PayTypeConfigItem) Descriptor deprecated

func (*PayTypeConfigItem) Descriptor() ([]byte, []int)

Deprecated: Use PayTypeConfigItem.ProtoReflect.Descriptor instead.

func (*PayTypeConfigItem) GetBetCarryLimit

func (x *PayTypeConfigItem) GetBetCarryLimit() int64

func (*PayTypeConfigItem) GetID

func (x *PayTypeConfigItem) GetID() int64

func (*PayTypeConfigItem) GetRechargeAmount

func (x *PayTypeConfigItem) GetRechargeAmount() []int64

func (*PayTypeConfigItem) ProtoMessage

func (*PayTypeConfigItem) ProtoMessage()

func (*PayTypeConfigItem) ProtoReflect

func (x *PayTypeConfigItem) ProtoReflect() protoreflect.Message

func (*PayTypeConfigItem) Reset

func (x *PayTypeConfigItem) Reset()

func (*PayTypeConfigItem) String

func (x *PayTypeConfigItem) String() string

type PaymentCreateOrderPush

type PaymentCreateOrderPush struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"PayURL"
	PayURL string `protobuf:"bytes,2,opt,name=PayURL,proto3" json:"PayURL,omitempty"` // 支付链接
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,3,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 支付订单ID
	// @inject_tag: json:"Platform"
	Platform string `protobuf:"bytes,4,opt,name=Platform,proto3" json:"Platform,omitempty"` // 支付平台
	// @inject_tag: json:"External"
	External bool `protobuf:"varint,5,opt,name=External,proto3" json:"External,omitempty"` // 是否使用外部浏览器
	// @inject_tag: json:"NotifyURL"
	NotifyURL string `protobuf:"bytes,6,opt,name=NotifyURL,proto3" json:"NotifyURL,omitempty"` // 回调链接
	// @inject_tag: json:"QRData"
	QRData string `protobuf:"bytes,7,opt,name=QRData,proto3" json:"QRData,omitempty"` // 二维码数据
	// @inject_tag: json:"PixData"
	PixData string `protobuf:"bytes,8,opt,name=PixData,proto3" json:"PixData,omitempty"` // Pix支付数据
	// @inject_tag: json:"UseQR"
	UseQR bool `protobuf:"varint,9,opt,name=UseQR,proto3" json:"UseQR,omitempty"` // 是否使用二维码支付
	// @inject_tag: json:"ExpireTime"
	ExpireTime int64 `protobuf:"varint,10,opt,name=ExpireTime,proto3" json:"ExpireTime,omitempty"` // 过期时间
	// contains filtered or unexported fields
}

func (*PaymentCreateOrderPush) Descriptor deprecated

func (*PaymentCreateOrderPush) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCreateOrderPush.ProtoReflect.Descriptor instead.

func (*PaymentCreateOrderPush) GetCode

func (x *PaymentCreateOrderPush) GetCode() int64

func (*PaymentCreateOrderPush) GetExpireTime

func (x *PaymentCreateOrderPush) GetExpireTime() int64

func (*PaymentCreateOrderPush) GetExternal

func (x *PaymentCreateOrderPush) GetExternal() bool

func (*PaymentCreateOrderPush) GetNotifyURL

func (x *PaymentCreateOrderPush) GetNotifyURL() string

func (*PaymentCreateOrderPush) GetOrderID

func (x *PaymentCreateOrderPush) GetOrderID() string

func (*PaymentCreateOrderPush) GetPayURL

func (x *PaymentCreateOrderPush) GetPayURL() string

func (*PaymentCreateOrderPush) GetPixData

func (x *PaymentCreateOrderPush) GetPixData() string

func (*PaymentCreateOrderPush) GetPlatform

func (x *PaymentCreateOrderPush) GetPlatform() string

func (*PaymentCreateOrderPush) GetQRData

func (x *PaymentCreateOrderPush) GetQRData() string

func (*PaymentCreateOrderPush) GetUseQR

func (x *PaymentCreateOrderPush) GetUseQR() bool

func (*PaymentCreateOrderPush) ProtoMessage

func (*PaymentCreateOrderPush) ProtoMessage()

func (*PaymentCreateOrderPush) ProtoReflect

func (x *PaymentCreateOrderPush) ProtoReflect() protoreflect.Message

func (*PaymentCreateOrderPush) Reset

func (x *PaymentCreateOrderPush) Reset()

func (*PaymentCreateOrderPush) String

func (x *PaymentCreateOrderPush) String() string

type PaymentCreateOrderRequest

type PaymentCreateOrderRequest struct {

	// @inject_tag: json:"PackageName"
	PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"` // 包名
	// @inject_tag: json:"Channel"
	Channel string `protobuf:"bytes,2,opt,name=Channel,proto3" json:"Channel,omitempty"` // 渠道
	// @inject_tag: json:"Entry"
	Entry string `protobuf:"bytes,3,opt,name=Entry,proto3" json:"Entry,omitempty"` // 支付场景
	// @inject_tag: json:"Type"
	Type string `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"` // 付款方式(Google,Pix)
	// @inject_tag: json:"GoodsID"
	GoodsID string `protobuf:"bytes,5,opt,name=GoodsID,proto3" json:"GoodsID,omitempty"` // 商品ID
	// @inject_tag: json:"Extra"
	Extra string `protobuf:"bytes,6,opt,name=Extra,proto3" json:"Extra,omitempty"` // 附加信息
	// @inject_tag: json:"Source"
	Source string `protobuf:"bytes,7,opt,name=Source,proto3" json:"Source,omitempty"` // 支付环境
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,8,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 订单ID
	// contains filtered or unexported fields
}

PaymentCreateOrderRequest 三方支付下单请求

func (*PaymentCreateOrderRequest) Descriptor deprecated

func (*PaymentCreateOrderRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCreateOrderRequest.ProtoReflect.Descriptor instead.

func (*PaymentCreateOrderRequest) GetChannel

func (x *PaymentCreateOrderRequest) GetChannel() string

func (*PaymentCreateOrderRequest) GetEntry

func (x *PaymentCreateOrderRequest) GetEntry() string

func (*PaymentCreateOrderRequest) GetExtra

func (x *PaymentCreateOrderRequest) GetExtra() string

func (*PaymentCreateOrderRequest) GetGoodsID

func (x *PaymentCreateOrderRequest) GetGoodsID() string

func (*PaymentCreateOrderRequest) GetOrderID

func (x *PaymentCreateOrderRequest) GetOrderID() string

func (*PaymentCreateOrderRequest) GetPackageName

func (x *PaymentCreateOrderRequest) GetPackageName() string

func (*PaymentCreateOrderRequest) GetSource

func (x *PaymentCreateOrderRequest) GetSource() string

func (*PaymentCreateOrderRequest) GetType

func (x *PaymentCreateOrderRequest) GetType() string

func (*PaymentCreateOrderRequest) ProtoMessage

func (*PaymentCreateOrderRequest) ProtoMessage()

func (*PaymentCreateOrderRequest) ProtoReflect

func (*PaymentCreateOrderRequest) Reset

func (x *PaymentCreateOrderRequest) Reset()

func (*PaymentCreateOrderRequest) String

func (x *PaymentCreateOrderRequest) String() string

type PaymentCreateOrderResponse

type PaymentCreateOrderResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentCreateOrderResponse) Descriptor deprecated

func (*PaymentCreateOrderResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCreateOrderResponse.ProtoReflect.Descriptor instead.

func (*PaymentCreateOrderResponse) GetCode

func (x *PaymentCreateOrderResponse) GetCode() int64

func (*PaymentCreateOrderResponse) ProtoMessage

func (*PaymentCreateOrderResponse) ProtoMessage()

func (*PaymentCreateOrderResponse) ProtoReflect

func (*PaymentCreateOrderResponse) Reset

func (x *PaymentCreateOrderResponse) Reset()

func (*PaymentCreateOrderResponse) String

func (x *PaymentCreateOrderResponse) String() string

type PaymentCustomCreateOrderRequest

type PaymentCustomCreateOrderRequest struct {

	// @inject_tag: json:"PackageName"
	PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"` // 包名
	// @inject_tag: json:"Channel"
	Channel string `protobuf:"bytes,2,opt,name=Channel,proto3" json:"Channel,omitempty"` // 渠道
	// @inject_tag: json:"Entry"
	Entry string `protobuf:"bytes,3,opt,name=Entry,proto3" json:"Entry,omitempty"` // 支付场景
	// @inject_tag: json:"Type"
	Type string `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"` // 付款方式(Google,Pix,CashApp)
	// @inject_tag: json:"GoodsID"
	Pay int64 `protobuf:"varint,5,opt,name=Pay,proto3" json:"Pay,omitempty"` // 支付金额(*10000)
	// @inject_tag: json:"Extra"
	Extra string `protobuf:"bytes,6,opt,name=Extra,proto3" json:"Extra,omitempty"` // 附加信息
	// @inject_tag: json:"Source"
	Source string `protobuf:"bytes,7,opt,name=Source,proto3" json:"Source,omitempty"` // 支付环境
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,8,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 订单ID
	// contains filtered or unexported fields
}

PaymentCustomCreateOrderRequest 三方自定义支付下单请求

func (*PaymentCustomCreateOrderRequest) Descriptor deprecated

func (*PaymentCustomCreateOrderRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCustomCreateOrderRequest.ProtoReflect.Descriptor instead.

func (*PaymentCustomCreateOrderRequest) GetChannel

func (x *PaymentCustomCreateOrderRequest) GetChannel() string

func (*PaymentCustomCreateOrderRequest) GetEntry

func (*PaymentCustomCreateOrderRequest) GetExtra

func (*PaymentCustomCreateOrderRequest) GetOrderID

func (x *PaymentCustomCreateOrderRequest) GetOrderID() string

func (*PaymentCustomCreateOrderRequest) GetPackageName

func (x *PaymentCustomCreateOrderRequest) GetPackageName() string

func (*PaymentCustomCreateOrderRequest) GetPay

func (*PaymentCustomCreateOrderRequest) GetSource

func (x *PaymentCustomCreateOrderRequest) GetSource() string

func (*PaymentCustomCreateOrderRequest) GetType

func (*PaymentCustomCreateOrderRequest) ProtoMessage

func (*PaymentCustomCreateOrderRequest) ProtoMessage()

func (*PaymentCustomCreateOrderRequest) ProtoReflect

func (*PaymentCustomCreateOrderRequest) Reset

func (*PaymentCustomCreateOrderRequest) String

type PaymentCustomCreateOrderResponse

type PaymentCustomCreateOrderResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentCustomCreateOrderResponse) Descriptor deprecated

func (*PaymentCustomCreateOrderResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentCustomCreateOrderResponse.ProtoReflect.Descriptor instead.

func (*PaymentCustomCreateOrderResponse) GetCode

func (*PaymentCustomCreateOrderResponse) ProtoMessage

func (*PaymentCustomCreateOrderResponse) ProtoMessage()

func (*PaymentCustomCreateOrderResponse) ProtoReflect

func (*PaymentCustomCreateOrderResponse) Reset

func (*PaymentCustomCreateOrderResponse) String

type PaymentOrderIDRequest

type PaymentOrderIDRequest struct {

	// @inject_tag: json:"PackageName"
	PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"` // 包名
	// @inject_tag: json:"Channel"
	Channel string `protobuf:"bytes,2,opt,name=Channel,proto3" json:"Channel,omitempty"` // 渠道
	// @inject_tag: json:"Entry"
	Entry string `protobuf:"bytes,3,opt,name=Entry,proto3" json:"Entry,omitempty"` // 支付场景(Bankrupt-破产,Prop-道具加成,Normal-商城与首冲)
	// @inject_tag: json:"Source"
	Source string `protobuf:"bytes,4,opt,name=Source,proto3" json:"Source,omitempty"` // 支付环境
	// @inject_tag: json:"PropID"
	PropID string `protobuf:"bytes,5,opt,name=PropID,proto3" json:"PropID,omitempty"` // 道具ID
	// contains filtered or unexported fields
}

PaymentCreateOrderRequest 生成支付订单ID请求 505

func (*PaymentOrderIDRequest) Descriptor deprecated

func (*PaymentOrderIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentOrderIDRequest.ProtoReflect.Descriptor instead.

func (*PaymentOrderIDRequest) GetChannel

func (x *PaymentOrderIDRequest) GetChannel() string

func (*PaymentOrderIDRequest) GetEntry

func (x *PaymentOrderIDRequest) GetEntry() string

func (*PaymentOrderIDRequest) GetPackageName

func (x *PaymentOrderIDRequest) GetPackageName() string

func (*PaymentOrderIDRequest) GetPropID

func (x *PaymentOrderIDRequest) GetPropID() string

func (*PaymentOrderIDRequest) GetSource

func (x *PaymentOrderIDRequest) GetSource() string

func (*PaymentOrderIDRequest) ProtoMessage

func (*PaymentOrderIDRequest) ProtoMessage()

func (*PaymentOrderIDRequest) ProtoReflect

func (x *PaymentOrderIDRequest) ProtoReflect() protoreflect.Message

func (*PaymentOrderIDRequest) Reset

func (x *PaymentOrderIDRequest) Reset()

func (*PaymentOrderIDRequest) String

func (x *PaymentOrderIDRequest) String() string

type PaymentOrderIDResponse

type PaymentOrderIDResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,2,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 订单ID
	// @inject_tag: json:"Multi"
	Multi int64 `protobuf:"varint,3,opt,name=Multi,proto3" json:"Multi,omitempty"` // 充值倍数(x100)
	// contains filtered or unexported fields
}

PaymentOrderIDResponse 生成支付订单ID响应 557

func (*PaymentOrderIDResponse) Descriptor deprecated

func (*PaymentOrderIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentOrderIDResponse.ProtoReflect.Descriptor instead.

func (*PaymentOrderIDResponse) GetCode

func (x *PaymentOrderIDResponse) GetCode() int64

func (*PaymentOrderIDResponse) GetMulti

func (x *PaymentOrderIDResponse) GetMulti() int64

func (*PaymentOrderIDResponse) GetOrderID

func (x *PaymentOrderIDResponse) GetOrderID() string

func (*PaymentOrderIDResponse) ProtoMessage

func (*PaymentOrderIDResponse) ProtoMessage()

func (*PaymentOrderIDResponse) ProtoReflect

func (x *PaymentOrderIDResponse) ProtoReflect() protoreflect.Message

func (*PaymentOrderIDResponse) Reset

func (x *PaymentOrderIDResponse) Reset()

func (*PaymentOrderIDResponse) String

func (x *PaymentOrderIDResponse) String() string

type PaymentPurchaseRequest

type PaymentPurchaseRequest struct {
	PackageName   string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"`
	Channel       string `protobuf:"bytes,2,opt,name=Channel,proto3" json:"Channel,omitempty"`
	Entry         string `protobuf:"bytes,3,opt,name=Entry,proto3" json:"Entry,omitempty"` // 支付场景
	Type          string `protobuf:"bytes,4,opt,name=Type,proto3" json:"Type,omitempty"`
	GoodsID       string `protobuf:"bytes,5,opt,name=GoodsID,proto3" json:"GoodsID,omitempty"`
	Extra         string `protobuf:"bytes,6,opt,name=Extra,proto3" json:"Extra,omitempty"`
	Source        string `protobuf:"bytes,7,opt,name=Source,proto3" json:"Source,omitempty"`
	OrderID       string `protobuf:"bytes,8,opt,name=OrderID,proto3" json:"OrderID,omitempty"`
	TransactionID string `protobuf:"bytes,9,opt,name=TransactionID,proto3" json:"TransactionID,omitempty"`
	Payload       string `protobuf:"bytes,10,opt,name=Payload,proto3" json:"Payload,omitempty"`
	// contains filtered or unexported fields
}

PaymentPurchaseRequest Google支付发货请求

func (*PaymentPurchaseRequest) Descriptor deprecated

func (*PaymentPurchaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPurchaseRequest.ProtoReflect.Descriptor instead.

func (*PaymentPurchaseRequest) GetChannel

func (x *PaymentPurchaseRequest) GetChannel() string

func (*PaymentPurchaseRequest) GetEntry

func (x *PaymentPurchaseRequest) GetEntry() string

func (*PaymentPurchaseRequest) GetExtra

func (x *PaymentPurchaseRequest) GetExtra() string

func (*PaymentPurchaseRequest) GetGoodsID

func (x *PaymentPurchaseRequest) GetGoodsID() string

func (*PaymentPurchaseRequest) GetOrderID

func (x *PaymentPurchaseRequest) GetOrderID() string

func (*PaymentPurchaseRequest) GetPackageName

func (x *PaymentPurchaseRequest) GetPackageName() string

func (*PaymentPurchaseRequest) GetPayload

func (x *PaymentPurchaseRequest) GetPayload() string

func (*PaymentPurchaseRequest) GetSource

func (x *PaymentPurchaseRequest) GetSource() string

func (*PaymentPurchaseRequest) GetTransactionID

func (x *PaymentPurchaseRequest) GetTransactionID() string

func (*PaymentPurchaseRequest) GetType

func (x *PaymentPurchaseRequest) GetType() string

func (*PaymentPurchaseRequest) ProtoMessage

func (*PaymentPurchaseRequest) ProtoMessage()

func (*PaymentPurchaseRequest) ProtoReflect

func (x *PaymentPurchaseRequest) ProtoReflect() protoreflect.Message

func (*PaymentPurchaseRequest) Reset

func (x *PaymentPurchaseRequest) Reset()

func (*PaymentPurchaseRequest) String

func (x *PaymentPurchaseRequest) String() string

type PaymentPurchaseResponse

type PaymentPurchaseResponse struct {

	// @inject_tag: json:"Code"
	Code          int64  `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	ProductID     string `protobuf:"bytes,2,opt,name=ProductID,proto3" json:"ProductID,omitempty"`
	GoodsID       string `protobuf:"bytes,3,opt,name=GoodsID,proto3" json:"GoodsID,omitempty"`
	SeqID         string `protobuf:"bytes,4,opt,name=SeqID,proto3" json:"SeqID,omitempty"`
	TransactionID string `protobuf:"bytes,5,opt,name=TransactionID,proto3" json:"TransactionID,omitempty"`
	Extra         string `protobuf:"bytes,6,opt,name=Extra,proto3" json:"Extra,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentPurchaseResponse) Descriptor deprecated

func (*PaymentPurchaseResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPurchaseResponse.ProtoReflect.Descriptor instead.

func (*PaymentPurchaseResponse) GetCode

func (x *PaymentPurchaseResponse) GetCode() int64

func (*PaymentPurchaseResponse) GetExtra

func (x *PaymentPurchaseResponse) GetExtra() string

func (*PaymentPurchaseResponse) GetGoodsID

func (x *PaymentPurchaseResponse) GetGoodsID() string

func (*PaymentPurchaseResponse) GetProductID

func (x *PaymentPurchaseResponse) GetProductID() string

func (*PaymentPurchaseResponse) GetSeqID

func (x *PaymentPurchaseResponse) GetSeqID() string

func (*PaymentPurchaseResponse) GetTransactionID

func (x *PaymentPurchaseResponse) GetTransactionID() string

func (*PaymentPurchaseResponse) ProtoMessage

func (*PaymentPurchaseResponse) ProtoMessage()

func (*PaymentPurchaseResponse) ProtoReflect

func (x *PaymentPurchaseResponse) ProtoReflect() protoreflect.Message

func (*PaymentPurchaseResponse) Reset

func (x *PaymentPurchaseResponse) Reset()

func (*PaymentPurchaseResponse) String

func (x *PaymentPurchaseResponse) String() string

type PaymentPurchaseSuccessPush

type PaymentPurchaseSuccessPush struct {

	// @inject_tag: json:"PurchaseCoin"
	PurchaseCoin int64 `protobuf:"varint,1,opt,name=PurchaseCoin,proto3" json:"PurchaseCoin,omitempty"` // 本次购买获得的金币数
	// @inject_tag: json:"Coin"
	Coin int64 `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"` // 最终的金币数
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,3,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 支付订单ID
	// @inject_tag: json:"PaymentType"
	PaymentType string `protobuf:"bytes,4,opt,name=PaymentType,proto3" json:"PaymentType,omitempty"` // 支付类型
	// @inject_tag: json:"GoodsID"
	GoodsID string `protobuf:"bytes,5,opt,name=GoodsID,proto3" json:"GoodsID,omitempty"` // 商品ID
	// @inject_tag: json:"AggIncRechargeCoin"
	AggIncRechargeCoin int64 `protobuf:"varint,6,opt,name=AggIncRechargeCoin,proto3" json:"AggIncRechargeCoin,omitempty"` //累计充值
	// @inject_tag: json:"PaymentCount"
	PaymentCount int64 `protobuf:"varint,7,opt,name=PaymentCount,proto3" json:"PaymentCount,omitempty"` // 支付金额(x10000)
	// @inject_tag: json:"ClaimPropList"
	ClaimPropList []*Prop `protobuf:"bytes,8,rep,name=ClaimPropList,proto3" json:"ClaimPropList,omitempty"` // 购买的道具列表
	// contains filtered or unexported fields
}

func (*PaymentPurchaseSuccessPush) Descriptor deprecated

func (*PaymentPurchaseSuccessPush) Descriptor() ([]byte, []int)

Deprecated: Use PaymentPurchaseSuccessPush.ProtoReflect.Descriptor instead.

func (*PaymentPurchaseSuccessPush) GetAggIncRechargeCoin

func (x *PaymentPurchaseSuccessPush) GetAggIncRechargeCoin() int64

func (*PaymentPurchaseSuccessPush) GetClaimPropList

func (x *PaymentPurchaseSuccessPush) GetClaimPropList() []*Prop

func (*PaymentPurchaseSuccessPush) GetCoin

func (x *PaymentPurchaseSuccessPush) GetCoin() int64

func (*PaymentPurchaseSuccessPush) GetGoodsID

func (x *PaymentPurchaseSuccessPush) GetGoodsID() string

func (*PaymentPurchaseSuccessPush) GetOrderID

func (x *PaymentPurchaseSuccessPush) GetOrderID() string

func (*PaymentPurchaseSuccessPush) GetPaymentCount

func (x *PaymentPurchaseSuccessPush) GetPaymentCount() int64

func (*PaymentPurchaseSuccessPush) GetPaymentType

func (x *PaymentPurchaseSuccessPush) GetPaymentType() string

func (*PaymentPurchaseSuccessPush) GetPurchaseCoin

func (x *PaymentPurchaseSuccessPush) GetPurchaseCoin() int64

func (*PaymentPurchaseSuccessPush) ProtoMessage

func (*PaymentPurchaseSuccessPush) ProtoMessage()

func (*PaymentPurchaseSuccessPush) ProtoReflect

func (*PaymentPurchaseSuccessPush) Reset

func (x *PaymentPurchaseSuccessPush) Reset()

func (*PaymentPurchaseSuccessPush) String

func (x *PaymentPurchaseSuccessPush) String() string

type PaymentQueryRecordListRequest

type PaymentQueryRecordListRequest struct {
	// contains filtered or unexported fields
}

PaymentQueryRecordListRequest 查询充值记录请求

func (*PaymentQueryRecordListRequest) Descriptor deprecated

func (*PaymentQueryRecordListRequest) Descriptor() ([]byte, []int)

Deprecated: Use PaymentQueryRecordListRequest.ProtoReflect.Descriptor instead.

func (*PaymentQueryRecordListRequest) ProtoMessage

func (*PaymentQueryRecordListRequest) ProtoMessage()

func (*PaymentQueryRecordListRequest) ProtoReflect

func (*PaymentQueryRecordListRequest) Reset

func (x *PaymentQueryRecordListRequest) Reset()

func (*PaymentQueryRecordListRequest) String

type PaymentQueryRecordListResponse

type PaymentQueryRecordListResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"RecordList"
	RecordList []*CoinRecord `protobuf:"bytes,2,rep,name=RecordList,proto3" json:"RecordList,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentQueryRecordListResponse) Descriptor deprecated

func (*PaymentQueryRecordListResponse) Descriptor() ([]byte, []int)

Deprecated: Use PaymentQueryRecordListResponse.ProtoReflect.Descriptor instead.

func (*PaymentQueryRecordListResponse) GetCode

func (*PaymentQueryRecordListResponse) GetRecordList

func (x *PaymentQueryRecordListResponse) GetRecordList() []*CoinRecord

func (*PaymentQueryRecordListResponse) ProtoMessage

func (*PaymentQueryRecordListResponse) ProtoMessage()

func (*PaymentQueryRecordListResponse) ProtoReflect

func (*PaymentQueryRecordListResponse) Reset

func (x *PaymentQueryRecordListResponse) Reset()

func (*PaymentQueryRecordListResponse) String

type PaymentRatio

type PaymentRatio struct {
	MinCount int64 `protobuf:"varint,1,opt,name=MinCount,proto3" json:"MinCount,omitempty"` // 最低额度
	MaxCount int64 `protobuf:"varint,2,opt,name=MaxCount,proto3" json:"MaxCount,omitempty"` // 最高额度
	Ratio    int64 `protobuf:"varint,3,opt,name=Ratio,proto3" json:"Ratio,omitempty"`       // 赠送比例(x100)
	// contains filtered or unexported fields
}

func (*PaymentRatio) Descriptor deprecated

func (*PaymentRatio) Descriptor() ([]byte, []int)

Deprecated: Use PaymentRatio.ProtoReflect.Descriptor instead.

func (*PaymentRatio) GetMaxCount

func (x *PaymentRatio) GetMaxCount() int64

func (*PaymentRatio) GetMinCount

func (x *PaymentRatio) GetMinCount() int64

func (*PaymentRatio) GetRatio

func (x *PaymentRatio) GetRatio() int64

func (*PaymentRatio) ProtoMessage

func (*PaymentRatio) ProtoMessage()

func (*PaymentRatio) ProtoReflect

func (x *PaymentRatio) ProtoReflect() protoreflect.Message

func (*PaymentRatio) Reset

func (x *PaymentRatio) Reset()

func (*PaymentRatio) String

func (x *PaymentRatio) String() string

type Proc

type Proc struct {
	PublicGate string `protobuf:"bytes,1,opt,name=PublicGate,proto3" json:"PublicGate,omitempty"`
	CommitID   string `protobuf:"bytes,3,opt,name=CommitID,proto3" json:"CommitID,omitempty"`
	BuildTime  string `protobuf:"bytes,2,opt,name=BuildTime,proto3" json:"BuildTime,omitempty"`
	BootTime   string `protobuf:"bytes,4,opt,name=BootTime,proto3" json:"BootTime,omitempty"`
	// contains filtered or unexported fields
}

func (*Proc) Descriptor deprecated

func (*Proc) Descriptor() ([]byte, []int)

Deprecated: Use Proc.ProtoReflect.Descriptor instead.

func (*Proc) GetBootTime

func (x *Proc) GetBootTime() string

func (*Proc) GetBuildTime

func (x *Proc) GetBuildTime() string

func (*Proc) GetCommitID

func (x *Proc) GetCommitID() string

func (*Proc) GetPublicGate

func (x *Proc) GetPublicGate() string

func (*Proc) ProtoMessage

func (*Proc) ProtoMessage()

func (*Proc) ProtoReflect

func (x *Proc) ProtoReflect() protoreflect.Message

func (*Proc) Reset

func (x *Proc) Reset()

func (*Proc) String

func (x *Proc) String() string

type Prop

type Prop struct {
	Kind        int64  `protobuf:"varint,1,opt,name=Kind,proto3" json:"Kind,omitempty"`               // 道具种类 1-特殊道具 2-普通道具
	Type        int64  `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"`               // 道具类型
	ID          string `protobuf:"bytes,3,opt,name=ID,proto3" json:"ID,omitempty"`                    // 道具ID
	Value       int64  `protobuf:"varint,4,opt,name=Value,proto3" json:"Value,omitempty"`             // 道具生效值
	UsableTimes int64  `protobuf:"varint,5,opt,name=UsableTimes,proto3" json:"UsableTimes,omitempty"` // 道具可使用次数
	CreateTime  int64  `protobuf:"varint,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`   // 道具创建时间戳(秒)
	LifeTime    int64  `protobuf:"varint,7,opt,name=LifeTime,proto3" json:"LifeTime,omitempty"`       // 道具生存时间(秒)
	// contains filtered or unexported fields
}

func (*Prop) Descriptor deprecated

func (*Prop) Descriptor() ([]byte, []int)

Deprecated: Use Prop.ProtoReflect.Descriptor instead.

func (*Prop) GetCreateTime

func (x *Prop) GetCreateTime() int64

func (*Prop) GetID

func (x *Prop) GetID() string

func (*Prop) GetKind

func (x *Prop) GetKind() int64

func (*Prop) GetLifeTime

func (x *Prop) GetLifeTime() int64

func (*Prop) GetType

func (x *Prop) GetType() int64

func (*Prop) GetUsableTimes

func (x *Prop) GetUsableTimes() int64

func (*Prop) GetValue

func (x *Prop) GetValue() int64

func (*Prop) ProtoMessage

func (*Prop) ProtoMessage()

func (*Prop) ProtoReflect

func (x *Prop) ProtoReflect() protoreflect.Message

func (*Prop) Reset

func (x *Prop) Reset()

func (*Prop) String

func (x *Prop) String() string

type RandxTracker

type RandxTracker struct {
	Items []*RandxTrackerItem `protobuf:"bytes,2,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*RandxTracker) Descriptor deprecated

func (*RandxTracker) Descriptor() ([]byte, []int)

Deprecated: Use RandxTracker.ProtoReflect.Descriptor instead.

func (*RandxTracker) GetItems

func (x *RandxTracker) GetItems() []*RandxTrackerItem

func (*RandxTracker) ProtoMessage

func (*RandxTracker) ProtoMessage()

func (*RandxTracker) ProtoReflect

func (x *RandxTracker) ProtoReflect() protoreflect.Message

func (*RandxTracker) Reset

func (x *RandxTracker) Reset()

func (*RandxTracker) String

func (x *RandxTracker) String() string

type RandxTrackerItem

type RandxTrackerItem struct {

	// @inject_tag: json:"Tag"
	Tag string `protobuf:"bytes,1,opt,name=Tag,proto3" json:"Tag,omitempty"`
	// @inject_tag: json:"Index"
	Index int64 `protobuf:"varint,2,opt,name=Index,proto3" json:"Index,omitempty"`
	// contains filtered or unexported fields
}

func (*RandxTrackerItem) Descriptor deprecated

func (*RandxTrackerItem) Descriptor() ([]byte, []int)

Deprecated: Use RandxTrackerItem.ProtoReflect.Descriptor instead.

func (*RandxTrackerItem) GetIndex

func (x *RandxTrackerItem) GetIndex() int64

func (*RandxTrackerItem) GetTag

func (x *RandxTrackerItem) GetTag() string

func (*RandxTrackerItem) ProtoMessage

func (*RandxTrackerItem) ProtoMessage()

func (*RandxTrackerItem) ProtoReflect

func (x *RandxTrackerItem) ProtoReflect() protoreflect.Message

func (*RandxTrackerItem) Reset

func (x *RandxTrackerItem) Reset()

func (*RandxTrackerItem) String

func (x *RandxTrackerItem) String() string

type Reconnect

type Reconnect struct {
	Interval int64 `protobuf:"varint,1,opt,name=Interval,proto3" json:"Interval,omitempty"`
	Times    int64 `protobuf:"varint,2,opt,name=Times,proto3" json:"Times,omitempty"`
	// contains filtered or unexported fields
}

func (*Reconnect) Descriptor deprecated

func (*Reconnect) Descriptor() ([]byte, []int)

Deprecated: Use Reconnect.ProtoReflect.Descriptor instead.

func (*Reconnect) GetInterval

func (x *Reconnect) GetInterval() int64

func (*Reconnect) GetTimes

func (x *Reconnect) GetTimes() int64

func (*Reconnect) ProtoMessage

func (*Reconnect) ProtoMessage()

func (*Reconnect) ProtoReflect

func (x *Reconnect) ProtoReflect() protoreflect.Message

func (*Reconnect) Reset

func (x *Reconnect) Reset()

func (*Reconnect) String

func (x *Reconnect) String() string

type RecorderResult

type RecorderResult struct {
	Vector          []int64 `protobuf:"varint,1,rep,packed,name=Vector,proto3" json:"Vector,omitempty"`
	LackCoin        bool    `protobuf:"varint,7,opt,name=LackCoin,proto3" json:"LackCoin,omitempty"`
	ExpectedWinCoin int64   `protobuf:"varint,8,opt,name=ExpectedWinCoin,proto3" json:"ExpectedWinCoin,omitempty"`
	// contains filtered or unexported fields
}

func (*RecorderResult) Descriptor deprecated

func (*RecorderResult) Descriptor() ([]byte, []int)

Deprecated: Use RecorderResult.ProtoReflect.Descriptor instead.

func (*RecorderResult) GetExpectedWinCoin

func (x *RecorderResult) GetExpectedWinCoin() int64

func (*RecorderResult) GetLackCoin

func (x *RecorderResult) GetLackCoin() bool

func (*RecorderResult) GetVector

func (x *RecorderResult) GetVector() []int64

func (*RecorderResult) ProtoMessage

func (*RecorderResult) ProtoMessage()

func (*RecorderResult) ProtoReflect

func (x *RecorderResult) ProtoReflect() protoreflect.Message

func (*RecorderResult) Reset

func (x *RecorderResult) Reset()

func (*RecorderResult) String

func (x *RecorderResult) String() string

type SessionContext

type SessionContext struct {
	UID     int64  `protobuf:"varint,1,opt,name=UID,proto3" json:"UID,omitempty"`
	Type    string `protobuf:"bytes,2,opt,name=Type,proto3" json:"Type,omitempty"`
	Package string `protobuf:"bytes,3,opt,name=Package,proto3" json:"Package,omitempty"`
	Account string `protobuf:"bytes,4,opt,name=Account,proto3" json:"Account,omitempty"`
	Device  string `protobuf:"bytes,5,opt,name=Device,proto3" json:"Device,omitempty"`
	Cli     *Cli   `protobuf:"bytes,6,opt,name=Cli,proto3" json:"Cli,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionContext) Descriptor deprecated

func (*SessionContext) Descriptor() ([]byte, []int)

Deprecated: Use SessionContext.ProtoReflect.Descriptor instead.

func (*SessionContext) GetAccount

func (x *SessionContext) GetAccount() string

func (*SessionContext) GetCli

func (x *SessionContext) GetCli() *Cli

func (*SessionContext) GetDevice

func (x *SessionContext) GetDevice() string

func (*SessionContext) GetPackage

func (x *SessionContext) GetPackage() string

func (*SessionContext) GetType

func (x *SessionContext) GetType() string

func (*SessionContext) GetUID

func (x *SessionContext) GetUID() int64

func (*SessionContext) ProtoMessage

func (*SessionContext) ProtoMessage()

func (*SessionContext) ProtoReflect

func (x *SessionContext) ProtoReflect() protoreflect.Message

func (*SessionContext) Reset

func (x *SessionContext) Reset()

func (*SessionContext) String

func (x *SessionContext) String() string

type Settle

type Settle struct {
	Game    string `protobuf:"bytes,1,opt,name=Game,proto3" json:"Game,omitempty"`
	WinCoin int64  `protobuf:"varint,2,opt,name=WinCoin,proto3" json:"WinCoin,omitempty"`
	Coin    int64  `protobuf:"varint,3,opt,name=Coin,proto3" json:"Coin,omitempty"`
	// contains filtered or unexported fields
}

func (*Settle) Descriptor deprecated

func (*Settle) Descriptor() ([]byte, []int)

Deprecated: Use Settle.ProtoReflect.Descriptor instead.

func (*Settle) GetCoin

func (x *Settle) GetCoin() int64

func (*Settle) GetGame

func (x *Settle) GetGame() string

func (*Settle) GetWinCoin

func (x *Settle) GetWinCoin() int64

func (*Settle) ProtoMessage

func (*Settle) ProtoMessage()

func (*Settle) ProtoReflect

func (x *Settle) ProtoReflect() protoreflect.Message

func (*Settle) Reset

func (x *Settle) Reset()

func (*Settle) String

func (x *Settle) String() string

type ShopAdderData

type ShopAdderData struct {
	LimitTimes      int64 `protobuf:"varint,1,opt,name=LimitTimes,proto3" json:"LimitTimes,omitempty"`           // 每日限制购买次数
	RechargeTimes   int64 `protobuf:"varint,2,opt,name=RechargeTimes,proto3" json:"RechargeTimes,omitempty"`     // 玩家已经购买次数
	NextRefreshTime int64 `protobuf:"varint,3,opt,name=NextRefreshTime,proto3" json:"NextRefreshTime,omitempty"` // 下次刷新状态的时间戳(秒)
	// contains filtered or unexported fields
}

ShopAdderData 商城特惠商品状态

func (*ShopAdderData) Descriptor deprecated

func (*ShopAdderData) Descriptor() ([]byte, []int)

Deprecated: Use ShopAdderData.ProtoReflect.Descriptor instead.

func (*ShopAdderData) GetLimitTimes

func (x *ShopAdderData) GetLimitTimes() int64

func (*ShopAdderData) GetNextRefreshTime

func (x *ShopAdderData) GetNextRefreshTime() int64

func (*ShopAdderData) GetRechargeTimes

func (x *ShopAdderData) GetRechargeTimes() int64

func (*ShopAdderData) ProtoMessage

func (*ShopAdderData) ProtoMessage()

func (*ShopAdderData) ProtoReflect

func (x *ShopAdderData) ProtoReflect() protoreflect.Message

func (*ShopAdderData) Reset

func (x *ShopAdderData) Reset()

func (*ShopAdderData) String

func (x *ShopAdderData) String() string

type ShopItem

type ShopItem struct {

	// @inject_tag: json:"GoodsID"
	GoodsID string `protobuf:"bytes,1,opt,name=GoodsID,proto3" json:"GoodsID,omitempty"` // 商品ID
	// @inject_tag: json:"PictureID"
	PictureID int64 `protobuf:"varint,2,opt,name=PictureID,proto3" json:"PictureID,omitempty"` // 图片ID
	// @inject_tag: json:"ProductID"
	ProductID string `protobuf:"bytes,3,opt,name=ProductID,proto3" json:"ProductID,omitempty"` // 计费点
	// @inject_tag: json:"PayType"
	PayType string `protobuf:"bytes,4,opt,name=PayType,proto3" json:"PayType,omitempty"` // 支付方式
	// @inject_tag: json:"Pay"
	Pay int64 `protobuf:"varint,5,opt,name=Pay,proto3" json:"Pay,omitempty"` // 支付金额(10000)
	// @inject_tag: json:"Receipt"
	ReceiptPay int64 `protobuf:"varint,6,opt,name=ReceiptPay,proto3" json:"ReceiptPay,omitempty"` // 到账付费金币(10000)
	// @inject_tag: json:"Receipt"
	ReceiptFree int64 `protobuf:"varint,7,opt,name=ReceiptFree,proto3" json:"ReceiptFree,omitempty"` // 到账免费金币(10000)
	// @inject_tag: json:"Scene"
	Scene string `protobuf:"bytes,8,opt,name=Scene,proto3" json:"Scene,omitempty"` // 付费场景
	// @inject_tag: json:"PropList"
	PropList []*Prop `protobuf:"bytes,9,rep,name=PropList,proto3" json:"PropList,omitempty"` // 道具列表
	// @inject_tag: json:"DailyLimit"
	DailyLimit int64 `protobuf:"varint,10,opt,name=DailyLimit,proto3" json:"DailyLimit,omitempty"` // 每日限制购买次数
	// contains filtered or unexported fields
}

ShopItem 商城物品

func (*ShopItem) Descriptor deprecated

func (*ShopItem) Descriptor() ([]byte, []int)

Deprecated: Use ShopItem.ProtoReflect.Descriptor instead.

func (*ShopItem) GetDailyLimit

func (x *ShopItem) GetDailyLimit() int64

func (*ShopItem) GetGoodsID

func (x *ShopItem) GetGoodsID() string

func (*ShopItem) GetPay

func (x *ShopItem) GetPay() int64

func (*ShopItem) GetPayType

func (x *ShopItem) GetPayType() string

func (*ShopItem) GetPictureID

func (x *ShopItem) GetPictureID() int64

func (*ShopItem) GetProductID

func (x *ShopItem) GetProductID() string

func (*ShopItem) GetPropList

func (x *ShopItem) GetPropList() []*Prop

func (*ShopItem) GetReceiptFree

func (x *ShopItem) GetReceiptFree() int64

func (*ShopItem) GetReceiptPay

func (x *ShopItem) GetReceiptPay() int64

func (*ShopItem) GetScene

func (x *ShopItem) GetScene() string

func (*ShopItem) ProtoMessage

func (*ShopItem) ProtoMessage()

func (*ShopItem) ProtoReflect

func (x *ShopItem) ProtoReflect() protoreflect.Message

func (*ShopItem) Reset

func (x *ShopItem) Reset()

func (*ShopItem) String

func (x *ShopItem) String() string

type SigninAwardData

type SigninAwardData struct {

	// @inject_tag: json:"DayStatus"
	DayStatus []*AwardStatus `protobuf:"bytes,1,rep,name=DayStatus,proto3" json:"DayStatus,omitempty"` // 奖励状态
	// @inject_tag: json:"NextAwardStartTime"
	NextAwardStartTime int64 `protobuf:"varint,2,opt,name=NextAwardStartTime,proto3" json:"NextAwardStartTime,omitempty"` // 下个奖励的开始时间
	// @inject_tag: json:"ActivityEndTime"
	ActivityEndTime int64 `protobuf:"varint,3,opt,name=ActivityEndTime,proto3" json:"ActivityEndTime,omitempty"` // 活动结束时间
	// contains filtered or unexported fields
}

SigninAwardData 连续签到奖励状态

func (*SigninAwardData) Descriptor deprecated

func (*SigninAwardData) Descriptor() ([]byte, []int)

Deprecated: Use SigninAwardData.ProtoReflect.Descriptor instead.

func (*SigninAwardData) GetActivityEndTime

func (x *SigninAwardData) GetActivityEndTime() int64

func (*SigninAwardData) GetDayStatus

func (x *SigninAwardData) GetDayStatus() []*AwardStatus

func (*SigninAwardData) GetNextAwardStartTime

func (x *SigninAwardData) GetNextAwardStartTime() int64

func (*SigninAwardData) ProtoMessage

func (*SigninAwardData) ProtoMessage()

func (*SigninAwardData) ProtoReflect

func (x *SigninAwardData) ProtoReflect() protoreflect.Message

func (*SigninAwardData) Reset

func (x *SigninAwardData) Reset()

func (*SigninAwardData) String

func (x *SigninAwardData) String() string

type SlotsEnterRequest

type SlotsEnterRequest struct {
	UID   int64  `protobuf:"varint,1,opt,name=UID,proto3" json:"UID,omitempty"`
	Token string `protobuf:"bytes,2,opt,name=Token,proto3" json:"Token,omitempty"`
	Theme string `protobuf:"bytes,3,opt,name=Theme,proto3" json:"Theme,omitempty"`
	// contains filtered or unexported fields
}

func (*SlotsEnterRequest) Descriptor deprecated

func (*SlotsEnterRequest) Descriptor() ([]byte, []int)

Deprecated: Use SlotsEnterRequest.ProtoReflect.Descriptor instead.

func (*SlotsEnterRequest) GetTheme

func (x *SlotsEnterRequest) GetTheme() string

func (*SlotsEnterRequest) GetToken

func (x *SlotsEnterRequest) GetToken() string

func (*SlotsEnterRequest) GetUID

func (x *SlotsEnterRequest) GetUID() int64

func (*SlotsEnterRequest) ProtoMessage

func (*SlotsEnterRequest) ProtoMessage()

func (*SlotsEnterRequest) ProtoReflect

func (x *SlotsEnterRequest) ProtoReflect() protoreflect.Message

func (*SlotsEnterRequest) Reset

func (x *SlotsEnterRequest) Reset()

func (*SlotsEnterRequest) String

func (x *SlotsEnterRequest) String() string

type SlotsEnterResponse

type SlotsEnterResponse struct {

	// @inject_tag: json:"Code"
	Code           int64         `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	NodeTree       *LiteNodeTree `protobuf:"bytes,2,opt,name=NodeTree,proto3" json:"NodeTree,omitempty"`
	Coin           int64         `protobuf:"varint,3,opt,name=Coin,proto3" json:"Coin,omitempty"`
	BetIndex       int64         `protobuf:"varint,4,opt,name=BetIndex,proto3" json:"BetIndex,omitempty"`
	CoinValueIndex int64         `protobuf:"varint,5,opt,name=CoinValueIndex,proto3" json:"CoinValueIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*SlotsEnterResponse) Descriptor deprecated

func (*SlotsEnterResponse) Descriptor() ([]byte, []int)

Deprecated: Use SlotsEnterResponse.ProtoReflect.Descriptor instead.

func (*SlotsEnterResponse) GetBetIndex

func (x *SlotsEnterResponse) GetBetIndex() int64

func (*SlotsEnterResponse) GetCode

func (x *SlotsEnterResponse) GetCode() int64

func (*SlotsEnterResponse) GetCoin

func (x *SlotsEnterResponse) GetCoin() int64

func (*SlotsEnterResponse) GetCoinValueIndex

func (x *SlotsEnterResponse) GetCoinValueIndex() int64

func (*SlotsEnterResponse) GetNodeTree

func (x *SlotsEnterResponse) GetNodeTree() *LiteNodeTree

func (*SlotsEnterResponse) ProtoMessage

func (*SlotsEnterResponse) ProtoMessage()

func (*SlotsEnterResponse) ProtoReflect

func (x *SlotsEnterResponse) ProtoReflect() protoreflect.Message

func (*SlotsEnterResponse) Reset

func (x *SlotsEnterResponse) Reset()

func (*SlotsEnterResponse) String

func (x *SlotsEnterResponse) String() string

type SlotsLeaveRequest

type SlotsLeaveRequest struct {
	Theme string `protobuf:"bytes,1,opt,name=Theme,proto3" json:"Theme,omitempty"`
	// contains filtered or unexported fields
}

func (*SlotsLeaveRequest) Descriptor deprecated

func (*SlotsLeaveRequest) Descriptor() ([]byte, []int)

Deprecated: Use SlotsLeaveRequest.ProtoReflect.Descriptor instead.

func (*SlotsLeaveRequest) GetTheme

func (x *SlotsLeaveRequest) GetTheme() string

func (*SlotsLeaveRequest) ProtoMessage

func (*SlotsLeaveRequest) ProtoMessage()

func (*SlotsLeaveRequest) ProtoReflect

func (x *SlotsLeaveRequest) ProtoReflect() protoreflect.Message

func (*SlotsLeaveRequest) Reset

func (x *SlotsLeaveRequest) Reset()

func (*SlotsLeaveRequest) String

func (x *SlotsLeaveRequest) String() string

type SlotsLeaveResponse

type SlotsLeaveResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	Coin int64 `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"`
	// contains filtered or unexported fields
}

func (*SlotsLeaveResponse) Descriptor deprecated

func (*SlotsLeaveResponse) Descriptor() ([]byte, []int)

Deprecated: Use SlotsLeaveResponse.ProtoReflect.Descriptor instead.

func (*SlotsLeaveResponse) GetCode

func (x *SlotsLeaveResponse) GetCode() int64

func (*SlotsLeaveResponse) GetCoin

func (x *SlotsLeaveResponse) GetCoin() int64

func (*SlotsLeaveResponse) ProtoMessage

func (*SlotsLeaveResponse) ProtoMessage()

func (*SlotsLeaveResponse) ProtoReflect

func (x *SlotsLeaveResponse) ProtoReflect() protoreflect.Message

func (*SlotsLeaveResponse) Reset

func (x *SlotsLeaveResponse) Reset()

func (*SlotsLeaveResponse) String

func (x *SlotsLeaveResponse) String() string

type SlotsPlayRequest

type SlotsPlayRequest struct {
	Theme          string `protobuf:"bytes,1,opt,name=Theme,proto3" json:"Theme,omitempty"`
	BetIndex       int64  `protobuf:"varint,2,opt,name=BetIndex,proto3" json:"BetIndex,omitempty"`
	CoinValueIndex int64  `protobuf:"varint,3,opt,name=CoinValueIndex,proto3" json:"CoinValueIndex,omitempty"`
	Choice         int64  `protobuf:"varint,4,opt,name=Choice,proto3" json:"Choice,omitempty"`
	PropID         string `protobuf:"bytes,5,opt,name=PropID,proto3" json:"PropID,omitempty"`
	// contains filtered or unexported fields
}

func (*SlotsPlayRequest) Descriptor deprecated

func (*SlotsPlayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SlotsPlayRequest.ProtoReflect.Descriptor instead.

func (*SlotsPlayRequest) GetBetIndex

func (x *SlotsPlayRequest) GetBetIndex() int64

func (*SlotsPlayRequest) GetChoice

func (x *SlotsPlayRequest) GetChoice() int64

func (*SlotsPlayRequest) GetCoinValueIndex

func (x *SlotsPlayRequest) GetCoinValueIndex() int64

func (*SlotsPlayRequest) GetPropID

func (x *SlotsPlayRequest) GetPropID() string

func (*SlotsPlayRequest) GetTheme

func (x *SlotsPlayRequest) GetTheme() string

func (*SlotsPlayRequest) ProtoMessage

func (*SlotsPlayRequest) ProtoMessage()

func (*SlotsPlayRequest) ProtoReflect

func (x *SlotsPlayRequest) ProtoReflect() protoreflect.Message

func (*SlotsPlayRequest) Reset

func (x *SlotsPlayRequest) Reset()

func (*SlotsPlayRequest) String

func (x *SlotsPlayRequest) String() string

type SlotsPlayResponse

type SlotsPlayResponse struct {

	// @inject_tag: json:"Code"
	Code                 int64         `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	NodeTree             *LiteNodeTree `protobuf:"bytes,2,opt,name=NodeTree,proto3" json:"NodeTree,omitempty"`
	ActualBet            int64         `protobuf:"varint,3,opt,name=ActualBet,proto3" json:"ActualBet,omitempty"`
	ActualWin            int64         `protobuf:"varint,4,opt,name=ActualWin,proto3" json:"ActualWin,omitempty"`
	Coin                 int64         `protobuf:"varint,5,opt,name=Coin,proto3" json:"Coin,omitempty"`
	PropMulti            int64         `protobuf:"varint,6,opt,name=PropMulti,proto3" json:"PropMulti,omitempty"`                      // 道具加成倍数
	SettleAdderOrderID   string        `protobuf:"bytes,7,opt,name=SettleAdderOrderID,proto3" json:"SettleAdderOrderID,omitempty"`     // 加倍结算订单ID
	SettleAdderProductID string        `protobuf:"bytes,8,opt,name=SettleAdderProductID,proto3" json:"SettleAdderProductID,omitempty"` // 加倍结算计费点ID
	SettleAdderCount     int64         `protobuf:"varint,9,opt,name=SettleAdderCount,proto3" json:"SettleAdderCount,omitempty"`        // 加倍结算额外获得金币数
	// contains filtered or unexported fields
}

func (*SlotsPlayResponse) Descriptor deprecated

func (*SlotsPlayResponse) Descriptor() ([]byte, []int)

Deprecated: Use SlotsPlayResponse.ProtoReflect.Descriptor instead.

func (*SlotsPlayResponse) GetActualBet

func (x *SlotsPlayResponse) GetActualBet() int64

func (*SlotsPlayResponse) GetActualWin

func (x *SlotsPlayResponse) GetActualWin() int64

func (*SlotsPlayResponse) GetCode

func (x *SlotsPlayResponse) GetCode() int64

func (*SlotsPlayResponse) GetCoin

func (x *SlotsPlayResponse) GetCoin() int64

func (*SlotsPlayResponse) GetNodeTree

func (x *SlotsPlayResponse) GetNodeTree() *LiteNodeTree

func (*SlotsPlayResponse) GetPropMulti

func (x *SlotsPlayResponse) GetPropMulti() int64

func (*SlotsPlayResponse) GetSettleAdderCount

func (x *SlotsPlayResponse) GetSettleAdderCount() int64

func (*SlotsPlayResponse) GetSettleAdderOrderID

func (x *SlotsPlayResponse) GetSettleAdderOrderID() string

func (*SlotsPlayResponse) GetSettleAdderProductID

func (x *SlotsPlayResponse) GetSettleAdderProductID() string

func (*SlotsPlayResponse) ProtoMessage

func (*SlotsPlayResponse) ProtoMessage()

func (*SlotsPlayResponse) ProtoReflect

func (x *SlotsPlayResponse) ProtoReflect() protoreflect.Message

func (*SlotsPlayResponse) Reset

func (x *SlotsPlayResponse) Reset()

func (*SlotsPlayResponse) String

func (x *SlotsPlayResponse) String() string

type Srv

type Srv struct {
	Runtime        string `protobuf:"bytes,1,opt,name=Runtime,proto3" json:"Runtime,omitempty"`
	Version        string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
	SessionVersion string `protobuf:"bytes,3,opt,name=SessionVersion,proto3" json:"SessionVersion,omitempty"`
	SessionBranch  uint32 `protobuf:"varint,4,opt,name=SessionBranch,proto3" json:"SessionBranch,omitempty"`
	// contains filtered or unexported fields
}

func (*Srv) Descriptor deprecated

func (*Srv) Descriptor() ([]byte, []int)

Deprecated: Use Srv.ProtoReflect.Descriptor instead.

func (*Srv) GetRuntime

func (x *Srv) GetRuntime() string

func (*Srv) GetSessionBranch

func (x *Srv) GetSessionBranch() uint32

func (*Srv) GetSessionVersion

func (x *Srv) GetSessionVersion() string

func (*Srv) GetVersion

func (x *Srv) GetVersion() string

func (*Srv) ProtoMessage

func (*Srv) ProtoMessage()

func (*Srv) ProtoReflect

func (x *Srv) ProtoReflect() protoreflect.Message

func (*Srv) Reset

func (x *Srv) Reset()

func (*Srv) String

func (x *Srv) String() string

type SystemSwitch

type SystemSwitch struct {
	SystemName string `protobuf:"bytes,1,opt,name=SystemName,proto3" json:"SystemName,omitempty"`
	IsOpen     int64  `protobuf:"varint,2,opt,name=IsOpen,proto3" json:"IsOpen,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemSwitch) Descriptor deprecated

func (*SystemSwitch) Descriptor() ([]byte, []int)

Deprecated: Use SystemSwitch.ProtoReflect.Descriptor instead.

func (*SystemSwitch) GetIsOpen

func (x *SystemSwitch) GetIsOpen() int64

func (*SystemSwitch) GetSystemName

func (x *SystemSwitch) GetSystemName() string

func (*SystemSwitch) ProtoMessage

func (*SystemSwitch) ProtoMessage()

func (*SystemSwitch) ProtoReflect

func (x *SystemSwitch) ProtoReflect() protoreflect.Message

func (*SystemSwitch) Reset

func (x *SystemSwitch) Reset()

func (*SystemSwitch) String

func (x *SystemSwitch) String() string

type UpdatePlayerPush

type UpdatePlayerPush struct {

	// @inject_tag: json:"PlayerID"
	PlayerID int64 `protobuf:"varint,1,opt,name=PlayerID,proto3" json:"PlayerID,omitempty"`
	// @inject_tag: json:"Coin"
	Coin int64 `protobuf:"varint,2,opt,name=Coin,proto3" json:"Coin,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlayerPush) Descriptor deprecated

func (*UpdatePlayerPush) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlayerPush.ProtoReflect.Descriptor instead.

func (*UpdatePlayerPush) GetCoin

func (x *UpdatePlayerPush) GetCoin() int64

func (*UpdatePlayerPush) GetPlayerID

func (x *UpdatePlayerPush) GetPlayerID() int64

func (*UpdatePlayerPush) ProtoMessage

func (*UpdatePlayerPush) ProtoMessage()

func (*UpdatePlayerPush) ProtoReflect

func (x *UpdatePlayerPush) ProtoReflect() protoreflect.Message

func (*UpdatePlayerPush) Reset

func (x *UpdatePlayerPush) Reset()

func (*UpdatePlayerPush) String

func (x *UpdatePlayerPush) String() string

type UpdatePlayerRequest

type UpdatePlayerRequest struct {

	// @inject_tag: json:"PlayerID"
	PlayerID int64 `protobuf:"varint,1,opt,name=PlayerID,proto3" json:"PlayerID,omitempty"`
	// contains filtered or unexported fields
}

更新玩家

func (*UpdatePlayerRequest) Descriptor deprecated

func (*UpdatePlayerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlayerRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlayerRequest) GetPlayerID

func (x *UpdatePlayerRequest) GetPlayerID() int64

func (*UpdatePlayerRequest) ProtoMessage

func (*UpdatePlayerRequest) ProtoMessage()

func (*UpdatePlayerRequest) ProtoReflect

func (x *UpdatePlayerRequest) ProtoReflect() protoreflect.Message

func (*UpdatePlayerRequest) Reset

func (x *UpdatePlayerRequest) Reset()

func (*UpdatePlayerRequest) String

func (x *UpdatePlayerRequest) String() string

type User

type User struct {
	Nickname string `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	Avatar   int64  `protobuf:"varint,2,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAvatar

func (x *User) GetAvatar() int64

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserTag

type UserTag struct {
	Tag             string `protobuf:"bytes,1,opt,name=Tag,proto3" json:"Tag,omitempty"`
	PixShop         bool   `protobuf:"varint,2,opt,name=PixShop,proto3" json:"PixShop,omitempty"`
	SpecialOffer    bool   `protobuf:"varint,3,opt,name=SpecialOffer,proto3" json:"SpecialOffer,omitempty"`
	MoneyToken      bool   `protobuf:"varint,4,opt,name=MoneyToken,proto3" json:"MoneyToken,omitempty"`
	Withdraw        bool   `protobuf:"varint,5,opt,name=Withdraw,proto3" json:"Withdraw,omitempty"`
	FbIconSubscript bool   `protobuf:"varint,6,opt,name=FbIconSubscript,proto3" json:"FbIconSubscript,omitempty"`
	Invite          bool   `protobuf:"varint,7,opt,name=Invite,proto3" json:"Invite,omitempty"`
	Broadcast       bool   `protobuf:"varint,8,opt,name=Broadcast,proto3" json:"Broadcast,omitempty"`
	GoogleShop      bool   `protobuf:"varint,9,opt,name=GoogleShop,proto3" json:"GoogleShop,omitempty"`
	// contains filtered or unexported fields
}

func (*UserTag) Descriptor deprecated

func (*UserTag) Descriptor() ([]byte, []int)

Deprecated: Use UserTag.ProtoReflect.Descriptor instead.

func (*UserTag) GetBroadcast

func (x *UserTag) GetBroadcast() bool

func (*UserTag) GetFbIconSubscript

func (x *UserTag) GetFbIconSubscript() bool

func (*UserTag) GetGoogleShop

func (x *UserTag) GetGoogleShop() bool

func (*UserTag) GetInvite

func (x *UserTag) GetInvite() bool

func (*UserTag) GetMoneyToken

func (x *UserTag) GetMoneyToken() bool

func (*UserTag) GetPixShop

func (x *UserTag) GetPixShop() bool

func (*UserTag) GetSpecialOffer

func (x *UserTag) GetSpecialOffer() bool

func (*UserTag) GetTag

func (x *UserTag) GetTag() string

func (*UserTag) GetWithdraw

func (x *UserTag) GetWithdraw() bool

func (*UserTag) ProtoMessage

func (*UserTag) ProtoMessage()

func (*UserTag) ProtoReflect

func (x *UserTag) ProtoReflect() protoreflect.Message

func (*UserTag) Reset

func (x *UserTag) Reset()

func (*UserTag) String

func (x *UserTag) String() string

type WithdrawBindRequest

type WithdrawBindRequest struct {

	// @inject_tag: json:"Type"
	Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` // 提现方式 巴西:"Pix",美国:"cash"
	// @inject_tag: json:"BindInfo"
	BindInfo string `protobuf:"bytes,2,opt,name=BindInfo,proto3" json:"BindInfo,omitempty"` // 绑定信息的json字符串
	// contains filtered or unexported fields
}

WithdrawBindRequest 绑定提现信息请求

func (*WithdrawBindRequest) Descriptor deprecated

func (*WithdrawBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawBindRequest.ProtoReflect.Descriptor instead.

func (*WithdrawBindRequest) GetBindInfo

func (x *WithdrawBindRequest) GetBindInfo() string

func (*WithdrawBindRequest) GetType

func (x *WithdrawBindRequest) GetType() string

func (*WithdrawBindRequest) ProtoMessage

func (*WithdrawBindRequest) ProtoMessage()

func (*WithdrawBindRequest) ProtoReflect

func (x *WithdrawBindRequest) ProtoReflect() protoreflect.Message

func (*WithdrawBindRequest) Reset

func (x *WithdrawBindRequest) Reset()

func (*WithdrawBindRequest) String

func (x *WithdrawBindRequest) String() string

type WithdrawBindResponse

type WithdrawBindResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// contains filtered or unexported fields
}

func (*WithdrawBindResponse) Descriptor deprecated

func (*WithdrawBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawBindResponse.ProtoReflect.Descriptor instead.

func (*WithdrawBindResponse) GetCode

func (x *WithdrawBindResponse) GetCode() int64

func (*WithdrawBindResponse) ProtoMessage

func (*WithdrawBindResponse) ProtoMessage()

func (*WithdrawBindResponse) ProtoReflect

func (x *WithdrawBindResponse) ProtoReflect() protoreflect.Message

func (*WithdrawBindResponse) Reset

func (x *WithdrawBindResponse) Reset()

func (*WithdrawBindResponse) String

func (x *WithdrawBindResponse) String() string

type WithdrawChannelConfig

type WithdrawChannelConfig struct {
	Type   string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"`      // 通道类型
	IsOpen bool   `protobuf:"varint,2,opt,name=IsOpen,proto3" json:"IsOpen,omitempty"` // 是否开放
	Weight int64  `protobuf:"varint,3,opt,name=Weight,proto3" json:"Weight,omitempty"` // 通道权重
	// contains filtered or unexported fields
}

func (*WithdrawChannelConfig) Descriptor deprecated

func (*WithdrawChannelConfig) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawChannelConfig.ProtoReflect.Descriptor instead.

func (*WithdrawChannelConfig) GetIsOpen

func (x *WithdrawChannelConfig) GetIsOpen() bool

func (*WithdrawChannelConfig) GetType

func (x *WithdrawChannelConfig) GetType() string

func (*WithdrawChannelConfig) GetWeight

func (x *WithdrawChannelConfig) GetWeight() int64

func (*WithdrawChannelConfig) ProtoMessage

func (*WithdrawChannelConfig) ProtoMessage()

func (*WithdrawChannelConfig) ProtoReflect

func (x *WithdrawChannelConfig) ProtoReflect() protoreflect.Message

func (*WithdrawChannelConfig) Reset

func (x *WithdrawChannelConfig) Reset()

func (*WithdrawChannelConfig) String

func (x *WithdrawChannelConfig) String() string

type WithdrawConditionConfig

type WithdrawConditionConfig struct {
	SwitchCharge bool  `protobuf:"varint,1,opt,name=SwitchCharge,proto3" json:"SwitchCharge,omitempty"` // 提现是否开启充值限制
	SwitchLimit  bool  `protobuf:"varint,2,opt,name=SwitchLimit,proto3" json:"SwitchLimit,omitempty"`   // 提现是否开启充值额度限制
	Limit        int64 `protobuf:"varint,3,opt,name=Limit,proto3" json:"Limit,omitempty"`               // 提现限制的充值额度(x10000)
	// contains filtered or unexported fields
}

WithdrawConditionConfig 提现限制

func (*WithdrawConditionConfig) Descriptor deprecated

func (*WithdrawConditionConfig) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawConditionConfig.ProtoReflect.Descriptor instead.

func (*WithdrawConditionConfig) GetLimit

func (x *WithdrawConditionConfig) GetLimit() int64

func (*WithdrawConditionConfig) GetSwitchCharge

func (x *WithdrawConditionConfig) GetSwitchCharge() bool

func (*WithdrawConditionConfig) GetSwitchLimit

func (x *WithdrawConditionConfig) GetSwitchLimit() bool

func (*WithdrawConditionConfig) ProtoMessage

func (*WithdrawConditionConfig) ProtoMessage()

func (*WithdrawConditionConfig) ProtoReflect

func (x *WithdrawConditionConfig) ProtoReflect() protoreflect.Message

func (*WithdrawConditionConfig) Reset

func (x *WithdrawConditionConfig) Reset()

func (*WithdrawConditionConfig) String

func (x *WithdrawConditionConfig) String() string

type WithdrawCreateOrderRequest

type WithdrawCreateOrderRequest struct {

	// @inject_tag: json:"PackageName"
	PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"` // 包名
	// @inject_tag: json:"Channel"
	Channel string `protobuf:"bytes,2,opt,name=Channel,proto3" json:"Channel,omitempty"` // 渠道
	// @inject_tag: json:"Type"
	Type string `protobuf:"bytes,3,opt,name=Type,proto3" json:"Type,omitempty"` // 提现方式(Pix,cash)
	// @inject_tag: json:"Amount"
	Amount int64 `protobuf:"varint,4,opt,name=Amount,proto3" json:"Amount,omitempty"` // 交易金额(x10000)
	// @inject_tag: json:"Source"
	Source string `protobuf:"bytes,5,opt,name=Source,proto3" json:"Source,omitempty"` // 提现环境
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,6,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 订单ID
	// @inject_tag: json:"BindInfo"
	BindInfo string `protobuf:"bytes,7,opt,name=BindInfo,proto3" json:"BindInfo,omitempty"` // 绑定信息的json字符串
	// @inject_tag: json:"WithdrawType"
	WithdrawType int64 `protobuf:"varint,8,opt,name=WithdrawType,proto3" json:"WithdrawType,omitempty"` // 提现类型(1-免费金币提现2-付费金币提现3-推广金币提现)
	// contains filtered or unexported fields
}

WithdrawCreateOrderRequest 提现下单请求

func (*WithdrawCreateOrderRequest) Descriptor deprecated

func (*WithdrawCreateOrderRequest) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawCreateOrderRequest.ProtoReflect.Descriptor instead.

func (*WithdrawCreateOrderRequest) GetAmount

func (x *WithdrawCreateOrderRequest) GetAmount() int64

func (*WithdrawCreateOrderRequest) GetBindInfo

func (x *WithdrawCreateOrderRequest) GetBindInfo() string

func (*WithdrawCreateOrderRequest) GetChannel

func (x *WithdrawCreateOrderRequest) GetChannel() string

func (*WithdrawCreateOrderRequest) GetOrderID

func (x *WithdrawCreateOrderRequest) GetOrderID() string

func (*WithdrawCreateOrderRequest) GetPackageName

func (x *WithdrawCreateOrderRequest) GetPackageName() string

func (*WithdrawCreateOrderRequest) GetSource

func (x *WithdrawCreateOrderRequest) GetSource() string

func (*WithdrawCreateOrderRequest) GetType

func (x *WithdrawCreateOrderRequest) GetType() string

func (*WithdrawCreateOrderRequest) GetWithdrawType

func (x *WithdrawCreateOrderRequest) GetWithdrawType() int64

func (*WithdrawCreateOrderRequest) ProtoMessage

func (*WithdrawCreateOrderRequest) ProtoMessage()

func (*WithdrawCreateOrderRequest) ProtoReflect

func (*WithdrawCreateOrderRequest) Reset

func (x *WithdrawCreateOrderRequest) Reset()

func (*WithdrawCreateOrderRequest) String

func (x *WithdrawCreateOrderRequest) String() string

type WithdrawCreateOrderResponse

type WithdrawCreateOrderResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"FreeCoin"
	FreeCoin int64 `protobuf:"varint,2,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"` //免费不可提现(x10000)
	// @inject_tag: json:"FreeWinCoin"
	FreeWinCoin int64 `protobuf:"varint,3,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"` //免费可提现(x10000)
	// @inject_tag: json:"RechargeCoin"
	RechargeCoin int64 `protobuf:"varint,4,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"` //付费不可提现(x10000)
	// @inject_tag: json:"RechargeWinCoin"
	RechargeWinCoin int64 `protobuf:"varint,5,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"` //付费可提现(x10000)
	// @inject_tag: json:"InviteLockCoin"
	InviteLockCoin int64 `protobuf:"varint,6,opt,name=InviteLockCoin,proto3" json:"InviteLockCoin,omitempty"` //推广不可提现(x10000)
	// @inject_tag: json:"InviteWithdrawableCoin"
	InviteWithdrawableCoin int64 `protobuf:"varint,7,opt,name=InviteWithdrawableCoin,proto3" json:"InviteWithdrawableCoin,omitempty"` //推广可提现(x10000)
	// @inject_tag: json:"FreeWithdrawLimit"
	FreeWithdrawLimit int64 `protobuf:"varint,8,opt,name=FreeWithdrawLimit,proto3" json:"FreeWithdrawLimit,omitempty"` // 免费金币的提现额度(x10000)
	// @inject_tag: json:"WithdrawType"
	WithdrawType int64 `protobuf:"varint,9,opt,name=WithdrawType,proto3" json:"WithdrawType,omitempty"` // 提现类型(1-免费金币提现2-付费金币提现3-推广金币提现)
	// @inject_tag: json:"WithdrawCoin"
	WithdrawCoin int64 `protobuf:"varint,10,opt,name=WithdrawCoin,proto3" json:"WithdrawCoin,omitempty"` //提现金币(x10000)
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,11,opt,name=OrderID,proto3" json:"OrderID,omitempty"` // 订单ID
	// contains filtered or unexported fields
}

func (*WithdrawCreateOrderResponse) Descriptor deprecated

func (*WithdrawCreateOrderResponse) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawCreateOrderResponse.ProtoReflect.Descriptor instead.

func (*WithdrawCreateOrderResponse) GetCode

func (x *WithdrawCreateOrderResponse) GetCode() int64

func (*WithdrawCreateOrderResponse) GetFreeCoin

func (x *WithdrawCreateOrderResponse) GetFreeCoin() int64

func (*WithdrawCreateOrderResponse) GetFreeWinCoin

func (x *WithdrawCreateOrderResponse) GetFreeWinCoin() int64

func (*WithdrawCreateOrderResponse) GetFreeWithdrawLimit

func (x *WithdrawCreateOrderResponse) GetFreeWithdrawLimit() int64

func (*WithdrawCreateOrderResponse) GetInviteLockCoin

func (x *WithdrawCreateOrderResponse) GetInviteLockCoin() int64

func (*WithdrawCreateOrderResponse) GetInviteWithdrawableCoin

func (x *WithdrawCreateOrderResponse) GetInviteWithdrawableCoin() int64

func (*WithdrawCreateOrderResponse) GetOrderID

func (x *WithdrawCreateOrderResponse) GetOrderID() string

func (*WithdrawCreateOrderResponse) GetRechargeCoin

func (x *WithdrawCreateOrderResponse) GetRechargeCoin() int64

func (*WithdrawCreateOrderResponse) GetRechargeWinCoin

func (x *WithdrawCreateOrderResponse) GetRechargeWinCoin() int64

func (*WithdrawCreateOrderResponse) GetWithdrawCoin

func (x *WithdrawCreateOrderResponse) GetWithdrawCoin() int64

func (*WithdrawCreateOrderResponse) GetWithdrawType

func (x *WithdrawCreateOrderResponse) GetWithdrawType() int64

func (*WithdrawCreateOrderResponse) ProtoMessage

func (*WithdrawCreateOrderResponse) ProtoMessage()

func (*WithdrawCreateOrderResponse) ProtoReflect

func (*WithdrawCreateOrderResponse) Reset

func (x *WithdrawCreateOrderResponse) Reset()

func (*WithdrawCreateOrderResponse) String

func (x *WithdrawCreateOrderResponse) String() string

type WithdrawLimit

type WithdrawLimit struct {

	// @inject_tag: json:"ID"
	ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` // 档位ID
	// @inject_tag: json:"Limit"
	Limit int64 `protobuf:"varint,2,opt,name=Limit,proto3" json:"Limit,omitempty"` // 额度
	// @inject_tag: json:"Commission"
	Commission int64 `protobuf:"varint,3,opt,name=Commission,proto3" json:"Commission,omitempty"` // 手续费比例
	// @inject_tag: json:"MinLimit"
	MinLimit int64 `protobuf:"varint,4,opt,name=MinLimit,proto3" json:"MinLimit,omitempty"` // 最低额度(左闭右开)
	// @inject_tag: json:"MaxLimit"
	MaxLimit int64 `protobuf:"varint,5,opt,name=MaxLimit,proto3" json:"MaxLimit,omitempty"` // 最高额度(左闭右开)
	// contains filtered or unexported fields
}

WithdrawItem 提现档位

func (*WithdrawLimit) Descriptor deprecated

func (*WithdrawLimit) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawLimit.ProtoReflect.Descriptor instead.

func (*WithdrawLimit) GetCommission

func (x *WithdrawLimit) GetCommission() int64

func (*WithdrawLimit) GetID

func (x *WithdrawLimit) GetID() int64

func (*WithdrawLimit) GetLimit

func (x *WithdrawLimit) GetLimit() int64

func (*WithdrawLimit) GetMaxLimit

func (x *WithdrawLimit) GetMaxLimit() int64

func (*WithdrawLimit) GetMinLimit

func (x *WithdrawLimit) GetMinLimit() int64

func (*WithdrawLimit) ProtoMessage

func (*WithdrawLimit) ProtoMessage()

func (*WithdrawLimit) ProtoReflect

func (x *WithdrawLimit) ProtoReflect() protoreflect.Message

func (*WithdrawLimit) Reset

func (x *WithdrawLimit) Reset()

func (*WithdrawLimit) String

func (x *WithdrawLimit) String() string

type WithdrawQueryRecordListRequest

type WithdrawQueryRecordListRequest struct {
	// contains filtered or unexported fields
}

WithdrawQueryRecordListRequest 查询提现记录请求

func (*WithdrawQueryRecordListRequest) Descriptor deprecated

func (*WithdrawQueryRecordListRequest) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawQueryRecordListRequest.ProtoReflect.Descriptor instead.

func (*WithdrawQueryRecordListRequest) ProtoMessage

func (*WithdrawQueryRecordListRequest) ProtoMessage()

func (*WithdrawQueryRecordListRequest) ProtoReflect

func (*WithdrawQueryRecordListRequest) Reset

func (x *WithdrawQueryRecordListRequest) Reset()

func (*WithdrawQueryRecordListRequest) String

type WithdrawQueryRecordListResponse

type WithdrawQueryRecordListResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"RecordList"
	RecordList []*CoinRecord `protobuf:"bytes,2,rep,name=RecordList,proto3" json:"RecordList,omitempty"`
	// contains filtered or unexported fields
}

func (*WithdrawQueryRecordListResponse) Descriptor deprecated

func (*WithdrawQueryRecordListResponse) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawQueryRecordListResponse.ProtoReflect.Descriptor instead.

func (*WithdrawQueryRecordListResponse) GetCode

func (*WithdrawQueryRecordListResponse) GetRecordList

func (x *WithdrawQueryRecordListResponse) GetRecordList() []*CoinRecord

func (*WithdrawQueryRecordListResponse) ProtoMessage

func (*WithdrawQueryRecordListResponse) ProtoMessage()

func (*WithdrawQueryRecordListResponse) ProtoReflect

func (*WithdrawQueryRecordListResponse) Reset

func (*WithdrawQueryRecordListResponse) String

type WithdrawQueryStatusRequest

type WithdrawQueryStatusRequest struct {
	// contains filtered or unexported fields
}

WithdrawQueryStatusRequest 查询提现状态请求

func (*WithdrawQueryStatusRequest) Descriptor deprecated

func (*WithdrawQueryStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawQueryStatusRequest.ProtoReflect.Descriptor instead.

func (*WithdrawQueryStatusRequest) ProtoMessage

func (*WithdrawQueryStatusRequest) ProtoMessage()

func (*WithdrawQueryStatusRequest) ProtoReflect

func (*WithdrawQueryStatusRequest) Reset

func (x *WithdrawQueryStatusRequest) Reset()

func (*WithdrawQueryStatusRequest) String

func (x *WithdrawQueryStatusRequest) String() string

type WithdrawQueryStatusResponse

type WithdrawQueryStatusResponse struct {

	// @inject_tag: json:"Code"
	Code int64 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
	// @inject_tag: json:"ConditionConfig"
	ConditionConfig *WithdrawConditionConfig `protobuf:"bytes,2,opt,name=ConditionConfig,proto3" json:"ConditionConfig,omitempty"`
	// @inject_tag: json:"FreeCoin"
	FreeCoin int64 `protobuf:"varint,3,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"` //免费不可提现(x10000)
	// @inject_tag: json:"FreeWinCoin"
	FreeWinCoin int64 `protobuf:"varint,4,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"` //免费可提现(x10000)
	// @inject_tag: json:"RechargeCoin"
	RechargeCoin int64 `protobuf:"varint,5,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"` //付费不可提现(x10000)
	// @inject_tag: json:"RechargeWinCoin"
	RechargeWinCoin int64 `protobuf:"varint,6,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"` //付费可提现(x10000)
	// @inject_tag: json:"InviteLockCoin"
	InviteLockCoin int64 `protobuf:"varint,7,opt,name=InviteLockCoin,proto3" json:"InviteLockCoin,omitempty"` //推广不可提现(x10000)
	// @inject_tag: json:"InviteWithdrawableCoin"
	InviteWithdrawableCoin int64 `protobuf:"varint,8,opt,name=InviteWithdrawableCoin,proto3" json:"InviteWithdrawableCoin,omitempty"` //推广可提现(x10000)
	// @inject_tag: json:"FreeWithdrawLimit"
	FreeWithdrawLimit int64 `protobuf:"varint,9,opt,name=FreeWithdrawLimit,proto3" json:"FreeWithdrawLimit,omitempty"` // 免费金币的提现额度(x10000)
	// @inject_tag: json:"BindList"
	BindList []string `protobuf:"bytes,10,rep,name=BindList,proto3" json:"BindList,omitempty"` // 绑定信息的json字符串列表
	// @inject_tag: json:"AggIncRechargeCoin"
	AggIncRechargeCoin int64 `protobuf:"varint,11,opt,name=AggIncRechargeCoin,proto3" json:"AggIncRechargeCoin,omitempty"` // 累计获得付费金币
	// @inject_tag: json:"RechargeCurrency"
	RechargeCurrency int64 `protobuf:"varint,12,opt,name=RechargeCurrency,proto3" json:"RechargeCurrency,omitempty"` // 累计付费金额(实际付费钱数x10000)
	// @inject_tag: json:"InProgressCount"
	InProgressCount int64 `protobuf:"varint,13,opt,name=InProgressCount,proto3" json:"InProgressCount,omitempty"` // 提现中的订单数
	// @inject_tag: json:"WithdrawChannelConfig"
	ChannelConfig []*WithdrawChannelConfig `protobuf:"bytes,14,rep,name=ChannelConfig,proto3" json:"ChannelConfig,omitempty"` // 提现通道配置
	// contains filtered or unexported fields
}

func (*WithdrawQueryStatusResponse) Descriptor deprecated

func (*WithdrawQueryStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawQueryStatusResponse.ProtoReflect.Descriptor instead.

func (*WithdrawQueryStatusResponse) GetAggIncRechargeCoin

func (x *WithdrawQueryStatusResponse) GetAggIncRechargeCoin() int64

func (*WithdrawQueryStatusResponse) GetBindList

func (x *WithdrawQueryStatusResponse) GetBindList() []string

func (*WithdrawQueryStatusResponse) GetChannelConfig

func (x *WithdrawQueryStatusResponse) GetChannelConfig() []*WithdrawChannelConfig

func (*WithdrawQueryStatusResponse) GetCode

func (x *WithdrawQueryStatusResponse) GetCode() int64

func (*WithdrawQueryStatusResponse) GetConditionConfig

func (x *WithdrawQueryStatusResponse) GetConditionConfig() *WithdrawConditionConfig

func (*WithdrawQueryStatusResponse) GetFreeCoin

func (x *WithdrawQueryStatusResponse) GetFreeCoin() int64

func (*WithdrawQueryStatusResponse) GetFreeWinCoin

func (x *WithdrawQueryStatusResponse) GetFreeWinCoin() int64

func (*WithdrawQueryStatusResponse) GetFreeWithdrawLimit

func (x *WithdrawQueryStatusResponse) GetFreeWithdrawLimit() int64

func (*WithdrawQueryStatusResponse) GetInProgressCount

func (x *WithdrawQueryStatusResponse) GetInProgressCount() int64

func (*WithdrawQueryStatusResponse) GetInviteLockCoin

func (x *WithdrawQueryStatusResponse) GetInviteLockCoin() int64

func (*WithdrawQueryStatusResponse) GetInviteWithdrawableCoin

func (x *WithdrawQueryStatusResponse) GetInviteWithdrawableCoin() int64

func (*WithdrawQueryStatusResponse) GetRechargeCoin

func (x *WithdrawQueryStatusResponse) GetRechargeCoin() int64

func (*WithdrawQueryStatusResponse) GetRechargeCurrency

func (x *WithdrawQueryStatusResponse) GetRechargeCurrency() int64

func (*WithdrawQueryStatusResponse) GetRechargeWinCoin

func (x *WithdrawQueryStatusResponse) GetRechargeWinCoin() int64

func (*WithdrawQueryStatusResponse) ProtoMessage

func (*WithdrawQueryStatusResponse) ProtoMessage()

func (*WithdrawQueryStatusResponse) ProtoReflect

func (*WithdrawQueryStatusResponse) Reset

func (x *WithdrawQueryStatusResponse) Reset()

func (*WithdrawQueryStatusResponse) String

func (x *WithdrawQueryStatusResponse) String() string

type WithdrawRefundPush

type WithdrawRefundPush struct {

	// @inject_tag: json:"FreeCoin"
	FreeCoin int64 `protobuf:"varint,1,opt,name=FreeCoin,proto3" json:"FreeCoin,omitempty"` //免费不可提现(x10000)
	// @inject_tag: json:"FreeWinCoin"
	FreeWinCoin int64 `protobuf:"varint,2,opt,name=FreeWinCoin,proto3" json:"FreeWinCoin,omitempty"` //免费可提现(x10000)
	// @inject_tag: json:"RechargeCoin"
	RechargeCoin int64 `protobuf:"varint,3,opt,name=RechargeCoin,proto3" json:"RechargeCoin,omitempty"` //付费不可提现(x10000)
	// @inject_tag: json:"RechargeWinCoin"
	RechargeWinCoin int64 `protobuf:"varint,4,opt,name=RechargeWinCoin,proto3" json:"RechargeWinCoin,omitempty"` //付费可提现(x10000)
	// @inject_tag: json:"InviteLockCoin"
	InviteLockCoin int64 `protobuf:"varint,5,opt,name=InviteLockCoin,proto3" json:"InviteLockCoin,omitempty"` //推广不可提现(x10000)
	// @inject_tag: json:"InviteWithdrawableCoin"
	InviteWithdrawableCoin int64 `protobuf:"varint,6,opt,name=InviteWithdrawableCoin,proto3" json:"InviteWithdrawableCoin,omitempty"` //推广可提现(x10000)
	// @inject_tag: json:"FreeWithdrawLimit"
	FreeWithdrawLimit int64 `protobuf:"varint,7,opt,name=FreeWithdrawLimit,proto3" json:"FreeWithdrawLimit,omitempty"` // 免费金币的提现额度(x10000)
	// @inject_tag: json:"WithdrawType"
	WithdrawType int64 `protobuf:"varint,8,opt,name=WithdrawType,proto3" json:"WithdrawType,omitempty"` // 提现类型(1-免费金币提现2-付费金币提现3-推广金币提现)
	// @inject_tag: json:"WithdrawCoin"
	WithdrawCoin int64 `protobuf:"varint,9,opt,name=WithdrawCoin,proto3" json:"WithdrawCoin,omitempty"` //提现金币(x10000)
	// @inject_tag: json:"OrderID"
	OrderID string `protobuf:"bytes,10,opt,name=OrderID,proto3" json:"OrderID,omitempty"` //提现订单ID
	// contains filtered or unexported fields
}

WithdrawRefundPush 提现失败退款通知

func (*WithdrawRefundPush) Descriptor deprecated

func (*WithdrawRefundPush) Descriptor() ([]byte, []int)

Deprecated: Use WithdrawRefundPush.ProtoReflect.Descriptor instead.

func (*WithdrawRefundPush) GetFreeCoin

func (x *WithdrawRefundPush) GetFreeCoin() int64

func (*WithdrawRefundPush) GetFreeWinCoin

func (x *WithdrawRefundPush) GetFreeWinCoin() int64

func (*WithdrawRefundPush) GetFreeWithdrawLimit

func (x *WithdrawRefundPush) GetFreeWithdrawLimit() int64

func (*WithdrawRefundPush) GetInviteLockCoin

func (x *WithdrawRefundPush) GetInviteLockCoin() int64

func (*WithdrawRefundPush) GetInviteWithdrawableCoin

func (x *WithdrawRefundPush) GetInviteWithdrawableCoin() int64

func (*WithdrawRefundPush) GetOrderID

func (x *WithdrawRefundPush) GetOrderID() string

func (*WithdrawRefundPush) GetRechargeCoin

func (x *WithdrawRefundPush) GetRechargeCoin() int64

func (*WithdrawRefundPush) GetRechargeWinCoin

func (x *WithdrawRefundPush) GetRechargeWinCoin() int64

func (*WithdrawRefundPush) GetWithdrawCoin

func (x *WithdrawRefundPush) GetWithdrawCoin() int64

func (*WithdrawRefundPush) GetWithdrawType

func (x *WithdrawRefundPush) GetWithdrawType() int64

func (*WithdrawRefundPush) ProtoMessage

func (*WithdrawRefundPush) ProtoMessage()

func (*WithdrawRefundPush) ProtoReflect

func (x *WithdrawRefundPush) ProtoReflect() protoreflect.Message

func (*WithdrawRefundPush) Reset

func (x *WithdrawRefundPush) Reset()

func (*WithdrawRefundPush) String

func (x *WithdrawRefundPush) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL