lq

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NOTIFICATION_HANDLER_CAPACITY = 10
)
View Source
var NewMessageByName = map[string]func() proto.Message{}/* 553 elements not displayed */

Functions

This section is empty.

Types

type MajsoulGameClient

type MajsoulGameClient struct {
	majsoulgo.MajsoulChannel
	// contains filtered or unexported fields
}

func NewMajsoulGameClient

func NewMajsoulGameClient() *MajsoulGameClient

func (*MajsoulGameClient) AddCollectedGameRecord

func (*MajsoulGameClient) AddFinishedEnding

func (client *MajsoulGameClient) AddFinishedEnding(pbReq *lqproto.ReqFinishedEnding) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) AddNotificationHandler

func (client *MajsoulGameClient) AddNotificationHandler(pbMsg proto.Message, h func(pbMsg proto.Message))

func (*MajsoulGameClient) ApplyFriend

func (client *MajsoulGameClient) ApplyFriend(pbReq *lqproto.ReqApplyFriend) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) AuthGame

func (client *MajsoulGameClient) AuthGame(pbReq *lqproto.ReqAuthGame) (*lqproto.ResAuthGame, error)

func (*MajsoulGameClient) AuthObserve

func (client *MajsoulGameClient) AuthObserve(pbReq *lqproto.ReqAuthObserve) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BindAccount

func (client *MajsoulGameClient) BindAccount(pbReq *lqproto.ReqBindAccount) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BindEmail

func (client *MajsoulGameClient) BindEmail(pbReq *lqproto.ReqBindEmail) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BindPhoneNumber

func (client *MajsoulGameClient) BindPhoneNumber(pbReq *lqproto.ReqBindPhoneNumber) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BroadcastInGame

func (client *MajsoulGameClient) BroadcastInGame(pbReq *lqproto.ReqBroadcastInGame) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BuyFromChestShop

func (client *MajsoulGameClient) BuyFromChestShop(pbReq *lqproto.ReqBuyFromChestShop) (*lqproto.ResBuyFromChestShop, error)

func (*MajsoulGameClient) BuyFromShop

func (client *MajsoulGameClient) BuyFromShop(pbReq *lqproto.ReqBuyFromShop) (*lqproto.ResBuyFromShop, error)

func (*MajsoulGameClient) BuyFromZHP

func (client *MajsoulGameClient) BuyFromZHP(pbReq *lqproto.ReqBuyFromZHP) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BuyInABMatch

func (client *MajsoulGameClient) BuyInABMatch(pbReq *lqproto.ReqBuyInABMatch) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) BuyShiLian

func (client *MajsoulGameClient) BuyShiLian(pbReq *lqproto.ReqBuyShiLian) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CallMethod

func (client *MajsoulGameClient) CallMethod(methodFullName string, pbReq proto.Message) (proto.Message, error)

func (*MajsoulGameClient) CancelGooglePlayOrder

func (client *MajsoulGameClient) CancelGooglePlayOrder(pbReq *lqproto.ReqCancelGooglePlayOrder) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CancelMatch

func (client *MajsoulGameClient) CancelMatch(pbReq *lqproto.ReqCancelMatchQueue) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CancelUnifiedMatch

func (client *MajsoulGameClient) CancelUnifiedMatch(pbReq *lqproto.ReqCancelUnifiedMatch) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ChangeAvatar

func (client *MajsoulGameClient) ChangeAvatar(pbReq *lqproto.ReqChangeAvatar) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ChangeCharacterSkin

func (client *MajsoulGameClient) ChangeCharacterSkin(pbReq *lqproto.ReqChangeCharacterSkin) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ChangeCharacterView

func (client *MajsoulGameClient) ChangeCharacterView(pbReq *lqproto.ReqChangeCharacterView) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ChangeCollectedGameRecordRemarks

func (*MajsoulGameClient) ChangeCommonView

func (client *MajsoulGameClient) ChangeCommonView(pbReq *lqproto.ReqChangeCommonView) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ChangeMainCharacter

func (client *MajsoulGameClient) ChangeMainCharacter(pbReq *lqproto.ReqChangeMainCharacter) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CheckNetworkDelay

func (client *MajsoulGameClient) CheckNetworkDelay(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CheckPrivacy

func (client *MajsoulGameClient) CheckPrivacy(pbReq *lqproto.ReqCheckPrivacy) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ClearLeaving

func (client *MajsoulGameClient) ClearLeaving(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ClientMessage

func (client *MajsoulGameClient) ClientMessage(pbReq *lqproto.ReqClientMessage) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CompleteActivityFlipTask

func (client *MajsoulGameClient) CompleteActivityFlipTask(pbReq *lqproto.ReqCompleteActivityTask) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CompleteActivityTask

func (client *MajsoulGameClient) CompleteActivityTask(pbReq *lqproto.ReqCompleteActivityTask) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CompletePeriodActivityTask

func (client *MajsoulGameClient) CompletePeriodActivityTask(pbReq *lqproto.ReqCompleteActivityTask) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CompleteRandomActivityTask

func (client *MajsoulGameClient) CompleteRandomActivityTask(pbReq *lqproto.ReqCompleteActivityTask) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ComposeShard

func (client *MajsoulGameClient) ComposeShard(pbReq *lqproto.ReqComposeShard) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ConfirmNewRound

func (client *MajsoulGameClient) ConfirmNewRound(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CreateAlipayAppOrder

func (client *MajsoulGameClient) CreateAlipayAppOrder(pbReq *lqproto.ReqCreateAlipayAppOrder) (*lqproto.ResCreateAlipayAppOrder, error)

func (*MajsoulGameClient) CreateAlipayOrder

func (client *MajsoulGameClient) CreateAlipayOrder(pbReq *lqproto.ReqCreateAlipayOrder) (*lqproto.ResCreateAlipayOrder, error)

func (*MajsoulGameClient) CreateAlipayScanOrder

func (client *MajsoulGameClient) CreateAlipayScanOrder(pbReq *lqproto.ReqCreateAlipayScanOrder) (*lqproto.ResCreateAlipayScanOrder, error)

func (*MajsoulGameClient) CreateBillingOrder

func (client *MajsoulGameClient) CreateBillingOrder(pbReq *lqproto.ReqCreateBillingOrder) (*lqproto.ResCreateBillingOrder, error)

func (*MajsoulGameClient) CreateDMMOrder

func (client *MajsoulGameClient) CreateDMMOrder(pbReq *lqproto.ReqCreateDMMOrder) (*lqproto.ResCreateDmmOrder, error)

func (*MajsoulGameClient) CreateENAlipayOrder

func (client *MajsoulGameClient) CreateENAlipayOrder(pbReq *lqproto.ReqCreateENAlipayOrder) (*lqproto.ResCreateENAlipayOrder, error)

func (*MajsoulGameClient) CreateENJCBOrder

func (client *MajsoulGameClient) CreateENJCBOrder(pbReq *lqproto.ReqCreateENJCBOrder) (*lqproto.ResCreateENJCBOrder, error)

func (*MajsoulGameClient) CreateENMasterCardOrder

func (*MajsoulGameClient) CreateENPaypalOrder

func (client *MajsoulGameClient) CreateENPaypalOrder(pbReq *lqproto.ReqCreateENPaypalOrder) (*lqproto.ResCreateENPaypalOrder, error)

func (*MajsoulGameClient) CreateENVisaOrder

func (client *MajsoulGameClient) CreateENVisaOrder(pbReq *lqproto.ReqCreateENVisaOrder) (*lqproto.ResCreateENVisaOrder, error)

func (*MajsoulGameClient) CreateEmailVerifyCode

func (client *MajsoulGameClient) CreateEmailVerifyCode(pbReq *lqproto.ReqCreateEmailVerifyCode) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CreateGameObserveAuth

func (client *MajsoulGameClient) CreateGameObserveAuth(pbReq *lqproto.ReqCreateGameObserveAuth) (*lqproto.ResCreateGameObserveAuth, error)

func (*MajsoulGameClient) CreateIAPOrder

func (client *MajsoulGameClient) CreateIAPOrder(pbReq *lqproto.ReqCreateIAPOrder) (*lqproto.ResCreateIAPOrder, error)

func (*MajsoulGameClient) CreateJPAuOrder

func (client *MajsoulGameClient) CreateJPAuOrder(pbReq *lqproto.ReqCreateJPAuOrder) (*lqproto.ResCreateJPAuOrder, error)

func (*MajsoulGameClient) CreateJPCreditCardOrder

func (*MajsoulGameClient) CreateJPDocomoOrder

func (client *MajsoulGameClient) CreateJPDocomoOrder(pbReq *lqproto.ReqCreateJPDocomoOrder) (*lqproto.ResCreateJPDocomoOrder, error)

func (*MajsoulGameClient) CreateJPPaypalOrder

func (client *MajsoulGameClient) CreateJPPaypalOrder(pbReq *lqproto.ReqCreateJPPaypalOrder) (*lqproto.ResCreateJPPaypalOrder, error)

func (*MajsoulGameClient) CreateJPSoftbankOrder

func (client *MajsoulGameClient) CreateJPSoftbankOrder(pbReq *lqproto.ReqCreateJPSoftbankOrder) (*lqproto.ResCreateJPSoftbankOrder, error)

func (*MajsoulGameClient) CreateJPWebMoneyOrder

func (client *MajsoulGameClient) CreateJPWebMoneyOrder(pbReq *lqproto.ReqCreateJPWebMoneyOrder) (*lqproto.ResCreateJPWebMoneyOrder, error)

func (*MajsoulGameClient) CreateMyCardAndroidOrder

func (client *MajsoulGameClient) CreateMyCardAndroidOrder(pbReq *lqproto.ReqCreateMyCardOrder) (*lqproto.ResCreateMyCardOrder, error)

func (*MajsoulGameClient) CreateMyCardWebOrder

func (client *MajsoulGameClient) CreateMyCardWebOrder(pbReq *lqproto.ReqCreateMyCardOrder) (*lqproto.ResCreateMyCardOrder, error)

func (*MajsoulGameClient) CreateNickname

func (client *MajsoulGameClient) CreateNickname(pbReq *lqproto.ReqCreateNickname) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CreatePaypalOrder

func (client *MajsoulGameClient) CreatePaypalOrder(pbReq *lqproto.ReqCreatePaypalOrder) (*lqproto.ResCreatePaypalOrder, error)

func (*MajsoulGameClient) CreatePhoneLoginBind

func (client *MajsoulGameClient) CreatePhoneLoginBind(pbReq *lqproto.ReqCreatePhoneLoginBind) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CreatePhoneVerifyCode

func (client *MajsoulGameClient) CreatePhoneVerifyCode(pbReq *lqproto.ReqCreatePhoneVerifyCode) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) CreateRoom

func (client *MajsoulGameClient) CreateRoom(pbReq *lqproto.ReqCreateRoom) (*lqproto.ResCreateRoom, error)

func (*MajsoulGameClient) CreateSteamOrder

func (client *MajsoulGameClient) CreateSteamOrder(pbReq *lqproto.ReqCreateSteamOrder) (*lqproto.ResCreateSteamOrder, error)

func (*MajsoulGameClient) CreateWechatAppOrder

func (client *MajsoulGameClient) CreateWechatAppOrder(pbReq *lqproto.ReqCreateWechatAppOrder) (*lqproto.ResCreateWechatAppOrder, error)

func (*MajsoulGameClient) CreateWechatNativeOrder

func (*MajsoulGameClient) CreateXsollaOrder

func (client *MajsoulGameClient) CreateXsollaOrder(pbReq *lqproto.ReqCreateXsollaOrder) (*lqproto.ResCreateXsollaOrder, error)

func (*MajsoulGameClient) CreateYostarSDKOrder

func (client *MajsoulGameClient) CreateYostarSDKOrder(pbReq *lqproto.ReqCreateYostarOrder) (*lqproto.ResCreateYostarOrder, error)

func (*MajsoulGameClient) DeleteComment

func (client *MajsoulGameClient) DeleteComment(pbReq *lqproto.ReqDeleteComment) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) DeleteMail

func (client *MajsoulGameClient) DeleteMail(pbReq *lqproto.ReqDeleteMail) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) DigMine

func (client *MajsoulGameClient) DigMine(pbReq *lqproto.ReqDigMine) (*lqproto.ResDigMine, error)

func (*MajsoulGameClient) DmmPreLogin

func (client *MajsoulGameClient) DmmPreLogin(pbReq *lqproto.ReqDMMPreLogin) (*lqproto.ResDMMPreLogin, error)

func (*MajsoulGameClient) DoActivitySignIn

func (client *MajsoulGameClient) DoActivitySignIn(pbReq *lqproto.ReqDoActivitySignIn) (*lqproto.ResDoActivitySignIn, error)

func (*MajsoulGameClient) DoDailySignIn

func (client *MajsoulGameClient) DoDailySignIn(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) DressingStatus

func (client *MajsoulGameClient) DressingStatus(pbReq *lqproto.ReqRoomDressing) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) EmailLogin

func (client *MajsoulGameClient) EmailLogin(pbReq *lqproto.ReqEmailLogin) (*lqproto.ResLogin, error)

func (*MajsoulGameClient) EnterCustomizedContest

func (*MajsoulGameClient) EnterGame

func (client *MajsoulGameClient) EnterGame(pbReq *lqproto.ReqCommon) (*lqproto.ResEnterGame, error)

func (*MajsoulGameClient) ExchangeActivityItem

func (client *MajsoulGameClient) ExchangeActivityItem(pbReq *lqproto.ReqExchangeActivityItem) (*lqproto.ResExchangeActivityItem, error)

func (*MajsoulGameClient) ExchangeChestStone

func (client *MajsoulGameClient) ExchangeChestStone(pbReq *lqproto.ReqExchangeCurrency) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ExchangeCurrency

func (client *MajsoulGameClient) ExchangeCurrency(pbReq *lqproto.ReqExchangeCurrency) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ExchangeDiamond

func (client *MajsoulGameClient) ExchangeDiamond(pbReq *lqproto.ReqExchangeCurrency) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) FetchABMatchInfo

func (client *MajsoulGameClient) FetchABMatchInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResFetchABMatch, error)

func (*MajsoulGameClient) FetchAccountActivityData

func (client *MajsoulGameClient) FetchAccountActivityData(pbReq *lqproto.ReqCommon) (*lqproto.ResAccountActivityData, error)

func (*MajsoulGameClient) FetchAccountChallengeRankInfo

func (client *MajsoulGameClient) FetchAccountChallengeRankInfo(pbReq *lqproto.ReqAccountInfo) (*lqproto.ResAccountChallengeRankInfo, error)

func (*MajsoulGameClient) FetchAccountCharacterInfo

func (client *MajsoulGameClient) FetchAccountCharacterInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResAccountCharacterInfo, error)

func (*MajsoulGameClient) FetchAccountInfo

func (client *MajsoulGameClient) FetchAccountInfo(pbReq *lqproto.ReqAccountInfo) (*lqproto.ResAccountInfo, error)

func (*MajsoulGameClient) FetchAccountSettings

func (client *MajsoulGameClient) FetchAccountSettings(pbReq *lqproto.ReqCommon) (*lqproto.ResAccountSettings, error)

func (*MajsoulGameClient) FetchAccountState

func (client *MajsoulGameClient) FetchAccountState(pbReq *lqproto.ReqAccountList) (*lqproto.ResAccountStates, error)

func (*MajsoulGameClient) FetchAccountStatisticInfo

func (client *MajsoulGameClient) FetchAccountStatisticInfo(pbReq *lqproto.ReqAccountStatisticInfo) (*lqproto.ResAccountStatisticInfo, error)

func (*MajsoulGameClient) FetchAchievement

func (client *MajsoulGameClient) FetchAchievement(pbReq *lqproto.ReqCommon) (*lqproto.ResAchievement, error)

func (*MajsoulGameClient) FetchAchievementRate

func (client *MajsoulGameClient) FetchAchievementRate(pbReq *lqproto.ReqCommon) (*lqproto.ResFetchAchievementRate, error)

func (*MajsoulGameClient) FetchActivityBuff

func (client *MajsoulGameClient) FetchActivityBuff(pbReq *lqproto.ReqCommon) (*lqproto.ResActivityBuff, error)

func (*MajsoulGameClient) FetchActivityFlipInfo

func (client *MajsoulGameClient) FetchActivityFlipInfo(pbReq *lqproto.ReqFetchActivityFlipInfo) (*lqproto.ResFetchActivityFlipInfo, error)

func (*MajsoulGameClient) FetchActivityList

func (client *MajsoulGameClient) FetchActivityList(pbReq *lqproto.ReqCommon) (*lqproto.ResActivityList, error)

func (*MajsoulGameClient) FetchAllCommonViews

func (client *MajsoulGameClient) FetchAllCommonViews(pbReq *lqproto.ReqCommon) (*lqproto.ResAllcommonViews, error)

func (*MajsoulGameClient) FetchAnnouncement

func (client *MajsoulGameClient) FetchAnnouncement(pbReq *lqproto.ReqFetchAnnouncement) (*lqproto.ResAnnouncement, error)

func (*MajsoulGameClient) FetchBagInfo

func (client *MajsoulGameClient) FetchBagInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResBagInfo, error)

func (*MajsoulGameClient) FetchChallengeInfo

func (client *MajsoulGameClient) FetchChallengeInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResFetchChallengeInfo, error)

func (*MajsoulGameClient) FetchChallengeLeaderboard

func (client *MajsoulGameClient) FetchChallengeLeaderboard(pbReq *lqproto.ReqChallangeLeaderboard) (*lqproto.ResChallengeLeaderboard, error)

func (*MajsoulGameClient) FetchChallengeSeason

func (client *MajsoulGameClient) FetchChallengeSeason(pbReq *lqproto.ReqCommon) (*lqproto.ResChallengeSeasonInfo, error)

func (*MajsoulGameClient) FetchCharacterInfo

func (client *MajsoulGameClient) FetchCharacterInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResCharacterInfo, error)

func (*MajsoulGameClient) FetchClientValue

func (client *MajsoulGameClient) FetchClientValue(pbReq *lqproto.ReqCommon) (*lqproto.ResClientValue, error)

func (*MajsoulGameClient) FetchCollectedGameRecordList

func (client *MajsoulGameClient) FetchCollectedGameRecordList(pbReq *lqproto.ReqCommon) (*lqproto.ResCollectedGameRecordList, error)

func (*MajsoulGameClient) FetchCommentContent

func (client *MajsoulGameClient) FetchCommentContent(pbReq *lqproto.ReqFetchCommentContent) (*lqproto.ResFetchCommentContent, error)

func (*MajsoulGameClient) FetchCommentList

func (client *MajsoulGameClient) FetchCommentList(pbReq *lqproto.ReqFetchCommentList) (*lqproto.ResFetchCommentList, error)

func (*MajsoulGameClient) FetchCommentSetting

func (client *MajsoulGameClient) FetchCommentSetting(pbReq *lqproto.ReqCommon) (*lqproto.ResCommentSetting, error)

func (*MajsoulGameClient) FetchCommonView

func (client *MajsoulGameClient) FetchCommonView(pbReq *lqproto.ReqCommon) (*lqproto.ResCommonView, error)

func (*MajsoulGameClient) FetchCommonViews

func (client *MajsoulGameClient) FetchCommonViews(pbReq *lqproto.ReqCommonViews) (*lqproto.ResCommonViews, error)

func (*MajsoulGameClient) FetchConnectionInfo

func (client *MajsoulGameClient) FetchConnectionInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResConnectionInfo, error)

func (*MajsoulGameClient) FetchCurrentMatchInfo

func (client *MajsoulGameClient) FetchCurrentMatchInfo(pbReq *lqproto.ReqCurrentMatchInfo) (*lqproto.ResCurrentMatchInfo, error)

func (*MajsoulGameClient) FetchCustomizedContestAuthInfo

func (*MajsoulGameClient) FetchCustomizedContestByContestId

func (*MajsoulGameClient) FetchCustomizedContestExtendInfo

func (*MajsoulGameClient) FetchCustomizedContestGameRecords

func (*MajsoulGameClient) FetchCustomizedContestList

func (*MajsoulGameClient) FetchCustomizedContestOnlineInfo

func (*MajsoulGameClient) FetchDailySignInInfo

func (client *MajsoulGameClient) FetchDailySignInInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResDailySignInInfo, error)

func (*MajsoulGameClient) FetchDailyTask

func (client *MajsoulGameClient) FetchDailyTask(pbReq *lqproto.ReqCommon) (*lqproto.ResDailyTask, error)

func (*MajsoulGameClient) FetchFriendApplyList

func (client *MajsoulGameClient) FetchFriendApplyList(pbReq *lqproto.ReqCommon) (*lqproto.ResFriendApplyList, error)

func (*MajsoulGameClient) FetchFriendList

func (client *MajsoulGameClient) FetchFriendList(pbReq *lqproto.ReqCommon) (*lqproto.ResFriendList, error)

func (*MajsoulGameClient) FetchGameLiveInfo

func (client *MajsoulGameClient) FetchGameLiveInfo(pbReq *lqproto.ReqGameLiveInfo) (*lqproto.ResGameLiveInfo, error)

func (*MajsoulGameClient) FetchGameLiveLeftSegment

func (client *MajsoulGameClient) FetchGameLiveLeftSegment(pbReq *lqproto.ReqGameLiveLeftSegment) (*lqproto.ResGameLiveLeftSegment, error)

func (*MajsoulGameClient) FetchGameLiveList

func (client *MajsoulGameClient) FetchGameLiveList(pbReq *lqproto.ReqGameLiveList) (*lqproto.ResGameLiveList, error)

func (*MajsoulGameClient) FetchGamePlayerState

func (client *MajsoulGameClient) FetchGamePlayerState(pbReq *lqproto.ReqCommon) (*lqproto.ResGamePlayerState, error)

func (*MajsoulGameClient) FetchGamePointRank

func (client *MajsoulGameClient) FetchGamePointRank(pbReq *lqproto.ReqGamePointRank) (*lqproto.ResGamePointRank, error)

func (*MajsoulGameClient) FetchGameRecord

func (client *MajsoulGameClient) FetchGameRecord(pbReq *lqproto.ReqGameRecord) (*lqproto.ResGameRecord, error)

func (*MajsoulGameClient) FetchGameRecordList

func (client *MajsoulGameClient) FetchGameRecordList(pbReq *lqproto.ReqGameRecordList) (*lqproto.ResGameRecordList, error)

func (*MajsoulGameClient) FetchGameRecordsDetail

func (client *MajsoulGameClient) FetchGameRecordsDetail(pbReq *lqproto.ReqGameRecordsDetail) (*lqproto.ResGameRecordsDetail, error)

func (*MajsoulGameClient) FetchIDCardInfo

func (client *MajsoulGameClient) FetchIDCardInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResIDCardInfo, error)

func (*MajsoulGameClient) FetchLastPrivacy

func (client *MajsoulGameClient) FetchLastPrivacy(pbReq *lqproto.ReqFetchLastPrivacy) (*lqproto.ResFetchLastPrivacy, error)

func (*MajsoulGameClient) FetchLevelLeaderboard

func (client *MajsoulGameClient) FetchLevelLeaderboard(pbReq *lqproto.ReqLevelLeaderboard) (*lqproto.ResLevelLeaderboard, error)

func (*MajsoulGameClient) FetchMailInfo

func (client *MajsoulGameClient) FetchMailInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResMailInfo, error)

func (*MajsoulGameClient) FetchMisc

func (client *MajsoulGameClient) FetchMisc(pbReq *lqproto.ReqCommon) (*lqproto.ResMisc, error)

func (*MajsoulGameClient) FetchModNicknameTime

func (client *MajsoulGameClient) FetchModNicknameTime(pbReq *lqproto.ReqCommon) (*lqproto.ResModNicknameTime, error)

func (*MajsoulGameClient) FetchMonthTicketInfo

func (client *MajsoulGameClient) FetchMonthTicketInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResMonthTicketInfo, error)

func (*MajsoulGameClient) FetchMultiAccountBrief

func (client *MajsoulGameClient) FetchMultiAccountBrief(pbReq *lqproto.ReqMultiAccountId) (*lqproto.ResMultiAccountBrief, error)

func (*MajsoulGameClient) FetchMutiChallengeLevel

func (client *MajsoulGameClient) FetchMutiChallengeLevel(pbReq *lqproto.ReqMutiChallengeLevel) (*lqproto.ResMutiChallengeLevel, error)

func (*MajsoulGameClient) FetchPhoneLoginBind

func (client *MajsoulGameClient) FetchPhoneLoginBind(pbReq *lqproto.ReqCommon) (*lqproto.ResFetchPhoneLoginBind, error)

func (*MajsoulGameClient) FetchPlatformProducts

func (*MajsoulGameClient) FetchRankPointLeaderboard

func (*MajsoulGameClient) FetchRefundOrder

func (client *MajsoulGameClient) FetchRefundOrder(pbReq *lqproto.ReqCommon) (*lqproto.ResFetchRefundOrder, error)

func (*MajsoulGameClient) FetchReviveCoinInfo

func (client *MajsoulGameClient) FetchReviveCoinInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResReviveCoinInfo, error)

func (*MajsoulGameClient) FetchRollingNotice

func (client *MajsoulGameClient) FetchRollingNotice(pbReq *lqproto.ReqCommon) (*lqproto.ReqRollingNotice, error)

func (*MajsoulGameClient) FetchRoom

func (client *MajsoulGameClient) FetchRoom(pbReq *lqproto.ReqCommon) (*lqproto.ResSelfRoom, error)

func (*MajsoulGameClient) FetchSelfGamePointRank

func (client *MajsoulGameClient) FetchSelfGamePointRank(pbReq *lqproto.ReqGamePointRank) (*lqproto.ResFetchSelfGamePointRank, error)

func (*MajsoulGameClient) FetchServerSettings

func (client *MajsoulGameClient) FetchServerSettings(pbReq *lqproto.ReqCommon) (*lqproto.ResServerSettings, error)

func (*MajsoulGameClient) FetchServerTime

func (client *MajsoulGameClient) FetchServerTime(pbReq *lqproto.ReqCommon) (*lqproto.ResServerTime, error)

func (*MajsoulGameClient) FetchShopInfo

func (client *MajsoulGameClient) FetchShopInfo(pbReq *lqproto.ReqCommon) (*lqproto.ResShopInfo, error)

func (*MajsoulGameClient) FetchTitleList

func (client *MajsoulGameClient) FetchTitleList(pbReq *lqproto.ReqCommon) (*lqproto.ResTitleList, error)

func (*MajsoulGameClient) FetchVipReward

func (client *MajsoulGameClient) FetchVipReward(pbReq *lqproto.ReqCommon) (*lqproto.ResVipReward, error)

func (*MajsoulGameClient) FinishSyncGame

func (client *MajsoulGameClient) FinishSyncGame(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) FollowCustomizedContest

func (client *MajsoulGameClient) FollowCustomizedContest(pbReq *lqproto.ReqTargetCustomizedContest) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ForceCompleteChallengeTask

func (client *MajsoulGameClient) ForceCompleteChallengeTask(pbReq *lqproto.ReqForceCompleteChallengeTask) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GainAccumulatedPointActivityReward

func (client *MajsoulGameClient) GainAccumulatedPointActivityReward(pbReq *lqproto.ReqGainAccumulatedPointActivityReward) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GainMultiPointActivityReward

func (client *MajsoulGameClient) GainMultiPointActivityReward(pbReq *lqproto.ReqGainMultiPointActivityReward) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GainRankPointReward

func (client *MajsoulGameClient) GainRankPointReward(pbReq *lqproto.ReqGainRankPointReward) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GainReviveCoin

func (client *MajsoulGameClient) GainReviveCoin(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GainVipReward

func (client *MajsoulGameClient) GainVipReward(pbReq *lqproto.ReqGainVipReward) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GameMasterCommand

func (client *MajsoulGameClient) GameMasterCommand(pbReq *lqproto.ReqGMCommand) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) GoNextShiLian

func (client *MajsoulGameClient) GoNextShiLian(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) HandleFriendApply

func (client *MajsoulGameClient) HandleFriendApply(pbReq *lqproto.ReqHandleFriendApply) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) Heatbeat

func (client *MajsoulGameClient) Heatbeat(pbReq *lqproto.ReqHeatBeat) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) InputChiPengGang

func (client *MajsoulGameClient) InputChiPengGang(pbReq *lqproto.ReqChiPengGang) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) InputGameGMCommand

func (client *MajsoulGameClient) InputGameGMCommand(pbReq *lqproto.ReqGMCommandInGaming) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) InputOperation

func (client *MajsoulGameClient) InputOperation(pbReq *lqproto.ReqSelfOperation) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) JoinCustomizedContestChatRoom

func (*MajsoulGameClient) JoinRoom

func (client *MajsoulGameClient) JoinRoom(pbReq *lqproto.ReqJoinRoom) (*lqproto.ResJoinRoom, error)

func (*MajsoulGameClient) KickPlayer

func (client *MajsoulGameClient) KickPlayer(pbReq *lqproto.ReqRoomKick) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LeaveComment

func (client *MajsoulGameClient) LeaveComment(pbReq *lqproto.ReqLeaveComment) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LeaveCustomizedContest

func (client *MajsoulGameClient) LeaveCustomizedContest(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LeaveCustomizedContestChatRoom

func (client *MajsoulGameClient) LeaveCustomizedContestChatRoom(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LeaveRoom

func (client *MajsoulGameClient) LeaveRoom(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LikeSNS

func (client *MajsoulGameClient) LikeSNS(pbReq *lqproto.ReqLikeSNS) (*lqproto.ResLikeSNS, error)

func (*MajsoulGameClient) Login

func (client *MajsoulGameClient) Login(pbReq *lqproto.ReqLogin) (*lqproto.ResLogin, error)

func (*MajsoulGameClient) LoginBeat

func (client *MajsoulGameClient) LoginBeat(pbReq *lqproto.ReqLoginBeat) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) LoginSuccess

func (client *MajsoulGameClient) LoginSuccess(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) Logout

func (client *MajsoulGameClient) Logout(pbReq *lqproto.ReqLogout) (*lqproto.ResLogout, error)

func (*MajsoulGameClient) MatchGame

func (client *MajsoulGameClient) MatchGame(pbReq *lqproto.ReqJoinMatchQueue) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) MatchShiLian

func (client *MajsoulGameClient) MatchShiLian(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ModifyBirthday

func (client *MajsoulGameClient) ModifyBirthday(pbReq *lqproto.ReqModifyBirthday) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ModifyNickname

func (client *MajsoulGameClient) ModifyNickname(pbReq *lqproto.ReqModifyNickname) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ModifyPassword

func (client *MajsoulGameClient) ModifyPassword(pbReq *lqproto.ReqModifyPassword) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ModifyRoom

func (client *MajsoulGameClient) ModifyRoom(pbReq *lqproto.ReqModifyRoom) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ModifySignature

func (client *MajsoulGameClient) ModifySignature(pbReq *lqproto.ReqModifySignature) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) Oauth2Auth

func (client *MajsoulGameClient) Oauth2Auth(pbReq *lqproto.ReqOauth2Auth) (*lqproto.ResOauth2Auth, error)

func (*MajsoulGameClient) Oauth2Check

func (client *MajsoulGameClient) Oauth2Check(pbReq *lqproto.ReqOauth2Check) (*lqproto.ResOauth2Check, error)

func (*MajsoulGameClient) Oauth2Login

func (client *MajsoulGameClient) Oauth2Login(pbReq *lqproto.ReqOauth2Login) (*lqproto.ResLogin, error)

func (*MajsoulGameClient) Oauth2Signup

func (client *MajsoulGameClient) Oauth2Signup(pbReq *lqproto.ReqOauth2Signup) (*lqproto.ResOauth2Signup, error)

func (*MajsoulGameClient) OpenAllRewardItem

func (client *MajsoulGameClient) OpenAllRewardItem(pbReq *lqproto.ReqOpenAllRewardItem) (*lqproto.ResOpenAllRewardItem, error)

func (*MajsoulGameClient) OpenChest

func (client *MajsoulGameClient) OpenChest(pbReq *lqproto.ReqOpenChest) (*lqproto.ResOpenChest, error)

func (*MajsoulGameClient) OpenManualItem

func (client *MajsoulGameClient) OpenManualItem(pbReq *lqproto.ReqOpenManualItem) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) OpenRandomRewardItem

func (client *MajsoulGameClient) OpenRandomRewardItem(pbReq *lqproto.ReqOpenRandomRewardItem) (*lqproto.ResOpenRandomRewardItem, error)

func (*MajsoulGameClient) PayMonthTicket

func (client *MajsoulGameClient) PayMonthTicket(pbReq *lqproto.ReqPayMonthTicket) (*lqproto.ResPayMonthTicket, error)

func (*MajsoulGameClient) QuitABMatch

func (client *MajsoulGameClient) QuitABMatch(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReadAnnouncement

func (client *MajsoulGameClient) ReadAnnouncement(pbReq *lqproto.ReqReadAnnouncement) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReadGameRecord

func (client *MajsoulGameClient) ReadGameRecord(pbReq *lqproto.ReqGameRecord) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReadMail

func (client *MajsoulGameClient) ReadMail(pbReq *lqproto.ReqReadMail) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReadSNS

func (client *MajsoulGameClient) ReadSNS(pbReq *lqproto.ReqReadSNS) (*lqproto.ResReadSNS, error)

func (*MajsoulGameClient) ReadyPlay

func (client *MajsoulGameClient) ReadyPlay(pbReq *lqproto.ReqRoomReady) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReceiveABMatchReward

func (client *MajsoulGameClient) ReceiveABMatchReward(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReceiveAchievementGroupReward

func (*MajsoulGameClient) ReceiveAchievementReward

func (*MajsoulGameClient) ReceiveActivityFlipTask

func (*MajsoulGameClient) ReceiveChallengeRankReward

func (*MajsoulGameClient) ReceiveEndingReward

func (client *MajsoulGameClient) ReceiveEndingReward(pbReq *lqproto.ReqFinishedEnding) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReceiveVersionReward

func (client *MajsoulGameClient) ReceiveVersionReward(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) RefreshChallenge

func (client *MajsoulGameClient) RefreshChallenge(pbReq *lqproto.ReqCommon) (*lqproto.ResRefreshChallenge, error)

func (*MajsoulGameClient) RefreshDailyTask

func (client *MajsoulGameClient) RefreshDailyTask(pbReq *lqproto.ReqRefreshDailyTask) (*lqproto.ResRefreshDailyTask, error)

func (*MajsoulGameClient) RefreshGameObserveAuth

func (*MajsoulGameClient) RefreshZHPShop

func (client *MajsoulGameClient) RefreshZHPShop(pbReq *lqproto.ReqReshZHPShop) (*lqproto.ResRefreshZHPShop, error)

func (*MajsoulGameClient) RemoveCollectedGameRecord

func (*MajsoulGameClient) RemoveFriend

func (client *MajsoulGameClient) RemoveFriend(pbReq *lqproto.ReqRemoveFriend) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) ReplySNS

func (client *MajsoulGameClient) ReplySNS(pbReq *lqproto.ReqReplySNS) (*lqproto.ResReplySNS, error)

func (*MajsoulGameClient) ResponseCaptcha

func (client *MajsoulGameClient) ResponseCaptcha(pbReq *lqproto.ReqResponseCaptcha) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) RichmanAcitivitySpecialMove

func (client *MajsoulGameClient) RichmanAcitivitySpecialMove(pbReq *lqproto.ReqRichmanSpecialMove) (*lqproto.ResRichmanNextMove, error)

func (*MajsoulGameClient) RichmanActivityChestInfo

func (client *MajsoulGameClient) RichmanActivityChestInfo(pbReq *lqproto.ReqRichmanChestInfo) (*lqproto.ResRichmanChestInfo, error)

func (*MajsoulGameClient) RichmanActivityNextMove

func (client *MajsoulGameClient) RichmanActivityNextMove(pbReq *lqproto.ReqRichmanNextMove) (*lqproto.ResRichmanNextMove, error)

func (*MajsoulGameClient) SaveCommonViews

func (client *MajsoulGameClient) SaveCommonViews(pbReq *lqproto.ReqSaveCommonViews) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SayChatMessage

func (client *MajsoulGameClient) SayChatMessage(pbReq *lqproto.ReqSayChatMessage) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SearchAccountById

func (client *MajsoulGameClient) SearchAccountById(pbReq *lqproto.ReqSearchAccountById) (*lqproto.ResSearchAccountById, error)

func (*MajsoulGameClient) SearchAccountByPattern

func (*MajsoulGameClient) SellItem

func (client *MajsoulGameClient) SellItem(pbReq *lqproto.ReqSellItem) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SendClientMessage

func (client *MajsoulGameClient) SendClientMessage(pbReq *lqproto.ReqSendClientMessage) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SendGiftToCharacter

func (client *MajsoulGameClient) SendGiftToCharacter(pbReq *lqproto.ReqSendGiftToCharacter) (*lqproto.ResSendGiftToCharacter, error)

func (*MajsoulGameClient) ShopPurchase

func (client *MajsoulGameClient) ShopPurchase(pbReq *lqproto.ReqShopPurchase) (*lqproto.ResShopPurchase, error)

func (*MajsoulGameClient) Signup

func (*MajsoulGameClient) SolveGooglePayOrderV3

func (client *MajsoulGameClient) SolveGooglePayOrderV3(pbReq *lqproto.ReqSolveGooglePlayOrderV3) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SolveGooglePlayOrder

func (client *MajsoulGameClient) SolveGooglePlayOrder(pbReq *lqproto.ReqSolveGooglePlayOrder) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) StartCustomizedContest

func (client *MajsoulGameClient) StartCustomizedContest(pbReq *lqproto.ReqStartCustomizedContest) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) StartObserve

func (client *MajsoulGameClient) StartObserve(pbReq *lqproto.ReqCommon) (*lqproto.ResStartObserve, error)

func (*MajsoulGameClient) StartRoom

func (client *MajsoulGameClient) StartRoom(pbReq *lqproto.ReqRoomStart) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) StartUnifiedMatch

func (client *MajsoulGameClient) StartUnifiedMatch(pbReq *lqproto.ReqStartUnifiedMatch) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) StopCustomizedContest

func (client *MajsoulGameClient) StopCustomizedContest(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) StopObserve

func (client *MajsoulGameClient) StopObserve(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) SyncGame

func (client *MajsoulGameClient) SyncGame(pbReq *lqproto.ReqSyncGame) (*lqproto.ResSyncGame, error)

func (*MajsoulGameClient) TakeAttachmentFromMail

func (client *MajsoulGameClient) TakeAttachmentFromMail(pbReq *lqproto.ReqTakeAttachment) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) TerminateGame

func (client *MajsoulGameClient) TerminateGame(pbReq *lqproto.ReqCommon) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UnbindPhoneNumber

func (client *MajsoulGameClient) UnbindPhoneNumber(pbReq *lqproto.ReqUnbindPhoneNumber) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UnfollowCustomizedContest

func (client *MajsoulGameClient) UnfollowCustomizedContest(pbReq *lqproto.ReqTargetCustomizedContest) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateAccountSettings

func (client *MajsoulGameClient) UpdateAccountSettings(pbReq *lqproto.ReqUpdateAccountSettings) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateCharacterSort

func (client *MajsoulGameClient) UpdateCharacterSort(pbReq *lqproto.ReqUpdateCharacterSort) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateClientValue

func (client *MajsoulGameClient) UpdateClientValue(pbReq *lqproto.ReqUpdateClientValue) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateCommentSetting

func (client *MajsoulGameClient) UpdateCommentSetting(pbReq *lqproto.ReqUpdateCommentSetting) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateIDCardInfo

func (client *MajsoulGameClient) UpdateIDCardInfo(pbReq *lqproto.ReqUpdateIDCardInfo) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpdateReadComment

func (client *MajsoulGameClient) UpdateReadComment(pbReq *lqproto.ReqUpdateReadComment) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UpgradeActivityBuff

func (client *MajsoulGameClient) UpgradeActivityBuff(pbReq *lqproto.ReqUpgradeActivityBuff) (*lqproto.ResActivityBuff, error)

func (*MajsoulGameClient) UpgradeChallenge

func (client *MajsoulGameClient) UpgradeChallenge(pbReq *lqproto.ReqCommon) (*lqproto.ResUpgradeChallenge, error)

func (*MajsoulGameClient) UpgradeCharacter

func (client *MajsoulGameClient) UpgradeCharacter(pbReq *lqproto.ReqUpgradeCharacter) (*lqproto.ResUpgradeCharacter, error)

func (*MajsoulGameClient) UseBagItem

func (client *MajsoulGameClient) UseBagItem(pbReq *lqproto.ReqUseBagItem) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UseCommonView

func (client *MajsoulGameClient) UseCommonView(pbReq *lqproto.ReqUseCommonView) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UseGiftCode

func (client *MajsoulGameClient) UseGiftCode(pbReq *lqproto.ReqUseGiftCode) (*lqproto.ResUseGiftCode, error)

func (*MajsoulGameClient) UseSpecialGiftCode

func (client *MajsoulGameClient) UseSpecialGiftCode(pbReq *lqproto.ReqUseGiftCode) (*lqproto.ResUseSpecialGiftCode, error)

func (*MajsoulGameClient) UseTitle

func (client *MajsoulGameClient) UseTitle(pbReq *lqproto.ReqUseTitle) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) UserComplain

func (client *MajsoulGameClient) UserComplain(pbReq *lqproto.ReqUserComplain) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) VerfifyCodeForSecure

func (client *MajsoulGameClient) VerfifyCodeForSecure(pbReq *lqproto.ReqVerifyCodeForSecure) (*lqproto.ResVerfiyCodeForSecure, error)

func (*MajsoulGameClient) VerificationIAPOrder

func (client *MajsoulGameClient) VerificationIAPOrder(pbReq *lqproto.ReqVerificationIAPOrder) (*lqproto.ResVerificationIAPOrder, error)

func (*MajsoulGameClient) VerifyMyCardOrder

func (client *MajsoulGameClient) VerifyMyCardOrder(pbReq *lqproto.ReqVerifyMyCardOrder) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) VerifySteamOrder

func (client *MajsoulGameClient) VerifySteamOrder(pbReq *lqproto.ReqVerifySteamOrder) (*lqproto.ResCommon, error)

func (*MajsoulGameClient) VoteGameEnd

func (client *MajsoulGameClient) VoteGameEnd(pbReq *lqproto.ReqVoteGameEnd) (*lqproto.ResGameEndVote, error)

Jump to

Keyboard shortcuts

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