pb

package
v0.0.0-...-d9311aa Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_daemon_auth_pb_gateway_verify_proto protoreflect.FileDescriptor
View Source
var File_daemon_auth_pb_third_part_login_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GatewayVerify

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

Message generated by proto-message-gen. DO NOT EDIT. source: tencent.p1298im.login.GatewayVerify

GatewayVerify is the message type for the GatewayVerify.

func (*GatewayVerify) Descriptor deprecated

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

Deprecated: Use GatewayVerify.ProtoReflect.Descriptor instead.

func (*GatewayVerify) ProtoMessage

func (*GatewayVerify) ProtoMessage()

func (*GatewayVerify) ProtoReflect

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

func (*GatewayVerify) Reset

func (x *GatewayVerify) Reset()

func (*GatewayVerify) String

func (x *GatewayVerify) String() string

type GatewayVerify_Button

type GatewayVerify_Button struct {
	Text    string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`                      // str_text
	Action  uint32 `protobuf:"varint,2,opt,name=action,proto3" json:"action,omitempty"`                 // uint32_action
	JumpUrl string `protobuf:"bytes,3,opt,name=jump_url,json=jumpUrl,proto3" json:"jump_url,omitempty"` // str_jump_url
	// contains filtered or unexported fields
}

Button is the message type for the Button.

func (*GatewayVerify_Button) Descriptor deprecated

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

Deprecated: Use GatewayVerify_Button.ProtoReflect.Descriptor instead.

func (*GatewayVerify_Button) GetAction

func (x *GatewayVerify_Button) GetAction() uint32

func (*GatewayVerify_Button) GetJumpUrl

func (x *GatewayVerify_Button) GetJumpUrl() string

func (*GatewayVerify_Button) GetText

func (x *GatewayVerify_Button) GetText() string

func (*GatewayVerify_Button) ProtoMessage

func (*GatewayVerify_Button) ProtoMessage()

func (*GatewayVerify_Button) ProtoReflect

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

func (*GatewayVerify_Button) Reset

func (x *GatewayVerify_Button) Reset()

func (*GatewayVerify_Button) String

func (x *GatewayVerify_Button) String() string

type GatewayVerify_PicVerifyInfo

type GatewayVerify_PicVerifyInfo struct {
	Appid     uint64 `protobuf:"varint,1,opt,name=appid,proto3" json:"appid,omitempty"`                         // uint64_appid
	VerifySig []byte `protobuf:"bytes,2,opt,name=verify_sig,json=verifySig,proto3" json:"verify_sig,omitempty"` // bytes_verify_sig
	RandKey   []byte `protobuf:"bytes,3,opt,name=rand_key,json=randKey,proto3" json:"rand_key,omitempty"`       // bytes_rand_key
	// contains filtered or unexported fields
}

PicVerifyInfo is the message type for the PicVerifyInfo.

func (*GatewayVerify_PicVerifyInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_PicVerifyInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_PicVerifyInfo) GetAppid

func (x *GatewayVerify_PicVerifyInfo) GetAppid() uint64

func (*GatewayVerify_PicVerifyInfo) GetRandKey

func (x *GatewayVerify_PicVerifyInfo) GetRandKey() []byte

func (*GatewayVerify_PicVerifyInfo) GetVerifySig

func (x *GatewayVerify_PicVerifyInfo) GetVerifySig() []byte

func (*GatewayVerify_PicVerifyInfo) ProtoMessage

func (*GatewayVerify_PicVerifyInfo) ProtoMessage()

func (*GatewayVerify_PicVerifyInfo) ProtoReflect

func (*GatewayVerify_PicVerifyInfo) Reset

func (x *GatewayVerify_PicVerifyInfo) Reset()

func (*GatewayVerify_PicVerifyInfo) String

func (x *GatewayVerify_PicVerifyInfo) String() string

type GatewayVerify_ReqBindPhoneLogin

type GatewayVerify_ReqBindPhoneLogin struct {
	MsgPicVerifyInfo *GatewayVerify_PicVerifyInfo `protobuf:"bytes,10,opt,name=msg_pic_verify_info,json=msgPicVerifyInfo,proto3" json:"msg_pic_verify_info,omitempty"` // msg_pic_verify_info
	// contains filtered or unexported fields
}

ReqBindPhoneLogin is the message type for the ReqBindPhoneLogin.

func (*GatewayVerify_ReqBindPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBindPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBindPhoneLogin) GetMsgPicVerifyInfo

func (*GatewayVerify_ReqBindPhoneLogin) ProtoMessage

func (*GatewayVerify_ReqBindPhoneLogin) ProtoMessage()

func (*GatewayVerify_ReqBindPhoneLogin) ProtoReflect

func (*GatewayVerify_ReqBindPhoneLogin) Reset

func (*GatewayVerify_ReqBindPhoneLogin) String

type GatewayVerify_ReqBody

type GatewayVerify_ReqBody struct {
	MsgReqCommonInfo     *GatewayVerify_ReqCommonInfo     `protobuf:"bytes,9,opt,name=msg_req_common_info,json=msgReqCommonInfo,proto3" json:"msg_req_common_info,omitempty"`        // msg_req_common_info
	MsgReqClientInfo     *GatewayVerify_ReqClientInfo     `protobuf:"bytes,5,opt,name=msg_req_client_info,json=msgReqClientInfo,proto3" json:"msg_req_client_info,omitempty"`        // msg_req_client_info
	MsgReqThirdLogin     *GatewayVerify_ReqBodyThirdLogin `protobuf:"bytes,10,opt,name=msg_req_third_login,json=msgReqThirdLogin,proto3" json:"msg_req_third_login,omitempty"`       // msg_req_third_login
	MsgReqSelfPhone      *GatewayVerify_ReqBodySelfPhone  `protobuf:"bytes,20,opt,name=msg_req_self_phone,json=msgReqSelfPhone,proto3" json:"msg_req_self_phone,omitempty"`          // msg_req_self_phone
	MsgReqConnectLogin   *GatewayVerify_ReqConnectLogin   `protobuf:"bytes,30,opt,name=msg_req_connect_login,json=msgReqConnectLogin,proto3" json:"msg_req_connect_login,omitempty"` // msg_req_connect_login
	MsgReqBindPhoneLogin *GatewayVerify_ReqBindPhoneLogin ``                                                                                                                         // msg_req_bind_phone_login
	/* 128-byte string literal not displayed */
	MsgReqMaskQqLogin *GatewayVerify_ReqMaskQQLogin `protobuf:"bytes,50,opt,name=msg_req_mask_qq_login,json=msgReqMaskQqLogin,proto3" json:"msg_req_mask_qq_login,omitempty"` // msg_req_mask_qq_login
	MsgReqCmd_9       *GatewayVerify_ReqCmd9        `protobuf:"bytes,60,opt,name=msg_req_cmd_9,json=msgReqCmd9,proto3" json:"msg_req_cmd_9,omitempty"`                        // msg_req_cmd_9
	MsgReqCmd_17      *GatewayVerify_ReqCmd17       `protobuf:"bytes,70,opt,name=msg_req_cmd_17,json=msgReqCmd17,proto3" json:"msg_req_cmd_17,omitempty"`                     // msg_req_cmd_17
	MsgReqCmd_18      *GatewayVerify_ReqCmd18       `protobuf:"bytes,71,opt,name=msg_req_cmd_18,json=msgReqCmd18,proto3" json:"msg_req_cmd_18,omitempty"`                     // msg_req_cmd_18
	MsgReqCmd_23      *GatewayVerify_ReqCmd23       `protobuf:"bytes,76,opt,name=msg_req_cmd_23,json=msgReqCmd23,proto3" json:"msg_req_cmd_23,omitempty"`                     // msg_req_cmd_23
	// contains filtered or unexported fields
}

ReqBody is the message type for the ReqBody.

func (*GatewayVerify_ReqBody) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBody.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBody) GetMsgReqBindPhoneLogin

func (x *GatewayVerify_ReqBody) GetMsgReqBindPhoneLogin() *GatewayVerify_ReqBindPhoneLogin

func (*GatewayVerify_ReqBody) GetMsgReqClientInfo

func (x *GatewayVerify_ReqBody) GetMsgReqClientInfo() *GatewayVerify_ReqClientInfo

func (*GatewayVerify_ReqBody) GetMsgReqCmd_17

func (x *GatewayVerify_ReqBody) GetMsgReqCmd_17() *GatewayVerify_ReqCmd17

func (*GatewayVerify_ReqBody) GetMsgReqCmd_18

func (x *GatewayVerify_ReqBody) GetMsgReqCmd_18() *GatewayVerify_ReqCmd18

func (*GatewayVerify_ReqBody) GetMsgReqCmd_23

func (x *GatewayVerify_ReqBody) GetMsgReqCmd_23() *GatewayVerify_ReqCmd23

func (*GatewayVerify_ReqBody) GetMsgReqCmd_9

func (x *GatewayVerify_ReqBody) GetMsgReqCmd_9() *GatewayVerify_ReqCmd9

func (*GatewayVerify_ReqBody) GetMsgReqCommonInfo

func (x *GatewayVerify_ReqBody) GetMsgReqCommonInfo() *GatewayVerify_ReqCommonInfo

func (*GatewayVerify_ReqBody) GetMsgReqConnectLogin

func (x *GatewayVerify_ReqBody) GetMsgReqConnectLogin() *GatewayVerify_ReqConnectLogin

func (*GatewayVerify_ReqBody) GetMsgReqMaskQqLogin

func (x *GatewayVerify_ReqBody) GetMsgReqMaskQqLogin() *GatewayVerify_ReqMaskQQLogin

func (*GatewayVerify_ReqBody) GetMsgReqSelfPhone

func (x *GatewayVerify_ReqBody) GetMsgReqSelfPhone() *GatewayVerify_ReqBodySelfPhone

func (*GatewayVerify_ReqBody) GetMsgReqThirdLogin

func (x *GatewayVerify_ReqBody) GetMsgReqThirdLogin() *GatewayVerify_ReqBodyThirdLogin

func (*GatewayVerify_ReqBody) ProtoMessage

func (*GatewayVerify_ReqBody) ProtoMessage()

func (*GatewayVerify_ReqBody) ProtoReflect

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

func (*GatewayVerify_ReqBody) Reset

func (x *GatewayVerify_ReqBody) Reset()

func (*GatewayVerify_ReqBody) String

func (x *GatewayVerify_ReqBody) String() string

type GatewayVerify_ReqBodyApple

type GatewayVerify_ReqBodyApple struct {
	Appid             string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                                                  // str_appid
	UserId            string `protobuf:"bytes,12,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`                                  // str_user_id
	IdentityToken     string `protobuf:"bytes,13,opt,name=identity_token,json=identityToken,proto3" json:"identity_token,omitempty"`             // str_identity_token
	AuthorizationCode string `protobuf:"bytes,14,opt,name=authorization_code,json=authorizationCode,proto3" json:"authorization_code,omitempty"` // str_authorization_code
	NickName          string `protobuf:"bytes,30,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`                            // str_nick_name
	Gender            string `protobuf:"bytes,31,opt,name=gender,proto3" json:"gender,omitempty"`                                                // str_gender
	// contains filtered or unexported fields
}

ReqBodyApple is the message type for the ReqBodyApple.

func (*GatewayVerify_ReqBodyApple) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodyApple.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodyApple) GetAppid

func (x *GatewayVerify_ReqBodyApple) GetAppid() string

func (*GatewayVerify_ReqBodyApple) GetAuthorizationCode

func (x *GatewayVerify_ReqBodyApple) GetAuthorizationCode() string

func (*GatewayVerify_ReqBodyApple) GetGender

func (x *GatewayVerify_ReqBodyApple) GetGender() string

func (*GatewayVerify_ReqBodyApple) GetIdentityToken

func (x *GatewayVerify_ReqBodyApple) GetIdentityToken() string

func (*GatewayVerify_ReqBodyApple) GetNickName

func (x *GatewayVerify_ReqBodyApple) GetNickName() string

func (*GatewayVerify_ReqBodyApple) GetUserId

func (x *GatewayVerify_ReqBodyApple) GetUserId() string

func (*GatewayVerify_ReqBodyApple) ProtoMessage

func (*GatewayVerify_ReqBodyApple) ProtoMessage()

func (*GatewayVerify_ReqBodyApple) ProtoReflect

func (*GatewayVerify_ReqBodyApple) Reset

func (x *GatewayVerify_ReqBodyApple) Reset()

func (*GatewayVerify_ReqBodyApple) String

func (x *GatewayVerify_ReqBodyApple) String() string

type GatewayVerify_ReqBodyFaceBook

type GatewayVerify_ReqBodyFaceBook struct {
	Appid       string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                                // str_appid
	AccessToken string `protobuf:"bytes,12,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // str_access_token
	// contains filtered or unexported fields
}

ReqBodyFaceBook is the message type for the ReqBodyFaceBook.

func (*GatewayVerify_ReqBodyFaceBook) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodyFaceBook.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodyFaceBook) GetAccessToken

func (x *GatewayVerify_ReqBodyFaceBook) GetAccessToken() string

func (*GatewayVerify_ReqBodyFaceBook) GetAppid

func (x *GatewayVerify_ReqBodyFaceBook) GetAppid() string

func (*GatewayVerify_ReqBodyFaceBook) ProtoMessage

func (*GatewayVerify_ReqBodyFaceBook) ProtoMessage()

func (*GatewayVerify_ReqBodyFaceBook) ProtoReflect

func (*GatewayVerify_ReqBodyFaceBook) Reset

func (x *GatewayVerify_ReqBodyFaceBook) Reset()

func (*GatewayVerify_ReqBodyFaceBook) String

type GatewayVerify_ReqBodyGoogle

type GatewayVerify_ReqBodyGoogle struct {
	Appid   string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                    // str_appid
	IdToken string `protobuf:"bytes,12,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` // str_id_token
	// contains filtered or unexported fields
}

ReqBodyGoogle is the message type for the ReqBodyGoogle.

func (*GatewayVerify_ReqBodyGoogle) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodyGoogle.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodyGoogle) GetAppid

func (x *GatewayVerify_ReqBodyGoogle) GetAppid() string

func (*GatewayVerify_ReqBodyGoogle) GetIdToken

func (x *GatewayVerify_ReqBodyGoogle) GetIdToken() string

func (*GatewayVerify_ReqBodyGoogle) ProtoMessage

func (*GatewayVerify_ReqBodyGoogle) ProtoMessage()

func (*GatewayVerify_ReqBodyGoogle) ProtoReflect

func (*GatewayVerify_ReqBodyGoogle) Reset

func (x *GatewayVerify_ReqBodyGoogle) Reset()

func (*GatewayVerify_ReqBodyGoogle) String

func (x *GatewayVerify_ReqBodyGoogle) String() string

type GatewayVerify_ReqBodySelfPhone

type GatewayVerify_ReqBodySelfPhone struct {
	MsgReqCheckPhone   *GatewayVerify_ReqBodySelfPhoneCheck    `protobuf:"bytes,10,opt,name=msg_req_check_phone,json=msgReqCheckPhone,proto3" json:"msg_req_check_phone,omitempty"`         // msg_req_check_phone
	MsgReqGetUrl       *GatewayVerify_ReqBodySelfPhoneGetUrl   `protobuf:"bytes,11,opt,name=msg_req_get_url,json=msgReqGetUrl,proto3" json:"msg_req_get_url,omitempty"`                     // msg_req_get_url
	MsgReqCheckPhoneV4 *GatewayVerify_ReqBodySelfPhoneCheckV4  `protobuf:"bytes,12,opt,name=msg_req_check_phone_v4,json=msgReqCheckPhoneV4,proto3" json:"msg_req_check_phone_v4,omitempty"` // msg_req_check_phone_v4
	MsgReqGetUrlV4     *GatewayVerify_ReqBodySelfPhoneGetUrlV4 `protobuf:"bytes,13,opt,name=msg_req_get_url_v4,json=msgReqGetUrlV4,proto3" json:"msg_req_get_url_v4,omitempty"`             // msg_req_get_url_v4
	MsgReqPhoneLogin   *GatewayVerify_ReqBodySelfPhoneLogin    `protobuf:"bytes,14,opt,name=msg_req_phone_login,json=msgReqPhoneLogin,proto3" json:"msg_req_phone_login,omitempty"`         // msg_req_phone_login
	// contains filtered or unexported fields
}

ReqBodySelfPhone is the message type for the ReqBodySelfPhone.

func (*GatewayVerify_ReqBodySelfPhone) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhone.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhone) GetMsgReqCheckPhone

func (*GatewayVerify_ReqBodySelfPhone) GetMsgReqCheckPhoneV4

func (*GatewayVerify_ReqBodySelfPhone) GetMsgReqGetUrl

func (*GatewayVerify_ReqBodySelfPhone) GetMsgReqGetUrlV4

func (*GatewayVerify_ReqBodySelfPhone) GetMsgReqPhoneLogin

func (*GatewayVerify_ReqBodySelfPhone) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhone) ProtoMessage()

func (*GatewayVerify_ReqBodySelfPhone) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhone) Reset

func (x *GatewayVerify_ReqBodySelfPhone) Reset()

func (*GatewayVerify_ReqBodySelfPhone) String

type GatewayVerify_ReqBodySelfPhoneCheck

type GatewayVerify_ReqBodySelfPhoneCheck struct {
	Upurl     string `protobuf:"bytes,10,opt,name=upurl,proto3" json:"upurl,omitempty"`                           // str_upurl
	Token     string `protobuf:"bytes,11,opt,name=token,proto3" json:"token,omitempty"`                           // str_token
	MsgId     string `protobuf:"bytes,12,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`              // str_msg_id
	ChannelId int32  `protobuf:"varint,13,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	CellIp    string `protobuf:"bytes,14,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`           // str_cell_ip
	// contains filtered or unexported fields
}

ReqBodySelfPhoneCheck is the message type for the ReqBodySelfPhoneCheck.

func (*GatewayVerify_ReqBodySelfPhoneCheck) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhoneCheck.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhoneCheck) GetCellIp

func (*GatewayVerify_ReqBodySelfPhoneCheck) GetChannelId

func (x *GatewayVerify_ReqBodySelfPhoneCheck) GetChannelId() int32

func (*GatewayVerify_ReqBodySelfPhoneCheck) GetMsgId

func (*GatewayVerify_ReqBodySelfPhoneCheck) GetToken

func (*GatewayVerify_ReqBodySelfPhoneCheck) GetUpurl

func (*GatewayVerify_ReqBodySelfPhoneCheck) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhoneCheck) ProtoMessage()

func (*GatewayVerify_ReqBodySelfPhoneCheck) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhoneCheck) Reset

func (*GatewayVerify_ReqBodySelfPhoneCheck) String

type GatewayVerify_ReqBodySelfPhoneCheckV4

type GatewayVerify_ReqBodySelfPhoneCheckV4 struct {
	MsgId          string                          `protobuf:"bytes,10,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                              // str_msg_id
	CellIp         string                          `protobuf:"bytes,11,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                           // str_cell_ip
	SelfPhoneToken []*GatewayVerify_SelfPhoneToken `protobuf:"bytes,12,rep,name=self_phone_token,json=selfPhoneToken,proto3" json:"self_phone_token,omitempty"` // rpt_self_phone_token
	// contains filtered or unexported fields
}

ReqBodySelfPhoneCheckV4 is the message type for the ReqBodySelfPhoneCheckV4.

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhoneCheckV4.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) GetCellIp

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) GetMsgId

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) GetSelfPhoneToken

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) ProtoMessage()

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) Reset

func (*GatewayVerify_ReqBodySelfPhoneCheckV4) String

type GatewayVerify_ReqBodySelfPhoneGetUrl

type GatewayVerify_ReqBodySelfPhoneGetUrl struct {
	GetUploadUrl uint32 `protobuf:"varint,10,opt,name=get_upload_url,json=getUploadUrl,proto3" json:"get_upload_url,omitempty"` // uint32_get_upload_url
	MobilePhone  string `protobuf:"bytes,11,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`       // str_mobile_phone
	CellIp       string `protobuf:"bytes,12,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                      // str_cell_ip
	IspType      uint32 `protobuf:"varint,13,opt,name=isp_type,json=ispType,proto3" json:"isp_type,omitempty"`                  // uint32_isp_type
	// contains filtered or unexported fields
}

ReqBodySelfPhoneGetUrl is the message type for the ReqBodySelfPhoneGetUrl.

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhoneGetUrl.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) GetCellIp

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) GetGetUploadUrl

func (x *GatewayVerify_ReqBodySelfPhoneGetUrl) GetGetUploadUrl() uint32

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) GetIspType

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) GetMobilePhone

func (x *GatewayVerify_ReqBodySelfPhoneGetUrl) GetMobilePhone() string

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) ProtoMessage()

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) Reset

func (*GatewayVerify_ReqBodySelfPhoneGetUrl) String

type GatewayVerify_ReqBodySelfPhoneGetUrlV4

type GatewayVerify_ReqBodySelfPhoneGetUrlV4 struct {
	GetUploadUrl uint32 `protobuf:"varint,10,opt,name=get_upload_url,json=getUploadUrl,proto3" json:"get_upload_url,omitempty"` // uint32_get_upload_url
	MobilePhone  string `protobuf:"bytes,11,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`       // str_mobile_phone
	CellIp       string `protobuf:"bytes,12,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                      // str_cell_ip
	IspType      uint32 `protobuf:"varint,13,opt,name=isp_type,json=ispType,proto3" json:"isp_type,omitempty"`                  // uint32_isp_type
	// contains filtered or unexported fields
}

ReqBodySelfPhoneGetUrlV4 is the message type for the ReqBodySelfPhoneGetUrlV4.

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhoneGetUrlV4.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetCellIp

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetGetUploadUrl

func (x *GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetGetUploadUrl() uint32

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetIspType

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetMobilePhone

func (x *GatewayVerify_ReqBodySelfPhoneGetUrlV4) GetMobilePhone() string

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) Reset

func (*GatewayVerify_ReqBodySelfPhoneGetUrlV4) String

type GatewayVerify_ReqBodySelfPhoneLogin

type GatewayVerify_ReqBodySelfPhoneLogin struct {
	PhoneToken          []byte `protobuf:"bytes,10,opt,name=phone_token,json=phoneToken,proto3" json:"phone_token,omitempty"`                               // bytes_phone_token
	SupportAuxinfoCheck bool   `protobuf:"varint,11,opt,name=support_auxinfo_check,json=supportAuxinfoCheck,proto3" json:"support_auxinfo_check,omitempty"` // bool_support_auxinfo_check
	// contains filtered or unexported fields
}

ReqBodySelfPhoneLogin is the message type for the ReqBodySelfPhoneLogin.

func (*GatewayVerify_ReqBodySelfPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodySelfPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodySelfPhoneLogin) GetPhoneToken

func (x *GatewayVerify_ReqBodySelfPhoneLogin) GetPhoneToken() []byte

func (*GatewayVerify_ReqBodySelfPhoneLogin) GetSupportAuxinfoCheck

func (x *GatewayVerify_ReqBodySelfPhoneLogin) GetSupportAuxinfoCheck() bool

func (*GatewayVerify_ReqBodySelfPhoneLogin) ProtoMessage

func (*GatewayVerify_ReqBodySelfPhoneLogin) ProtoMessage()

func (*GatewayVerify_ReqBodySelfPhoneLogin) ProtoReflect

func (*GatewayVerify_ReqBodySelfPhoneLogin) Reset

func (*GatewayVerify_ReqBodySelfPhoneLogin) String

type GatewayVerify_ReqBodyThirdLogin

type GatewayVerify_ReqBodyThirdLogin struct {
	ServiceType    uint32                         `protobuf:"varint,10,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`            // uint32_service_type
	UinAccountType uint32                         `protobuf:"varint,11,opt,name=uin_account_type,json=uinAccountType,proto3" json:"uin_account_type,omitempty"` // uin_account_type
	MsgReqGoogle   *GatewayVerify_ReqBodyGoogle   `protobuf:"bytes,20,opt,name=msg_req_google,json=msgReqGoogle,proto3" json:"msg_req_google,omitempty"`        // msg_req_google
	MsgReqFacebook *GatewayVerify_ReqBodyFaceBook `protobuf:"bytes,21,opt,name=msg_req_facebook,json=msgReqFacebook,proto3" json:"msg_req_facebook,omitempty"`  // msg_req_facebook
	MsgReqPhone    *GatewayVerify_ReqPhoneLogin   `protobuf:"bytes,22,opt,name=msg_req_phone,json=msgReqPhone,proto3" json:"msg_req_phone,omitempty"`           // msg_req_phone
	MsgReqApple    *GatewayVerify_ReqBodyApple    `protobuf:"bytes,23,opt,name=msg_req_apple,json=msgReqApple,proto3" json:"msg_req_apple,omitempty"`           // msg_req_apple
	// contains filtered or unexported fields
}

ReqBodyThirdLogin is the message type for the ReqBodyThirdLogin.

func (*GatewayVerify_ReqBodyThirdLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqBodyThirdLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqBodyThirdLogin) GetMsgReqApple

func (*GatewayVerify_ReqBodyThirdLogin) GetMsgReqFacebook

func (*GatewayVerify_ReqBodyThirdLogin) GetMsgReqGoogle

func (*GatewayVerify_ReqBodyThirdLogin) GetMsgReqPhone

func (*GatewayVerify_ReqBodyThirdLogin) GetServiceType

func (x *GatewayVerify_ReqBodyThirdLogin) GetServiceType() uint32

func (*GatewayVerify_ReqBodyThirdLogin) GetUinAccountType

func (x *GatewayVerify_ReqBodyThirdLogin) GetUinAccountType() uint32

func (*GatewayVerify_ReqBodyThirdLogin) ProtoMessage

func (*GatewayVerify_ReqBodyThirdLogin) ProtoMessage()

func (*GatewayVerify_ReqBodyThirdLogin) ProtoReflect

func (*GatewayVerify_ReqBodyThirdLogin) Reset

func (*GatewayVerify_ReqBodyThirdLogin) String

type GatewayVerify_ReqClientInfo

type GatewayVerify_ReqClientInfo struct {
	ClientQua      string `protobuf:"bytes,1,opt,name=client_qua,json=clientQua,proto3" json:"client_qua,omitempty"`                 // str_client_qua
	ClientPlatform uint32 `protobuf:"varint,2,opt,name=client_platform,json=clientPlatform,proto3" json:"client_platform,omitempty"` // uint32_client_platform
	Qimei36        string `protobuf:"bytes,3,opt,name=qimei36,proto3" json:"qimei36,omitempty"`                                      // str_qimei36
	// contains filtered or unexported fields
}

ReqClientInfo is the message type for the ReqClientInfo.

func (*GatewayVerify_ReqClientInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqClientInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqClientInfo) GetClientPlatform

func (x *GatewayVerify_ReqClientInfo) GetClientPlatform() uint32

func (*GatewayVerify_ReqClientInfo) GetClientQua

func (x *GatewayVerify_ReqClientInfo) GetClientQua() string

func (*GatewayVerify_ReqClientInfo) GetQimei36

func (x *GatewayVerify_ReqClientInfo) GetQimei36() string

func (*GatewayVerify_ReqClientInfo) ProtoMessage

func (*GatewayVerify_ReqClientInfo) ProtoMessage()

func (*GatewayVerify_ReqClientInfo) ProtoReflect

func (*GatewayVerify_ReqClientInfo) Reset

func (x *GatewayVerify_ReqClientInfo) Reset()

func (*GatewayVerify_ReqClientInfo) String

func (x *GatewayVerify_ReqClientInfo) String() string

type GatewayVerify_ReqCmd17

type GatewayVerify_ReqCmd17 struct {
	CountryCode               uint32                                `protobuf:"varint,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` // uint32_country_code
	MobilePhone               string                                `protobuf:"bytes,2,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`  // str_mobile_phone
	MsgReqPhoneSmsExtendLogin *GatewayVerify_ReqPhoneSmsExtendLogin ``                                                                                                // msg_req_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

ReqCmd17 is the message type for the ReqCmd17.

func (*GatewayVerify_ReqCmd17) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqCmd17.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqCmd17) GetCountryCode

func (x *GatewayVerify_ReqCmd17) GetCountryCode() uint32

func (*GatewayVerify_ReqCmd17) GetMobilePhone

func (x *GatewayVerify_ReqCmd17) GetMobilePhone() string

func (*GatewayVerify_ReqCmd17) GetMsgReqPhoneSmsExtendLogin

func (x *GatewayVerify_ReqCmd17) GetMsgReqPhoneSmsExtendLogin() *GatewayVerify_ReqPhoneSmsExtendLogin

func (*GatewayVerify_ReqCmd17) ProtoMessage

func (*GatewayVerify_ReqCmd17) ProtoMessage()

func (*GatewayVerify_ReqCmd17) ProtoReflect

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

func (*GatewayVerify_ReqCmd17) Reset

func (x *GatewayVerify_ReqCmd17) Reset()

func (*GatewayVerify_ReqCmd17) String

func (x *GatewayVerify_ReqCmd17) String() string

type GatewayVerify_ReqCmd18

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

ReqCmd18 is the message type for the ReqCmd18.

func (*GatewayVerify_ReqCmd18) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqCmd18.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqCmd18) ProtoMessage

func (*GatewayVerify_ReqCmd18) ProtoMessage()

func (*GatewayVerify_ReqCmd18) ProtoReflect

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

func (*GatewayVerify_ReqCmd18) Reset

func (x *GatewayVerify_ReqCmd18) Reset()

func (*GatewayVerify_ReqCmd18) String

func (x *GatewayVerify_ReqCmd18) String() string

type GatewayVerify_ReqCmd23

type GatewayVerify_ReqCmd23 struct {
	MsgReqTimWechat *GatewayVerify_ReqTimWeChat `protobuf:"bytes,10,opt,name=msg_req_tim_wechat,json=msgReqTimWechat,proto3" json:"msg_req_tim_wechat,omitempty"` // msg_req_tim_wechat
	// contains filtered or unexported fields
}

ReqCmd23 is the message type for the ReqCmd23.

func (*GatewayVerify_ReqCmd23) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqCmd23.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqCmd23) GetMsgReqTimWechat

func (x *GatewayVerify_ReqCmd23) GetMsgReqTimWechat() *GatewayVerify_ReqTimWeChat

func (*GatewayVerify_ReqCmd23) ProtoMessage

func (*GatewayVerify_ReqCmd23) ProtoMessage()

func (*GatewayVerify_ReqCmd23) ProtoReflect

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

func (*GatewayVerify_ReqCmd23) Reset

func (x *GatewayVerify_ReqCmd23) Reset()

func (*GatewayVerify_ReqCmd23) String

func (x *GatewayVerify_ReqCmd23) String() string

type GatewayVerify_ReqCmd9

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

ReqCmd9 is the message type for the ReqCmd9.

func (*GatewayVerify_ReqCmd9) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqCmd9.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqCmd9) ProtoMessage

func (*GatewayVerify_ReqCmd9) ProtoMessage()

func (*GatewayVerify_ReqCmd9) ProtoReflect

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

func (*GatewayVerify_ReqCmd9) Reset

func (x *GatewayVerify_ReqCmd9) Reset()

func (*GatewayVerify_ReqCmd9) String

func (x *GatewayVerify_ReqCmd9) String() string

type GatewayVerify_ReqCommonInfo

type GatewayVerify_ReqCommonInfo struct {
	ReqNeedVerifyScenes      uint32 `protobuf:"varint,10,opt,name=req_need_verify_scenes,json=reqNeedVerifyScenes,proto3" json:"req_need_verify_scenes,omitempty"` // uint32_req_need_verify_scenes
	ReqSupportSelfPhoneCheck uint32 ``                                                                                                                             // uint32_req_support_self_phone_check
	/* 141-byte string literal not displayed */
	ReqSupportDiffPasswdCanVerify bool `` // bool_req_support_diff_passwd_can_verify
	/* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

ReqCommonInfo is the message type for the ReqCommonInfo.

func (*GatewayVerify_ReqCommonInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqCommonInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqCommonInfo) GetReqNeedVerifyScenes

func (x *GatewayVerify_ReqCommonInfo) GetReqNeedVerifyScenes() uint32

func (*GatewayVerify_ReqCommonInfo) GetReqSupportDiffPasswdCanVerify

func (x *GatewayVerify_ReqCommonInfo) GetReqSupportDiffPasswdCanVerify() bool

func (*GatewayVerify_ReqCommonInfo) GetReqSupportSelfPhoneCheck

func (x *GatewayVerify_ReqCommonInfo) GetReqSupportSelfPhoneCheck() uint32

func (*GatewayVerify_ReqCommonInfo) ProtoMessage

func (*GatewayVerify_ReqCommonInfo) ProtoMessage()

func (*GatewayVerify_ReqCommonInfo) ProtoReflect

func (*GatewayVerify_ReqCommonInfo) Reset

func (x *GatewayVerify_ReqCommonInfo) Reset()

func (*GatewayVerify_ReqCommonInfo) String

func (x *GatewayVerify_ReqCommonInfo) String() string

type GatewayVerify_ReqConnectLogin

type GatewayVerify_ReqConnectLogin struct {
	ConnectData string `protobuf:"bytes,1,opt,name=connect_data,json=connectData,proto3" json:"connect_data,omitempty"` // str_connect_data
	// contains filtered or unexported fields
}

ReqConnectLogin is the message type for the ReqConnectLogin.

func (*GatewayVerify_ReqConnectLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqConnectLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqConnectLogin) GetConnectData

func (x *GatewayVerify_ReqConnectLogin) GetConnectData() string

func (*GatewayVerify_ReqConnectLogin) ProtoMessage

func (*GatewayVerify_ReqConnectLogin) ProtoMessage()

func (*GatewayVerify_ReqConnectLogin) ProtoReflect

func (*GatewayVerify_ReqConnectLogin) Reset

func (x *GatewayVerify_ReqConnectLogin) Reset()

func (*GatewayVerify_ReqConnectLogin) String

type GatewayVerify_ReqMaskQQLogin

type GatewayVerify_ReqMaskQQLogin struct {
	EncryptUinInfo []byte `protobuf:"bytes,1,opt,name=encrypt_uin_info,json=encryptUinInfo,proto3" json:"encrypt_uin_info,omitempty"` // bytes_encrypt_uin_info
	// contains filtered or unexported fields
}

ReqMaskQQLogin is the message type for the ReqMaskQQLogin.

func (*GatewayVerify_ReqMaskQQLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqMaskQQLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqMaskQQLogin) GetEncryptUinInfo

func (x *GatewayVerify_ReqMaskQQLogin) GetEncryptUinInfo() []byte

func (*GatewayVerify_ReqMaskQQLogin) ProtoMessage

func (*GatewayVerify_ReqMaskQQLogin) ProtoMessage()

func (*GatewayVerify_ReqMaskQQLogin) ProtoReflect

func (*GatewayVerify_ReqMaskQQLogin) Reset

func (x *GatewayVerify_ReqMaskQQLogin) Reset()

func (*GatewayVerify_ReqMaskQQLogin) String

type GatewayVerify_ReqPhoneLogin

type GatewayVerify_ReqPhoneLogin struct {
	CountryCode string `protobuf:"bytes,11,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` // str_country_code
	PhoneNum    string `protobuf:"bytes,12,opt,name=phone_num,json=phoneNum,proto3" json:"phone_num,omitempty"`          // str_phone_num
	// contains filtered or unexported fields
}

ReqPhoneLogin is the message type for the ReqPhoneLogin.

func (*GatewayVerify_ReqPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqPhoneLogin) GetCountryCode

func (x *GatewayVerify_ReqPhoneLogin) GetCountryCode() string

func (*GatewayVerify_ReqPhoneLogin) GetPhoneNum

func (x *GatewayVerify_ReqPhoneLogin) GetPhoneNum() string

func (*GatewayVerify_ReqPhoneLogin) ProtoMessage

func (*GatewayVerify_ReqPhoneLogin) ProtoMessage()

func (*GatewayVerify_ReqPhoneLogin) ProtoReflect

func (*GatewayVerify_ReqPhoneLogin) Reset

func (x *GatewayVerify_ReqPhoneLogin) Reset()

func (*GatewayVerify_ReqPhoneLogin) String

func (x *GatewayVerify_ReqPhoneLogin) String() string

type GatewayVerify_ReqPhoneSmsExtendLogin

type GatewayVerify_ReqPhoneSmsExtendLogin struct {
	SupportFlag uint32 `protobuf:"varint,1,opt,name=support_flag,json=supportFlag,proto3" json:"support_flag,omitempty"` // uint32_support_flag
	// contains filtered or unexported fields
}

ReqPhoneSmsExtendLogin is the message type for the ReqPhoneSmsExtendLogin.

func (*GatewayVerify_ReqPhoneSmsExtendLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqPhoneSmsExtendLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqPhoneSmsExtendLogin) GetSupportFlag

func (x *GatewayVerify_ReqPhoneSmsExtendLogin) GetSupportFlag() uint32

func (*GatewayVerify_ReqPhoneSmsExtendLogin) ProtoMessage

func (*GatewayVerify_ReqPhoneSmsExtendLogin) ProtoMessage()

func (*GatewayVerify_ReqPhoneSmsExtendLogin) ProtoReflect

func (*GatewayVerify_ReqPhoneSmsExtendLogin) Reset

func (*GatewayVerify_ReqPhoneSmsExtendLogin) String

type GatewayVerify_ReqTimWeChat

type GatewayVerify_ReqTimWeChat struct {
	SupportMobileRegister uint32 `` // uint32_support_mobile_register
	/* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

ReqTimWeChat is the message type for the ReqTimWeChat.

func (*GatewayVerify_ReqTimWeChat) Descriptor deprecated

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

Deprecated: Use GatewayVerify_ReqTimWeChat.ProtoReflect.Descriptor instead.

func (*GatewayVerify_ReqTimWeChat) GetSupportMobileRegister

func (x *GatewayVerify_ReqTimWeChat) GetSupportMobileRegister() uint32

func (*GatewayVerify_ReqTimWeChat) ProtoMessage

func (*GatewayVerify_ReqTimWeChat) ProtoMessage()

func (*GatewayVerify_ReqTimWeChat) ProtoReflect

func (*GatewayVerify_ReqTimWeChat) Reset

func (x *GatewayVerify_ReqTimWeChat) Reset()

func (*GatewayVerify_ReqTimWeChat) String

func (x *GatewayVerify_ReqTimWeChat) String() string

type GatewayVerify_RspBindPhoneLogin

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

RspBindPhoneLogin is the message type for the RspBindPhoneLogin.

func (*GatewayVerify_RspBindPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBindPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBindPhoneLogin) ProtoMessage

func (*GatewayVerify_RspBindPhoneLogin) ProtoMessage()

func (*GatewayVerify_RspBindPhoneLogin) ProtoReflect

func (*GatewayVerify_RspBindPhoneLogin) Reset

func (*GatewayVerify_RspBindPhoneLogin) String

type GatewayVerify_RspBody

type GatewayVerify_RspBody struct {
	MsgRspCommonInfo     *GatewayVerify_RspCommonInfo     `protobuf:"bytes,9,opt,name=msg_rsp_common_info,json=msgRspCommonInfo,proto3" json:"msg_rsp_common_info,omitempty"`        // msg_rsp_common_info
	MsgRspThirdLogin     *GatewayVerify_RspBodyThirdLogin `protobuf:"bytes,10,opt,name=msg_rsp_third_login,json=msgRspThirdLogin,proto3" json:"msg_rsp_third_login,omitempty"`       // msg_rsp_third_login
	MsgRspSelfPhone      *GatewayVerify_RspBodySelfPhone  `protobuf:"bytes,20,opt,name=msg_rsp_self_phone,json=msgRspSelfPhone,proto3" json:"msg_rsp_self_phone,omitempty"`          // msg_rsp_self_phone
	MsgRspConnectLogin   *GatewayVerify_RspConnectLogin   `protobuf:"bytes,30,opt,name=msg_rsp_connect_login,json=msgRspConnectLogin,proto3" json:"msg_rsp_connect_login,omitempty"` // msg_rsp_connect_login
	MsgRspBindPhoneLogin *GatewayVerify_RspBindPhoneLogin ``                                                                                                                         // msg_rsp_bind_phone_login
	/* 128-byte string literal not displayed */
	MsgRspLftInfo  *GatewayVerify_RspLftInfo  `protobuf:"bytes,50,opt,name=msg_rsp_lft_info,json=msgRspLftInfo,proto3" json:"msg_rsp_lft_info,omitempty"`    // msg_rsp_lft_info
	MsgRspTipsInfo *GatewayVerify_RspTipsInfo `protobuf:"bytes,60,opt,name=msg_rsp_tips_info,json=msgRspTipsInfo,proto3" json:"msg_rsp_tips_info,omitempty"` // msg_rsp_tips_info
	MsgRspCmd_9    *GatewayVerify_RspCmd9     `protobuf:"bytes,70,opt,name=msg_rsp_cmd_9,json=msgRspCmd9,proto3" json:"msg_rsp_cmd_9,omitempty"`             // msg_rsp_cmd_9
	MsgRspCmd_17   *GatewayVerify_RspCmd17    `protobuf:"bytes,80,opt,name=msg_rsp_cmd_17,json=msgRspCmd17,proto3" json:"msg_rsp_cmd_17,omitempty"`          // msg_rsp_cmd_17
	MsgRspCmd_18   *GatewayVerify_RspCmd18    `protobuf:"bytes,81,opt,name=msg_rsp_cmd_18,json=msgRspCmd18,proto3" json:"msg_rsp_cmd_18,omitempty"`          // msg_rsp_cmd_18
	MsgRspCmd_23   *GatewayVerify_RspCmd23    `protobuf:"bytes,86,opt,name=msg_rsp_cmd_23,json=msgRspCmd23,proto3" json:"msg_rsp_cmd_23,omitempty"`          // msg_rsp_cmd_23
	// contains filtered or unexported fields
}

RspBody is the message type for the RspBody.

func (*GatewayVerify_RspBody) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBody.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBody) GetMsgRspBindPhoneLogin

func (x *GatewayVerify_RspBody) GetMsgRspBindPhoneLogin() *GatewayVerify_RspBindPhoneLogin

func (*GatewayVerify_RspBody) GetMsgRspCmd_17

func (x *GatewayVerify_RspBody) GetMsgRspCmd_17() *GatewayVerify_RspCmd17

func (*GatewayVerify_RspBody) GetMsgRspCmd_18

func (x *GatewayVerify_RspBody) GetMsgRspCmd_18() *GatewayVerify_RspCmd18

func (*GatewayVerify_RspBody) GetMsgRspCmd_23

func (x *GatewayVerify_RspBody) GetMsgRspCmd_23() *GatewayVerify_RspCmd23

func (*GatewayVerify_RspBody) GetMsgRspCmd_9

func (x *GatewayVerify_RspBody) GetMsgRspCmd_9() *GatewayVerify_RspCmd9

func (*GatewayVerify_RspBody) GetMsgRspCommonInfo

func (x *GatewayVerify_RspBody) GetMsgRspCommonInfo() *GatewayVerify_RspCommonInfo

func (*GatewayVerify_RspBody) GetMsgRspConnectLogin

func (x *GatewayVerify_RspBody) GetMsgRspConnectLogin() *GatewayVerify_RspConnectLogin

func (*GatewayVerify_RspBody) GetMsgRspLftInfo

func (x *GatewayVerify_RspBody) GetMsgRspLftInfo() *GatewayVerify_RspLftInfo

func (*GatewayVerify_RspBody) GetMsgRspSelfPhone

func (x *GatewayVerify_RspBody) GetMsgRspSelfPhone() *GatewayVerify_RspBodySelfPhone

func (*GatewayVerify_RspBody) GetMsgRspThirdLogin

func (x *GatewayVerify_RspBody) GetMsgRspThirdLogin() *GatewayVerify_RspBodyThirdLogin

func (*GatewayVerify_RspBody) GetMsgRspTipsInfo

func (x *GatewayVerify_RspBody) GetMsgRspTipsInfo() *GatewayVerify_RspTipsInfo

func (*GatewayVerify_RspBody) ProtoMessage

func (*GatewayVerify_RspBody) ProtoMessage()

func (*GatewayVerify_RspBody) ProtoReflect

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

func (*GatewayVerify_RspBody) Reset

func (x *GatewayVerify_RspBody) Reset()

func (*GatewayVerify_RspBody) String

func (x *GatewayVerify_RspBody) String() string

type GatewayVerify_RspBodyApple

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

RspBodyApple is the message type for the RspBodyApple.

func (*GatewayVerify_RspBodyApple) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodyApple.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodyApple) ProtoMessage

func (*GatewayVerify_RspBodyApple) ProtoMessage()

func (*GatewayVerify_RspBodyApple) ProtoReflect

func (*GatewayVerify_RspBodyApple) Reset

func (x *GatewayVerify_RspBodyApple) Reset()

func (*GatewayVerify_RspBodyApple) String

func (x *GatewayVerify_RspBodyApple) String() string

type GatewayVerify_RspBodyFaceBook

type GatewayVerify_RspBodyFaceBook struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspBodyFaceBook is the message type for the RspBodyFaceBook.

func (*GatewayVerify_RspBodyFaceBook) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodyFaceBook.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodyFaceBook) GetUserProfile

func (x *GatewayVerify_RspBodyFaceBook) GetUserProfile() string

func (*GatewayVerify_RspBodyFaceBook) ProtoMessage

func (*GatewayVerify_RspBodyFaceBook) ProtoMessage()

func (*GatewayVerify_RspBodyFaceBook) ProtoReflect

func (*GatewayVerify_RspBodyFaceBook) Reset

func (x *GatewayVerify_RspBodyFaceBook) Reset()

func (*GatewayVerify_RspBodyFaceBook) String

type GatewayVerify_RspBodyGoogle

type GatewayVerify_RspBodyGoogle struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspBodyGoogle is the message type for the RspBodyGoogle.

func (*GatewayVerify_RspBodyGoogle) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodyGoogle.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodyGoogle) GetUserProfile

func (x *GatewayVerify_RspBodyGoogle) GetUserProfile() string

func (*GatewayVerify_RspBodyGoogle) ProtoMessage

func (*GatewayVerify_RspBodyGoogle) ProtoMessage()

func (*GatewayVerify_RspBodyGoogle) ProtoReflect

func (*GatewayVerify_RspBodyGoogle) Reset

func (x *GatewayVerify_RspBodyGoogle) Reset()

func (*GatewayVerify_RspBodyGoogle) String

func (x *GatewayVerify_RspBodyGoogle) String() string

type GatewayVerify_RspBodySelfPhone

type GatewayVerify_RspBodySelfPhone struct {
	MsgRspCheckPhone *GatewayVerify_RspBodySelfPhoneCheck    `protobuf:"bytes,10,opt,name=msg_rsp_check_phone,json=msgRspCheckPhone,proto3" json:"msg_rsp_check_phone,omitempty"` // msg_rsp_check_phone
	MsgRspGetUrl     *GatewayVerify_RspBodySelfPhoneGetUrl   `protobuf:"bytes,11,opt,name=msg_rsp_get_url,json=msgRspGetUrl,proto3" json:"msg_rsp_get_url,omitempty"`             // msg_rsp_get_url
	MsgRspGetUrlV4   *GatewayVerify_RspBodySelfPhoneGetUrlV4 `protobuf:"bytes,12,opt,name=msg_rsp_get_url_v4,json=msgRspGetUrlV4,proto3" json:"msg_rsp_get_url_v4,omitempty"`     // msg_rsp_get_url_v4
	MsgRspPhoneLogin *GatewayVerify_RspBodySelfPhoneLogin    `protobuf:"bytes,13,opt,name=msg_rsp_phone_login,json=msgRspPhoneLogin,proto3" json:"msg_rsp_phone_login,omitempty"` // msg_rsp_phone_login
	// contains filtered or unexported fields
}

RspBodySelfPhone is the message type for the RspBodySelfPhone.

func (*GatewayVerify_RspBodySelfPhone) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodySelfPhone.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodySelfPhone) GetMsgRspCheckPhone

func (*GatewayVerify_RspBodySelfPhone) GetMsgRspGetUrl

func (*GatewayVerify_RspBodySelfPhone) GetMsgRspGetUrlV4

func (*GatewayVerify_RspBodySelfPhone) GetMsgRspPhoneLogin

func (*GatewayVerify_RspBodySelfPhone) ProtoMessage

func (*GatewayVerify_RspBodySelfPhone) ProtoMessage()

func (*GatewayVerify_RspBodySelfPhone) ProtoReflect

func (*GatewayVerify_RspBodySelfPhone) Reset

func (x *GatewayVerify_RspBodySelfPhone) Reset()

func (*GatewayVerify_RspBodySelfPhone) String

type GatewayVerify_RspBodySelfPhoneCheck

type GatewayVerify_RspBodySelfPhoneCheck struct {
	UploadRedirectUrl  string `protobuf:"bytes,10,opt,name=upload_redirect_url,json=uploadRedirectUrl,proto3" json:"upload_redirect_url,omitempty"`     // str_upload_redirect_url
	MsgId              string `protobuf:"bytes,11,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                                           // str_msg_id
	ChannelId          int32  `protobuf:"varint,12,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                              // int32_channel_id
	ChannelCarrierType int32  `protobuf:"varint,13,opt,name=channel_carrier_type,json=channelCarrierType,proto3" json:"channel_carrier_type,omitempty"` // int32_channel_carrier_type
	// contains filtered or unexported fields
}

RspBodySelfPhoneCheck is the message type for the RspBodySelfPhoneCheck.

func (*GatewayVerify_RspBodySelfPhoneCheck) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodySelfPhoneCheck.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodySelfPhoneCheck) GetChannelCarrierType

func (x *GatewayVerify_RspBodySelfPhoneCheck) GetChannelCarrierType() int32

func (*GatewayVerify_RspBodySelfPhoneCheck) GetChannelId

func (x *GatewayVerify_RspBodySelfPhoneCheck) GetChannelId() int32

func (*GatewayVerify_RspBodySelfPhoneCheck) GetMsgId

func (*GatewayVerify_RspBodySelfPhoneCheck) GetUploadRedirectUrl

func (x *GatewayVerify_RspBodySelfPhoneCheck) GetUploadRedirectUrl() string

func (*GatewayVerify_RspBodySelfPhoneCheck) ProtoMessage

func (*GatewayVerify_RspBodySelfPhoneCheck) ProtoMessage()

func (*GatewayVerify_RspBodySelfPhoneCheck) ProtoReflect

func (*GatewayVerify_RspBodySelfPhoneCheck) Reset

func (*GatewayVerify_RspBodySelfPhoneCheck) String

type GatewayVerify_RspBodySelfPhoneGetUrl

type GatewayVerify_RspBodySelfPhoneGetUrl struct {
	UploadUrl string `protobuf:"bytes,10,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`  // str_upload_url
	MsgId     string `protobuf:"bytes,11,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`              // str_msg_id
	ChannelId int32  `protobuf:"varint,12,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

RspBodySelfPhoneGetUrl is the message type for the RspBodySelfPhoneGetUrl.

func (*GatewayVerify_RspBodySelfPhoneGetUrl) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodySelfPhoneGetUrl.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodySelfPhoneGetUrl) GetChannelId

func (x *GatewayVerify_RspBodySelfPhoneGetUrl) GetChannelId() int32

func (*GatewayVerify_RspBodySelfPhoneGetUrl) GetMsgId

func (*GatewayVerify_RspBodySelfPhoneGetUrl) GetUploadUrl

func (x *GatewayVerify_RspBodySelfPhoneGetUrl) GetUploadUrl() string

func (*GatewayVerify_RspBodySelfPhoneGetUrl) ProtoMessage

func (*GatewayVerify_RspBodySelfPhoneGetUrl) ProtoMessage()

func (*GatewayVerify_RspBodySelfPhoneGetUrl) ProtoReflect

func (*GatewayVerify_RspBodySelfPhoneGetUrl) Reset

func (*GatewayVerify_RspBodySelfPhoneGetUrl) String

type GatewayVerify_RspBodySelfPhoneGetUrlV4

type GatewayVerify_RspBodySelfPhoneGetUrlV4 struct {
	MsgId        string                        `protobuf:"bytes,10,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                        // str_msg_id
	SelfPhoneUrl []*GatewayVerify_SelfPhoneUrl `protobuf:"bytes,11,rep,name=self_phone_url,json=selfPhoneUrl,proto3" json:"self_phone_url,omitempty"` // rpt_self_phone_url
	// contains filtered or unexported fields
}

RspBodySelfPhoneGetUrlV4 is the message type for the RspBodySelfPhoneGetUrlV4.

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodySelfPhoneGetUrlV4.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) GetMsgId

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) GetSelfPhoneUrl

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) ProtoMessage

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) ProtoReflect

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) Reset

func (*GatewayVerify_RspBodySelfPhoneGetUrlV4) String

type GatewayVerify_RspBodySelfPhoneLogin

type GatewayVerify_RspBodySelfPhoneLogin struct {
	BindUinInfo         []*GatewayVerify_UinInfo `protobuf:"bytes,10,rep,name=bind_uin_info,json=bindUinInfo,proto3" json:"bind_uin_info,omitempty"`                           // rpt_bind_uin_info
	PhoneBindResult     int32                    `protobuf:"varint,11,opt,name=phone_bind_result,json=phoneBindResult,proto3" json:"phone_bind_result,omitempty"`              // int32_phone_bind_result
	PhoneBindMsgTitle   string                   `protobuf:"bytes,12,opt,name=phone_bind_msg_title,json=phoneBindMsgTitle,proto3" json:"phone_bind_msg_title,omitempty"`       // str_phone_bind_msg_title
	PhoneBindMsgContent string                   `protobuf:"bytes,13,opt,name=phone_bind_msg_content,json=phoneBindMsgContent,proto3" json:"phone_bind_msg_content,omitempty"` // str_phone_bind_msg_content
	// contains filtered or unexported fields
}

RspBodySelfPhoneLogin is the message type for the RspBodySelfPhoneLogin.

func (*GatewayVerify_RspBodySelfPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodySelfPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodySelfPhoneLogin) GetBindUinInfo

func (*GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindMsgContent

func (x *GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindMsgContent() string

func (*GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindMsgTitle

func (x *GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindMsgTitle() string

func (*GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindResult

func (x *GatewayVerify_RspBodySelfPhoneLogin) GetPhoneBindResult() int32

func (*GatewayVerify_RspBodySelfPhoneLogin) ProtoMessage

func (*GatewayVerify_RspBodySelfPhoneLogin) ProtoMessage()

func (*GatewayVerify_RspBodySelfPhoneLogin) ProtoReflect

func (*GatewayVerify_RspBodySelfPhoneLogin) Reset

func (*GatewayVerify_RspBodySelfPhoneLogin) String

type GatewayVerify_RspBodyThirdLogin

type GatewayVerify_RspBodyThirdLogin struct {
	ServiceType    uint32                         `protobuf:"varint,10,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`           // uint32_service_type
	QqUin          uint64                         `protobuf:"varint,11,opt,name=qq_uin,json=qqUin,proto3" json:"qq_uin,omitempty"`                             // uint64_qq_uin
	RegisterFlag   uint32                         `protobuf:"varint,12,opt,name=register_flag,json=registerFlag,proto3" json:"register_flag,omitempty"`        // uint32_register_flag
	RegisterToken  string                         `protobuf:"bytes,13,opt,name=register_token,json=registerToken,proto3" json:"register_token,omitempty"`      // str_register_token
	MsgRspGoogle   *GatewayVerify_RspBodyGoogle   `protobuf:"bytes,20,opt,name=msg_rsp_google,json=msgRspGoogle,proto3" json:"msg_rsp_google,omitempty"`       // msg_rsp_google
	MsgRspFacebook *GatewayVerify_RspBodyFaceBook `protobuf:"bytes,21,opt,name=msg_rsp_facebook,json=msgRspFacebook,proto3" json:"msg_rsp_facebook,omitempty"` // msg_rsp_facebook
	MsgRspPhone    *GatewayVerify_RspPhoneLogin   `protobuf:"bytes,22,opt,name=msg_rsp_phone,json=msgRspPhone,proto3" json:"msg_rsp_phone,omitempty"`          // msg_rsp_phone
	MsgRspApple    *GatewayVerify_RspBodyApple    `protobuf:"bytes,23,opt,name=msg_rsp_apple,json=msgRspApple,proto3" json:"msg_rsp_apple,omitempty"`          // msg_rsp_apple
	// contains filtered or unexported fields
}

RspBodyThirdLogin is the message type for the RspBodyThirdLogin.

func (*GatewayVerify_RspBodyThirdLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspBodyThirdLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspBodyThirdLogin) GetMsgRspApple

func (*GatewayVerify_RspBodyThirdLogin) GetMsgRspFacebook

func (*GatewayVerify_RspBodyThirdLogin) GetMsgRspGoogle

func (*GatewayVerify_RspBodyThirdLogin) GetMsgRspPhone

func (*GatewayVerify_RspBodyThirdLogin) GetQqUin

func (*GatewayVerify_RspBodyThirdLogin) GetRegisterFlag

func (x *GatewayVerify_RspBodyThirdLogin) GetRegisterFlag() uint32

func (*GatewayVerify_RspBodyThirdLogin) GetRegisterToken

func (x *GatewayVerify_RspBodyThirdLogin) GetRegisterToken() string

func (*GatewayVerify_RspBodyThirdLogin) GetServiceType

func (x *GatewayVerify_RspBodyThirdLogin) GetServiceType() uint32

func (*GatewayVerify_RspBodyThirdLogin) ProtoMessage

func (*GatewayVerify_RspBodyThirdLogin) ProtoMessage()

func (*GatewayVerify_RspBodyThirdLogin) ProtoReflect

func (*GatewayVerify_RspBodyThirdLogin) Reset

func (*GatewayVerify_RspBodyThirdLogin) String

type GatewayVerify_RspCmd17

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

RspCmd17 is the message type for the RspCmd17.

func (*GatewayVerify_RspCmd17) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspCmd17.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspCmd17) ProtoMessage

func (*GatewayVerify_RspCmd17) ProtoMessage()

func (*GatewayVerify_RspCmd17) ProtoReflect

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

func (*GatewayVerify_RspCmd17) Reset

func (x *GatewayVerify_RspCmd17) Reset()

func (*GatewayVerify_RspCmd17) String

func (x *GatewayVerify_RspCmd17) String() string

type GatewayVerify_RspCmd18

type GatewayVerify_RspCmd18 struct {
	MsgRspPhoneSmsExtendLogin *GatewayVerify_RspPhoneSmsExtendLogin `` // msg_rsp_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

RspCmd18 is the message type for the RspCmd18.

func (*GatewayVerify_RspCmd18) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspCmd18.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspCmd18) GetMsgRspPhoneSmsExtendLogin

func (x *GatewayVerify_RspCmd18) GetMsgRspPhoneSmsExtendLogin() *GatewayVerify_RspPhoneSmsExtendLogin

func (*GatewayVerify_RspCmd18) ProtoMessage

func (*GatewayVerify_RspCmd18) ProtoMessage()

func (*GatewayVerify_RspCmd18) ProtoReflect

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

func (*GatewayVerify_RspCmd18) Reset

func (x *GatewayVerify_RspCmd18) Reset()

func (*GatewayVerify_RspCmd18) String

func (x *GatewayVerify_RspCmd18) String() string

type GatewayVerify_RspCmd23

type GatewayVerify_RspCmd23 struct {
	MsgRspTimeWechat *GatewayVerify_RspTimWeChat `protobuf:"bytes,10,opt,name=msg_rsp_time_wechat,json=msgRspTimeWechat,proto3" json:"msg_rsp_time_wechat,omitempty"` // msg_rsp_time_wechat
	// contains filtered or unexported fields
}

RspCmd23 is the message type for the RspCmd23.

func (*GatewayVerify_RspCmd23) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspCmd23.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspCmd23) GetMsgRspTimeWechat

func (x *GatewayVerify_RspCmd23) GetMsgRspTimeWechat() *GatewayVerify_RspTimWeChat

func (*GatewayVerify_RspCmd23) ProtoMessage

func (*GatewayVerify_RspCmd23) ProtoMessage()

func (*GatewayVerify_RspCmd23) ProtoReflect

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

func (*GatewayVerify_RspCmd23) Reset

func (x *GatewayVerify_RspCmd23) Reset()

func (*GatewayVerify_RspCmd23) String

func (x *GatewayVerify_RspCmd23) String() string

type GatewayVerify_RspCmd9

type GatewayVerify_RspCmd9 struct {
	MsgRspPhoneSmsExtendLogin *GatewayVerify_RspPhoneSmsExtendLogin `` // msg_rsp_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

RspCmd9 is the message type for the RspCmd9.

func (*GatewayVerify_RspCmd9) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspCmd9.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspCmd9) GetMsgRspPhoneSmsExtendLogin

func (x *GatewayVerify_RspCmd9) GetMsgRspPhoneSmsExtendLogin() *GatewayVerify_RspPhoneSmsExtendLogin

func (*GatewayVerify_RspCmd9) ProtoMessage

func (*GatewayVerify_RspCmd9) ProtoMessage()

func (*GatewayVerify_RspCmd9) ProtoReflect

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

func (*GatewayVerify_RspCmd9) Reset

func (x *GatewayVerify_RspCmd9) Reset()

func (*GatewayVerify_RspCmd9) String

func (x *GatewayVerify_RspCmd9) String() string

type GatewayVerify_RspCommonInfo

type GatewayVerify_RspCommonInfo struct {
	NeedVerifyScenes uint32               `protobuf:"varint,10,opt,name=need_verify_scenes,json=needVerifyScenes,proto3" json:"need_verify_scenes,omitempty"` // uint32_need_verify_scenes
	MsgRspNt         *GatewayVerify_RspNT `protobuf:"bytes,11,opt,name=msg_rsp_nt,json=msgRspNt,proto3" json:"msg_rsp_nt,omitempty"`                          // msg_rsp_nt
	A1Seq            uint32               `protobuf:"varint,12,opt,name=a1_seq,json=a1Seq,proto3" json:"a1_seq,omitempty"`                                    // uint32_a1_seq
	// contains filtered or unexported fields
}

RspCommonInfo is the message type for the RspCommonInfo.

func (*GatewayVerify_RspCommonInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspCommonInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspCommonInfo) GetA1Seq

func (x *GatewayVerify_RspCommonInfo) GetA1Seq() uint32

func (*GatewayVerify_RspCommonInfo) GetMsgRspNt

func (*GatewayVerify_RspCommonInfo) GetNeedVerifyScenes

func (x *GatewayVerify_RspCommonInfo) GetNeedVerifyScenes() uint32

func (*GatewayVerify_RspCommonInfo) ProtoMessage

func (*GatewayVerify_RspCommonInfo) ProtoMessage()

func (*GatewayVerify_RspCommonInfo) ProtoReflect

func (*GatewayVerify_RspCommonInfo) Reset

func (x *GatewayVerify_RspCommonInfo) Reset()

func (*GatewayVerify_RspCommonInfo) String

func (x *GatewayVerify_RspCommonInfo) String() string

type GatewayVerify_RspConnectLogin

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

RspConnectLogin is the message type for the RspConnectLogin.

func (*GatewayVerify_RspConnectLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspConnectLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspConnectLogin) ProtoMessage

func (*GatewayVerify_RspConnectLogin) ProtoMessage()

func (*GatewayVerify_RspConnectLogin) ProtoReflect

func (*GatewayVerify_RspConnectLogin) Reset

func (x *GatewayVerify_RspConnectLogin) Reset()

func (*GatewayVerify_RspConnectLogin) String

type GatewayVerify_RspLftInfo

type GatewayVerify_RspLftInfo struct {
	LftForbidArea   uint32 `protobuf:"varint,10,opt,name=lft_forbid_area,json=lftForbidArea,proto3" json:"lft_forbid_area,omitempty"`       // uint32_lft_forbid_area
	LftForbidReason uint32 `protobuf:"varint,11,opt,name=lft_forbid_reason,json=lftForbidReason,proto3" json:"lft_forbid_reason,omitempty"` // uint32_lft_forbid_reason
	// contains filtered or unexported fields
}

RspLftInfo is the message type for the RspLftInfo.

func (*GatewayVerify_RspLftInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspLftInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspLftInfo) GetLftForbidArea

func (x *GatewayVerify_RspLftInfo) GetLftForbidArea() uint32

func (*GatewayVerify_RspLftInfo) GetLftForbidReason

func (x *GatewayVerify_RspLftInfo) GetLftForbidReason() uint32

func (*GatewayVerify_RspLftInfo) ProtoMessage

func (*GatewayVerify_RspLftInfo) ProtoMessage()

func (*GatewayVerify_RspLftInfo) ProtoReflect

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

func (*GatewayVerify_RspLftInfo) Reset

func (x *GatewayVerify_RspLftInfo) Reset()

func (*GatewayVerify_RspLftInfo) String

func (x *GatewayVerify_RspLftInfo) String() string

type GatewayVerify_RspNT

type GatewayVerify_RspNT struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // str_uid
	Ua2 []byte `protobuf:"bytes,2,opt,name=ua2,proto3" json:"ua2,omitempty"` // bytes_ua2
	// contains filtered or unexported fields
}

RspNT is the message type for the RspNT.

func (*GatewayVerify_RspNT) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspNT.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspNT) GetUa2

func (x *GatewayVerify_RspNT) GetUa2() []byte

func (*GatewayVerify_RspNT) GetUid

func (x *GatewayVerify_RspNT) GetUid() string

func (*GatewayVerify_RspNT) ProtoMessage

func (*GatewayVerify_RspNT) ProtoMessage()

func (*GatewayVerify_RspNT) ProtoReflect

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

func (*GatewayVerify_RspNT) Reset

func (x *GatewayVerify_RspNT) Reset()

func (*GatewayVerify_RspNT) String

func (x *GatewayVerify_RspNT) String() string

type GatewayVerify_RspPhoneLogin

type GatewayVerify_RspPhoneLogin struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspPhoneLogin is the message type for the RspPhoneLogin.

func (*GatewayVerify_RspPhoneLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspPhoneLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspPhoneLogin) GetUserProfile

func (x *GatewayVerify_RspPhoneLogin) GetUserProfile() string

func (*GatewayVerify_RspPhoneLogin) ProtoMessage

func (*GatewayVerify_RspPhoneLogin) ProtoMessage()

func (*GatewayVerify_RspPhoneLogin) ProtoReflect

func (*GatewayVerify_RspPhoneLogin) Reset

func (x *GatewayVerify_RspPhoneLogin) Reset()

func (*GatewayVerify_RspPhoneLogin) String

func (x *GatewayVerify_RspPhoneLogin) String() string

type GatewayVerify_RspPhoneSmsExtendLogin

type GatewayVerify_RspPhoneSmsExtendLogin struct {
	BindUinInfo         []*GatewayVerify_UinInfo `protobuf:"bytes,10,rep,name=bind_uin_info,json=bindUinInfo,proto3" json:"bind_uin_info,omitempty"`                           // rpt_bind_uin_info
	PhoneBindResult     int32                    `protobuf:"varint,11,opt,name=phone_bind_result,json=phoneBindResult,proto3" json:"phone_bind_result,omitempty"`              // int32_phone_bind_result
	PhoneBindMsgTitle   string                   `protobuf:"bytes,12,opt,name=phone_bind_msg_title,json=phoneBindMsgTitle,proto3" json:"phone_bind_msg_title,omitempty"`       // str_phone_bind_msg_title
	PhoneBindMsgContent string                   `protobuf:"bytes,13,opt,name=phone_bind_msg_content,json=phoneBindMsgContent,proto3" json:"phone_bind_msg_content,omitempty"` // str_phone_bind_msg_content
	UnbindWording       string                   `protobuf:"bytes,14,opt,name=unbind_wording,json=unbindWording,proto3" json:"unbind_wording,omitempty"`                       // str_unbind_wording
	// contains filtered or unexported fields
}

RspPhoneSmsExtendLogin is the message type for the RspPhoneSmsExtendLogin.

func (*GatewayVerify_RspPhoneSmsExtendLogin) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspPhoneSmsExtendLogin.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspPhoneSmsExtendLogin) GetBindUinInfo

func (*GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindMsgContent

func (x *GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindMsgContent() string

func (*GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindMsgTitle

func (x *GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindMsgTitle() string

func (*GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindResult

func (x *GatewayVerify_RspPhoneSmsExtendLogin) GetPhoneBindResult() int32

func (*GatewayVerify_RspPhoneSmsExtendLogin) GetUnbindWording

func (x *GatewayVerify_RspPhoneSmsExtendLogin) GetUnbindWording() string

func (*GatewayVerify_RspPhoneSmsExtendLogin) ProtoMessage

func (*GatewayVerify_RspPhoneSmsExtendLogin) ProtoMessage()

func (*GatewayVerify_RspPhoneSmsExtendLogin) ProtoReflect

func (*GatewayVerify_RspPhoneSmsExtendLogin) Reset

func (*GatewayVerify_RspPhoneSmsExtendLogin) String

type GatewayVerify_RspTimWeChat

type GatewayVerify_RspTimWeChat struct {
	WechatRegisterToken string `protobuf:"bytes,10,opt,name=wechat_register_token,json=wechatRegisterToken,proto3" json:"wechat_register_token,omitempty"` // str_wechat_register_token
	// contains filtered or unexported fields
}

RspTimWeChat is the message type for the RspTimWeChat.

func (*GatewayVerify_RspTimWeChat) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspTimWeChat.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspTimWeChat) GetWechatRegisterToken

func (x *GatewayVerify_RspTimWeChat) GetWechatRegisterToken() string

func (*GatewayVerify_RspTimWeChat) ProtoMessage

func (*GatewayVerify_RspTimWeChat) ProtoMessage()

func (*GatewayVerify_RspTimWeChat) ProtoReflect

func (*GatewayVerify_RspTimWeChat) Reset

func (x *GatewayVerify_RspTimWeChat) Reset()

func (*GatewayVerify_RspTimWeChat) String

func (x *GatewayVerify_RspTimWeChat) String() string

type GatewayVerify_RspTipsInfo

type GatewayVerify_RspTipsInfo struct {
	SceneId                uint32 `protobuf:"varint,1,opt,name=scene_id,json=sceneId,proto3" json:"scene_id,omitempty"`                                           // uint32_scene_id
	ReviewProtectUrl       string `protobuf:"bytes,2,opt,name=review_protect_url,json=reviewProtectUrl,proto3" json:"review_protect_url,omitempty"`               // str_review_protect_url
	GuidToMainLoginFlag    uint32 `protobuf:"varint,3,opt,name=guid_to_main_login_flag,json=guidToMainLoginFlag,proto3" json:"guid_to_main_login_flag,omitempty"` // uint32_guid_to_main_login_flag
	GuidToMainLoginWording string ``                                                                                                                              // str_guid_to_main_login_wording
	/* 133-byte string literal not displayed */
	MsgLeftButton  *GatewayVerify_Button `protobuf:"bytes,5,opt,name=msg_left_button,json=msgLeftButton,proto3" json:"msg_left_button,omitempty"`    // msg_left_button
	MsgRightButton *GatewayVerify_Button `protobuf:"bytes,6,opt,name=msg_right_button,json=msgRightButton,proto3" json:"msg_right_button,omitempty"` // msg_right_button
	Title          string                `protobuf:"bytes,7,opt,name=title,proto3" json:"title,omitempty"`                                           // str_title
	Content        string                `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"`                                       // str_content
	// contains filtered or unexported fields
}

RspTipsInfo is the message type for the RspTipsInfo.

func (*GatewayVerify_RspTipsInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_RspTipsInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_RspTipsInfo) GetContent

func (x *GatewayVerify_RspTipsInfo) GetContent() string

func (*GatewayVerify_RspTipsInfo) GetGuidToMainLoginFlag

func (x *GatewayVerify_RspTipsInfo) GetGuidToMainLoginFlag() uint32

func (*GatewayVerify_RspTipsInfo) GetGuidToMainLoginWording

func (x *GatewayVerify_RspTipsInfo) GetGuidToMainLoginWording() string

func (*GatewayVerify_RspTipsInfo) GetMsgLeftButton

func (x *GatewayVerify_RspTipsInfo) GetMsgLeftButton() *GatewayVerify_Button

func (*GatewayVerify_RspTipsInfo) GetMsgRightButton

func (x *GatewayVerify_RspTipsInfo) GetMsgRightButton() *GatewayVerify_Button

func (*GatewayVerify_RspTipsInfo) GetReviewProtectUrl

func (x *GatewayVerify_RspTipsInfo) GetReviewProtectUrl() string

func (*GatewayVerify_RspTipsInfo) GetSceneId

func (x *GatewayVerify_RspTipsInfo) GetSceneId() uint32

func (*GatewayVerify_RspTipsInfo) GetTitle

func (x *GatewayVerify_RspTipsInfo) GetTitle() string

func (*GatewayVerify_RspTipsInfo) ProtoMessage

func (*GatewayVerify_RspTipsInfo) ProtoMessage()

func (*GatewayVerify_RspTipsInfo) ProtoReflect

func (*GatewayVerify_RspTipsInfo) Reset

func (x *GatewayVerify_RspTipsInfo) Reset()

func (*GatewayVerify_RspTipsInfo) String

func (x *GatewayVerify_RspTipsInfo) String() string

type GatewayVerify_SelfPhoneToken

type GatewayVerify_SelfPhoneToken struct {
	Token     string `protobuf:"bytes,10,opt,name=token,proto3" json:"token,omitempty"`                           // str_token
	ChannelId int32  `protobuf:"varint,11,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

SelfPhoneToken is the message type for the SelfPhoneToken.

func (*GatewayVerify_SelfPhoneToken) Descriptor deprecated

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

Deprecated: Use GatewayVerify_SelfPhoneToken.ProtoReflect.Descriptor instead.

func (*GatewayVerify_SelfPhoneToken) GetChannelId

func (x *GatewayVerify_SelfPhoneToken) GetChannelId() int32

func (*GatewayVerify_SelfPhoneToken) GetToken

func (x *GatewayVerify_SelfPhoneToken) GetToken() string

func (*GatewayVerify_SelfPhoneToken) ProtoMessage

func (*GatewayVerify_SelfPhoneToken) ProtoMessage()

func (*GatewayVerify_SelfPhoneToken) ProtoReflect

func (*GatewayVerify_SelfPhoneToken) Reset

func (x *GatewayVerify_SelfPhoneToken) Reset()

func (*GatewayVerify_SelfPhoneToken) String

type GatewayVerify_SelfPhoneUrl

type GatewayVerify_SelfPhoneUrl struct {
	UploadUrl string `protobuf:"bytes,10,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`  // str_upload_url
	ChannelId int32  `protobuf:"varint,11,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

SelfPhoneUrl is the message type for the SelfPhoneUrl.

func (*GatewayVerify_SelfPhoneUrl) Descriptor deprecated

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

Deprecated: Use GatewayVerify_SelfPhoneUrl.ProtoReflect.Descriptor instead.

func (*GatewayVerify_SelfPhoneUrl) GetChannelId

func (x *GatewayVerify_SelfPhoneUrl) GetChannelId() int32

func (*GatewayVerify_SelfPhoneUrl) GetUploadUrl

func (x *GatewayVerify_SelfPhoneUrl) GetUploadUrl() string

func (*GatewayVerify_SelfPhoneUrl) ProtoMessage

func (*GatewayVerify_SelfPhoneUrl) ProtoMessage()

func (*GatewayVerify_SelfPhoneUrl) ProtoReflect

func (*GatewayVerify_SelfPhoneUrl) Reset

func (x *GatewayVerify_SelfPhoneUrl) Reset()

func (*GatewayVerify_SelfPhoneUrl) String

func (x *GatewayVerify_SelfPhoneUrl) String() string

type GatewayVerify_UinInfo

type GatewayVerify_UinInfo struct {
	MaskUin    string `protobuf:"bytes,1,opt,name=mask_uin,json=maskUin,proto3" json:"mask_uin,omitempty"`          // str_mask_uin
	Nick       string `protobuf:"bytes,2,opt,name=nick,proto3" json:"nick,omitempty"`                               // str_nick
	ImageUrl   string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`       // str_image_url
	EncryptUin []byte `protobuf:"bytes,4,opt,name=encrypt_uin,json=encryptUin,proto3" json:"encrypt_uin,omitempty"` // bytes_encrypt_uin
	// contains filtered or unexported fields
}

UinInfo is the message type for the UinInfo.

func (*GatewayVerify_UinInfo) Descriptor deprecated

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

Deprecated: Use GatewayVerify_UinInfo.ProtoReflect.Descriptor instead.

func (*GatewayVerify_UinInfo) GetEncryptUin

func (x *GatewayVerify_UinInfo) GetEncryptUin() []byte

func (*GatewayVerify_UinInfo) GetImageUrl

func (x *GatewayVerify_UinInfo) GetImageUrl() string

func (*GatewayVerify_UinInfo) GetMaskUin

func (x *GatewayVerify_UinInfo) GetMaskUin() string

func (*GatewayVerify_UinInfo) GetNick

func (x *GatewayVerify_UinInfo) GetNick() string

func (*GatewayVerify_UinInfo) ProtoMessage

func (*GatewayVerify_UinInfo) ProtoMessage()

func (*GatewayVerify_UinInfo) ProtoReflect

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

func (*GatewayVerify_UinInfo) Reset

func (x *GatewayVerify_UinInfo) Reset()

func (*GatewayVerify_UinInfo) String

func (x *GatewayVerify_UinInfo) String() string

type ThirdPartLogin

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

ThirdPartLogin is the message type for the ThirdPartLogin.

func (*ThirdPartLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin) ProtoMessage

func (*ThirdPartLogin) ProtoMessage()

func (*ThirdPartLogin) ProtoReflect

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

func (*ThirdPartLogin) Reset

func (x *ThirdPartLogin) Reset()

func (*ThirdPartLogin) String

func (x *ThirdPartLogin) String() string

type ThirdPartLogin_ReqBody

type ThirdPartLogin_ReqBody struct {
	MsgReqCommonInfo     *ThirdPartLogin_ReqBody_ReqCommonInfo     `protobuf:"bytes,9,opt,name=msg_req_common_info,json=msgReqCommonInfo,proto3" json:"msg_req_common_info,omitempty"`        // msg_req_common_info
	MsgReqClientInfo     *ThirdPartLogin_ReqBody_ReqClientInfo     `protobuf:"bytes,5,opt,name=msg_req_client_info,json=msgReqClientInfo,proto3" json:"msg_req_client_info,omitempty"`        // msg_req_client_info
	MsgReqThirdLogin     *ThirdPartLogin_ReqBody_ReqBodyThirdLogin `protobuf:"bytes,10,opt,name=msg_req_third_login,json=msgReqThirdLogin,proto3" json:"msg_req_third_login,omitempty"`       // msg_req_third_login
	MsgReqSelfPhone      *ThirdPartLogin_ReqBody_ReqBodySelfPhone  `protobuf:"bytes,20,opt,name=msg_req_self_phone,json=msgReqSelfPhone,proto3" json:"msg_req_self_phone,omitempty"`          // msg_req_self_phone
	MsgReqConnectLogin   *ThirdPartLogin_ReqBody_ReqConnectLogin   `protobuf:"bytes,30,opt,name=msg_req_connect_login,json=msgReqConnectLogin,proto3" json:"msg_req_connect_login,omitempty"` // msg_req_connect_login
	MsgReqBindPhoneLogin *ThirdPartLogin_ReqBody_ReqBindPhoneLogin ``                                                                                                                         // msg_req_bind_phone_login
	/* 128-byte string literal not displayed */
	MsgReqMaskQqLogin *ThirdPartLogin_ReqBody_ReqMaskQQLogin `protobuf:"bytes,50,opt,name=msg_req_mask_qq_login,json=msgReqMaskQqLogin,proto3" json:"msg_req_mask_qq_login,omitempty"` // msg_req_mask_qq_login
	MsgReqCmd_9       *ThirdPartLogin_ReqBody_ReqCmd9        `protobuf:"bytes,60,opt,name=msg_req_cmd_9,json=msgReqCmd9,proto3" json:"msg_req_cmd_9,omitempty"`                        // msg_req_cmd_9
	MsgReqCmd_17      *ThirdPartLogin_ReqBody_ReqCmd17       `protobuf:"bytes,70,opt,name=msg_req_cmd_17,json=msgReqCmd17,proto3" json:"msg_req_cmd_17,omitempty"`                     // msg_req_cmd_17
	MsgReqCmd_18      *ThirdPartLogin_ReqBody_ReqCmd18       `protobuf:"bytes,71,opt,name=msg_req_cmd_18,json=msgReqCmd18,proto3" json:"msg_req_cmd_18,omitempty"`                     // msg_req_cmd_18
	MsgReqCmd_23      *ThirdPartLogin_ReqBody_ReqCmd23       `protobuf:"bytes,76,opt,name=msg_req_cmd_23,json=msgReqCmd23,proto3" json:"msg_req_cmd_23,omitempty"`                     // msg_req_cmd_23
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$ReqBody

ReqBody is the message type for the ThirdPartLogin$ReqBody.

func (*ThirdPartLogin_ReqBody) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody) GetMsgReqBindPhoneLogin

func (*ThirdPartLogin_ReqBody) GetMsgReqClientInfo

func (*ThirdPartLogin_ReqBody) GetMsgReqCmd_17

func (*ThirdPartLogin_ReqBody) GetMsgReqCmd_18

func (*ThirdPartLogin_ReqBody) GetMsgReqCmd_23

func (*ThirdPartLogin_ReqBody) GetMsgReqCmd_9

func (*ThirdPartLogin_ReqBody) GetMsgReqCommonInfo

func (*ThirdPartLogin_ReqBody) GetMsgReqConnectLogin

func (*ThirdPartLogin_ReqBody) GetMsgReqMaskQqLogin

func (*ThirdPartLogin_ReqBody) GetMsgReqSelfPhone

func (*ThirdPartLogin_ReqBody) GetMsgReqThirdLogin

func (*ThirdPartLogin_ReqBody) ProtoMessage

func (*ThirdPartLogin_ReqBody) ProtoMessage()

func (*ThirdPartLogin_ReqBody) ProtoReflect

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

func (*ThirdPartLogin_ReqBody) Reset

func (x *ThirdPartLogin_ReqBody) Reset()

func (*ThirdPartLogin_ReqBody) String

func (x *ThirdPartLogin_ReqBody) String() string

type ThirdPartLogin_ReqBody_ReqBindPhoneLogin

type ThirdPartLogin_ReqBody_ReqBindPhoneLogin struct {
	MsgPicVerifyInfo *ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo `protobuf:"bytes,10,opt,name=msg_pic_verify_info,json=msgPicVerifyInfo,proto3" json:"msg_pic_verify_info,omitempty"` // msg_pic_verify_info
	// contains filtered or unexported fields
}

ReqBindPhoneLogin is the message type for the ThirdPartLogin$ReqBindPhoneLogin.

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqBindPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) GetMsgPicVerifyInfo

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin) String

type ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo

type ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo struct {
	Appid     uint64 `protobuf:"varint,1,opt,name=appid,proto3" json:"appid,omitempty"`                         // uint64_appid
	VerifySig []byte `protobuf:"bytes,2,opt,name=verify_sig,json=verifySig,proto3" json:"verify_sig,omitempty"` // bytes_verify_sig
	RandKey   []byte `protobuf:"bytes,3,opt,name=rand_key,json=randKey,proto3" json:"rand_key,omitempty"`       // bytes_rand_key
	// contains filtered or unexported fields
}

PicVerifyInfo is the message type for the ThirdPartLogin$PicVerifyInfo.

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) GetAppid

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) GetRandKey

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) GetVerifySig

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) Reset

func (*ThirdPartLogin_ReqBody_ReqBindPhoneLogin_PicVerifyInfo) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone

type ThirdPartLogin_ReqBody_ReqBodySelfPhone struct {
	MsgReqCheckPhone   *ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck    `protobuf:"bytes,10,opt,name=msg_req_check_phone,json=msgReqCheckPhone,proto3" json:"msg_req_check_phone,omitempty"`         // msg_req_check_phone
	MsgReqGetUrl       *ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl   `protobuf:"bytes,11,opt,name=msg_req_get_url,json=msgReqGetUrl,proto3" json:"msg_req_get_url,omitempty"`                     // msg_req_get_url
	MsgReqCheckPhoneV4 *ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4  `protobuf:"bytes,12,opt,name=msg_req_check_phone_v4,json=msgReqCheckPhoneV4,proto3" json:"msg_req_check_phone_v4,omitempty"` // msg_req_check_phone_v4
	MsgReqGetUrlV4     *ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4 `protobuf:"bytes,13,opt,name=msg_req_get_url_v4,json=msgReqGetUrlV4,proto3" json:"msg_req_get_url_v4,omitempty"`             // msg_req_get_url_v4
	MsgReqPhoneLogin   *ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin    `protobuf:"bytes,14,opt,name=msg_req_phone_login,json=msgReqPhoneLogin,proto3" json:"msg_req_phone_login,omitempty"`         // msg_req_phone_login
	// contains filtered or unexported fields
}

ReqBodySelfPhone is the message type for the ThirdPartLogin$ReqBodySelfPhone.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) GetMsgReqCheckPhone

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) GetMsgReqCheckPhoneV4

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) GetMsgReqGetUrl

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) GetMsgReqGetUrlV4

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) GetMsgReqPhoneLogin

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck struct {
	Upurl     string `protobuf:"bytes,10,opt,name=upurl,proto3" json:"upurl,omitempty"`                           // str_upurl
	Token     string `protobuf:"bytes,11,opt,name=token,proto3" json:"token,omitempty"`                           // str_token
	MsgId     string `protobuf:"bytes,12,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`              // str_msg_id
	ChannelId int32  `protobuf:"varint,13,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	CellIp    string `protobuf:"bytes,14,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`           // str_cell_ip
	// contains filtered or unexported fields
}

ReqBodySelfPhoneCheck is the message type for the ThirdPartLogin$ReqBodySelfPhoneCheck.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) GetCellIp

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) GetChannelId

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) GetMsgId

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) GetToken

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) GetUpurl

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheck) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4 struct {
	MsgId          string                           `protobuf:"bytes,10,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                              // str_msg_id
	CellIp         string                           `protobuf:"bytes,11,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                           // str_cell_ip
	SelfPhoneToken []*ThirdPartLogin_SelfPhoneToken `protobuf:"bytes,12,rep,name=self_phone_token,json=selfPhoneToken,proto3" json:"self_phone_token,omitempty"` // rpt_self_phone_token
	// contains filtered or unexported fields
}

ReqBodySelfPhoneCheckV4 is the message type for the ThirdPartLogin$ReqBodySelfPhoneCheckV4.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) GetCellIp

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) GetMsgId

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) GetSelfPhoneToken

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneCheckV4) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl struct {
	GetUploadUrl uint32 `protobuf:"varint,10,opt,name=get_upload_url,json=getUploadUrl,proto3" json:"get_upload_url,omitempty"` // uint32_get_upload_url
	MobilePhone  string `protobuf:"bytes,11,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`       // str_mobile_phone
	CellIp       string `protobuf:"bytes,12,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                      // str_cell_ip
	IspType      uint32 `protobuf:"varint,13,opt,name=isp_type,json=ispType,proto3" json:"isp_type,omitempty"`                  // uint32_isp_type
	// contains filtered or unexported fields
}

ReqBodySelfPhoneGetUrl is the message type for the ThirdPartLogin$ReqBodySelfPhoneGetUrl.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) GetCellIp

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) GetGetUploadUrl

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) GetIspType

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) GetMobilePhone

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrl) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4 struct {
	GetUploadUrl uint32 `protobuf:"varint,10,opt,name=get_upload_url,json=getUploadUrl,proto3" json:"get_upload_url,omitempty"` // uint32_get_upload_url
	MobilePhone  string `protobuf:"bytes,11,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`       // str_mobile_phone
	CellIp       string `protobuf:"bytes,12,opt,name=cell_ip,json=cellIp,proto3" json:"cell_ip,omitempty"`                      // str_cell_ip
	IspType      uint32 `protobuf:"varint,13,opt,name=isp_type,json=ispType,proto3" json:"isp_type,omitempty"`                  // uint32_isp_type
	// contains filtered or unexported fields
}

ReqBodySelfPhoneGetUrlV4 is the message type for the ThirdPartLogin$ReqBodySelfPhoneGetUrlV4.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) GetCellIp

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) GetGetUploadUrl

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) GetIspType

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) GetMobilePhone

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneGetUrlV4) String

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin

type ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin struct {
	PhoneToken          []byte `protobuf:"bytes,10,opt,name=phone_token,json=phoneToken,proto3" json:"phone_token,omitempty"`                               // bytes_phone_token
	SupportAuxinfoCheck bool   `protobuf:"varint,11,opt,name=support_auxinfo_check,json=supportAuxinfoCheck,proto3" json:"support_auxinfo_check,omitempty"` // bool_support_auxinfo_check
	// contains filtered or unexported fields
}

ReqBodySelfPhoneLogin is the message type for the ThirdPartLogin$ReqBodySelfPhoneLogin.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) GetPhoneToken

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) GetSupportAuxinfoCheck

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqBodySelfPhone_ReqBodySelfPhoneLogin) String

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin struct {
	ServiceType    uint32                                                    `protobuf:"varint,10,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`            // uint32_service_type
	UinAccountType uint32                                                    `protobuf:"varint,11,opt,name=uin_account_type,json=uinAccountType,proto3" json:"uin_account_type,omitempty"` // uin_account_type
	MsgReqGoogle   *ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle   `protobuf:"bytes,20,opt,name=msg_req_google,json=msgReqGoogle,proto3" json:"msg_req_google,omitempty"`        // msg_req_google
	MsgReqFacebook *ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook `protobuf:"bytes,21,opt,name=msg_req_facebook,json=msgReqFacebook,proto3" json:"msg_req_facebook,omitempty"`  // msg_req_facebook
	MsgReqPhone    *ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin   `protobuf:"bytes,22,opt,name=msg_req_phone,json=msgReqPhone,proto3" json:"msg_req_phone,omitempty"`           // msg_req_phone
	MsgReqApple    *ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple    `protobuf:"bytes,23,opt,name=msg_req_apple,json=msgReqApple,proto3" json:"msg_req_apple,omitempty"`           // msg_req_apple
	// contains filtered or unexported fields
}

ReqBodyThirdLogin is the message type for the ThirdPartLogin$ReqBodyThirdLogin.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodyThirdLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetMsgReqApple

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetMsgReqFacebook

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetMsgReqGoogle

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetMsgReqPhone

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetServiceType

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetUinAccountType

func (x *ThirdPartLogin_ReqBody_ReqBodyThirdLogin) GetUinAccountType() uint32

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin) String

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple struct {
	Appid             string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                                                  // str_appid
	UserId            string `protobuf:"bytes,12,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`                                  // str_user_id
	IdentityToken     string `protobuf:"bytes,13,opt,name=identity_token,json=identityToken,proto3" json:"identity_token,omitempty"`             // str_identity_token
	AuthorizationCode string `protobuf:"bytes,14,opt,name=authorization_code,json=authorizationCode,proto3" json:"authorization_code,omitempty"` // str_authorization_code
	NickName          string `protobuf:"bytes,30,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`                            // str_nick_name
	Gender            string `protobuf:"bytes,31,opt,name=gender,proto3" json:"gender,omitempty"`                                                // str_gender
	// contains filtered or unexported fields
}

ReqBodyApple is the message type for the ThirdPartLogin$ReqBodyApple.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetAppid

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetAuthorizationCode

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetGender

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetIdentityToken

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetNickName

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) GetUserId

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) Reset

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyApple) String

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook struct {
	Appid       string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                                // str_appid
	AccessToken string `protobuf:"bytes,12,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // str_access_token
	// contains filtered or unexported fields
}

ReqBodyFaceBook is the message type for the ThirdPartLogin$ReqBodyFaceBook.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) GetAccessToken

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) GetAppid

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) Reset

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyFaceBook) String

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle struct {
	Appid   string `protobuf:"bytes,11,opt,name=appid,proto3" json:"appid,omitempty"`                    // str_appid
	IdToken string `protobuf:"bytes,12,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` // str_id_token
	// contains filtered or unexported fields
}

ReqBodyGoogle is the message type for the ThirdPartLogin$ReqBodyGoogle.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) GetAppid

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) GetIdToken

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) Reset

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqBodyGoogle) String

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin

type ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin struct {
	CountryCode string `protobuf:"bytes,11,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` // str_country_code
	PhoneNum    string `protobuf:"bytes,12,opt,name=phone_num,json=phoneNum,proto3" json:"phone_num,omitempty"`          // str_phone_num
	// contains filtered or unexported fields
}

ReqPhoneLogin is the message type for the ThirdPartLogin$ReqPhoneLogin.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) GetCountryCode

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) GetPhoneNum

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqBodyThirdLogin_ReqPhoneLogin) String

type ThirdPartLogin_ReqBody_ReqClientInfo

type ThirdPartLogin_ReqBody_ReqClientInfo struct {
	ClientQua      string `protobuf:"bytes,1,opt,name=client_qua,json=clientQua,proto3" json:"client_qua,omitempty"`                 // str_client_qua
	ClientPlatform uint32 `protobuf:"varint,2,opt,name=client_platform,json=clientPlatform,proto3" json:"client_platform,omitempty"` // uint32_client_platform
	// contains filtered or unexported fields
}

ReqClientInfo is the message type for the ThirdPartLogin$ReqClientInfo.

func (*ThirdPartLogin_ReqBody_ReqClientInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqClientInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqClientInfo) GetClientPlatform

func (x *ThirdPartLogin_ReqBody_ReqClientInfo) GetClientPlatform() uint32

func (*ThirdPartLogin_ReqBody_ReqClientInfo) GetClientQua

func (x *ThirdPartLogin_ReqBody_ReqClientInfo) GetClientQua() string

func (*ThirdPartLogin_ReqBody_ReqClientInfo) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqClientInfo) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqClientInfo) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqClientInfo) Reset

func (*ThirdPartLogin_ReqBody_ReqClientInfo) String

type ThirdPartLogin_ReqBody_ReqCmd17

type ThirdPartLogin_ReqBody_ReqCmd17 struct {
	CountryCode               uint32                                                  `protobuf:"varint,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` // uint32_country_code
	MobilePhone               string                                                  `protobuf:"bytes,2,opt,name=mobile_phone,json=mobilePhone,proto3" json:"mobile_phone,omitempty"`  // str_mobile_phone
	MsgReqPhoneSmsExtendLogin *ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin ``                                                                                                // msg_req_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

ReqCmd17 is the message type for the ThirdPartLogin$ReqCmd17.

func (*ThirdPartLogin_ReqBody_ReqCmd17) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd17.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd17) GetCountryCode

func (x *ThirdPartLogin_ReqBody_ReqCmd17) GetCountryCode() uint32

func (*ThirdPartLogin_ReqBody_ReqCmd17) GetMobilePhone

func (x *ThirdPartLogin_ReqBody_ReqCmd17) GetMobilePhone() string

func (*ThirdPartLogin_ReqBody_ReqCmd17) GetMsgReqPhoneSmsExtendLogin

func (*ThirdPartLogin_ReqBody_ReqCmd17) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd17) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqCmd17) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd17) Reset

func (*ThirdPartLogin_ReqBody_ReqCmd17) String

type ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin

type ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin struct {
	SupportFlag uint32 `protobuf:"varint,1,opt,name=support_flag,json=supportFlag,proto3" json:"support_flag,omitempty"` // uint32_support_flag
	// contains filtered or unexported fields
}

ReqPhoneSmsExtendLogin is the message type for the ThirdPartLogin$ReqPhoneSmsExtendLogin.

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) GetSupportFlag

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqCmd17_ReqPhoneSmsExtendLogin) String

type ThirdPartLogin_ReqBody_ReqCmd18

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

ReqCmd18 is the message type for the ThirdPartLogin$ReqCmd18.

func (*ThirdPartLogin_ReqBody_ReqCmd18) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd18.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd18) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd18) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqCmd18) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd18) Reset

func (*ThirdPartLogin_ReqBody_ReqCmd18) String

type ThirdPartLogin_ReqBody_ReqCmd23

type ThirdPartLogin_ReqBody_ReqCmd23 struct {
	MsgReqTimWechat *ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat `protobuf:"bytes,10,opt,name=msg_req_tim_wechat,json=msgReqTimWechat,proto3" json:"msg_req_tim_wechat,omitempty"` // msg_req_tim_wechat
	// contains filtered or unexported fields
}

ReqCmd23 is the message type for the ThirdPartLogin$ReqCmd23.

func (*ThirdPartLogin_ReqBody_ReqCmd23) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd23.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd23) GetMsgReqTimWechat

func (*ThirdPartLogin_ReqBody_ReqCmd23) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd23) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqCmd23) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd23) Reset

func (*ThirdPartLogin_ReqBody_ReqCmd23) String

type ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat

type ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat struct {
	SupportMobileRegister uint32 `` // uint32_support_mobile_register
	/* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

ReqTimWeChat is the message type for the ThirdPartLogin$ReqTimWeChat.

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) Descriptor deprecated

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) GetSupportMobileRegister

func (x *ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) GetSupportMobileRegister() uint32

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) Reset

func (*ThirdPartLogin_ReqBody_ReqCmd23_ReqTimWeChat) String

type ThirdPartLogin_ReqBody_ReqCmd9

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

ReqCmd9 is the message type for the ThirdPartLogin$ReqCmd9.

func (*ThirdPartLogin_ReqBody_ReqCmd9) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqCmd9.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCmd9) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCmd9) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqCmd9) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCmd9) Reset

func (x *ThirdPartLogin_ReqBody_ReqCmd9) Reset()

func (*ThirdPartLogin_ReqBody_ReqCmd9) String

type ThirdPartLogin_ReqBody_ReqCommonInfo

type ThirdPartLogin_ReqBody_ReqCommonInfo struct {
	ReqNeedVerifyScenes uint32 `protobuf:"varint,10,opt,name=req_need_verify_scenes,json=reqNeedVerifyScenes,proto3" json:"req_need_verify_scenes,omitempty"` // uint32_req_need_verify_scenes
	// contains filtered or unexported fields
}

ReqCommonInfo is the message type for the ThirdPartLogin$ReqCommonInfo.

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqCommonInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) GetReqNeedVerifyScenes

func (x *ThirdPartLogin_ReqBody_ReqCommonInfo) GetReqNeedVerifyScenes() uint32

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) Reset

func (*ThirdPartLogin_ReqBody_ReqCommonInfo) String

type ThirdPartLogin_ReqBody_ReqConnectLogin

type ThirdPartLogin_ReqBody_ReqConnectLogin struct {
	ConnectData string `protobuf:"bytes,1,opt,name=connect_data,json=connectData,proto3" json:"connect_data,omitempty"` // str_connect_data
	// contains filtered or unexported fields
}

ReqConnectLogin is the message type for the ThirdPartLogin$ReqConnectLogin.

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqConnectLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) GetConnectData

func (x *ThirdPartLogin_ReqBody_ReqConnectLogin) GetConnectData() string

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqConnectLogin) String

type ThirdPartLogin_ReqBody_ReqMaskQQLogin

type ThirdPartLogin_ReqBody_ReqMaskQQLogin struct {
	EncryptUinInfo []byte `protobuf:"bytes,1,opt,name=encrypt_uin_info,json=encryptUinInfo,proto3" json:"encrypt_uin_info,omitempty"` // bytes_encrypt_uin_info
	// contains filtered or unexported fields
}

ReqMaskQQLogin is the message type for the ThirdPartLogin$ReqMaskQQLogin.

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_ReqBody_ReqMaskQQLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) GetEncryptUinInfo

func (x *ThirdPartLogin_ReqBody_ReqMaskQQLogin) GetEncryptUinInfo() []byte

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) ProtoMessage

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) ProtoMessage()

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) ProtoReflect

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) Reset

func (*ThirdPartLogin_ReqBody_ReqMaskQQLogin) String

type ThirdPartLogin_RspBody

type ThirdPartLogin_RspBody struct {
	MsgRspCommonInfo     *ThirdPartLogin_RspCommonInfo             `protobuf:"bytes,9,opt,name=msg_rsp_common_info,json=msgRspCommonInfo,proto3" json:"msg_rsp_common_info,omitempty"`        // msg_rsp_common_info
	MsgRspThirdLogin     *ThirdPartLogin_RspBodyThirdLogin         `protobuf:"bytes,10,opt,name=msg_rsp_third_login,json=msgRspThirdLogin,proto3" json:"msg_rsp_third_login,omitempty"`       // msg_rsp_third_login
	MsgRspSelfPhone      *ThirdPartLogin_RspBody_RspBodySelfPhone  `protobuf:"bytes,20,opt,name=msg_rsp_self_phone,json=msgRspSelfPhone,proto3" json:"msg_rsp_self_phone,omitempty"`          // msg_rsp_self_phone
	MsgRspConnectLogin   *ThirdPartLogin_RspBody_RspConnectLogin   `protobuf:"bytes,30,opt,name=msg_rsp_connect_login,json=msgRspConnectLogin,proto3" json:"msg_rsp_connect_login,omitempty"` // msg_rsp_connect_login
	MsgRspBindPhoneLogin *ThirdPartLogin_RspBody_RspBindPhoneLogin ``                                                                                                                         // msg_rsp_bind_phone_login
	/* 128-byte string literal not displayed */
	MsgRspLftInfo  *ThirdPartLogin_RspBody_RspLftInfo  `protobuf:"bytes,50,opt,name=msg_rsp_lft_info,json=msgRspLftInfo,proto3" json:"msg_rsp_lft_info,omitempty"`    // msg_rsp_lft_info
	MsgRspTipsInfo *ThirdPartLogin_RspBody_RspTipsInfo `protobuf:"bytes,60,opt,name=msg_rsp_tips_info,json=msgRspTipsInfo,proto3" json:"msg_rsp_tips_info,omitempty"` // msg_rsp_tips_info
	MsgRspCmd_9    *ThirdPartLogin_RspBody_RspCmd9     `protobuf:"bytes,70,opt,name=msg_rsp_cmd_9,json=msgRspCmd9,proto3" json:"msg_rsp_cmd_9,omitempty"`             // msg_rsp_cmd_9
	MsgRspCmd_17   *ThirdPartLogin_RspBody_RspCmd17    `protobuf:"bytes,80,opt,name=msg_rsp_cmd_17,json=msgRspCmd17,proto3" json:"msg_rsp_cmd_17,omitempty"`          // msg_rsp_cmd_17
	MsgRspCmd_18   *ThirdPartLogin_RspBody_RspCmd18    `protobuf:"bytes,81,opt,name=msg_rsp_cmd_18,json=msgRspCmd18,proto3" json:"msg_rsp_cmd_18,omitempty"`          // msg_rsp_cmd_18
	MsgRspCmd_23   *ThirdPartLogin_RspBody_RspCmd23    `protobuf:"bytes,86,opt,name=msg_rsp_cmd_23,json=msgRspCmd23,proto3" json:"msg_rsp_cmd_23,omitempty"`          // msg_rsp_cmd_23
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$RspBody

RspBody is the message type for the ThirdPartLogin$RspBody.

func (*ThirdPartLogin_RspBody) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody) GetMsgRspBindPhoneLogin

func (*ThirdPartLogin_RspBody) GetMsgRspCmd_17

func (*ThirdPartLogin_RspBody) GetMsgRspCmd_18

func (*ThirdPartLogin_RspBody) GetMsgRspCmd_23

func (*ThirdPartLogin_RspBody) GetMsgRspCmd_9

func (*ThirdPartLogin_RspBody) GetMsgRspCommonInfo

func (x *ThirdPartLogin_RspBody) GetMsgRspCommonInfo() *ThirdPartLogin_RspCommonInfo

func (*ThirdPartLogin_RspBody) GetMsgRspConnectLogin

func (*ThirdPartLogin_RspBody) GetMsgRspLftInfo

func (*ThirdPartLogin_RspBody) GetMsgRspSelfPhone

func (*ThirdPartLogin_RspBody) GetMsgRspThirdLogin

func (x *ThirdPartLogin_RspBody) GetMsgRspThirdLogin() *ThirdPartLogin_RspBodyThirdLogin

func (*ThirdPartLogin_RspBody) GetMsgRspTipsInfo

func (*ThirdPartLogin_RspBody) ProtoMessage

func (*ThirdPartLogin_RspBody) ProtoMessage()

func (*ThirdPartLogin_RspBody) ProtoReflect

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

func (*ThirdPartLogin_RspBody) Reset

func (x *ThirdPartLogin_RspBody) Reset()

func (*ThirdPartLogin_RspBody) String

func (x *ThirdPartLogin_RspBody) String() string

type ThirdPartLogin_RspBodyThirdLogin

type ThirdPartLogin_RspBodyThirdLogin struct {
	ServiceType    uint32                                            `protobuf:"varint,10,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`           // uint32_service_type
	QqUin          uint64                                            `protobuf:"varint,11,opt,name=qq_uin,json=qqUin,proto3" json:"qq_uin,omitempty"`                             // uint64_qq_uin
	RegisterFlag   uint32                                            `protobuf:"varint,12,opt,name=register_flag,json=registerFlag,proto3" json:"register_flag,omitempty"`        // uint32_register_flag
	MsgRspGoogle   *ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle   `protobuf:"bytes,20,opt,name=msg_rsp_google,json=msgRspGoogle,proto3" json:"msg_rsp_google,omitempty"`       // msg_rsp_google
	MsgRspFacebook *ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook `protobuf:"bytes,21,opt,name=msg_rsp_facebook,json=msgRspFacebook,proto3" json:"msg_rsp_facebook,omitempty"` // msg_rsp_facebook
	MsgRspPhone    *ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin   `protobuf:"bytes,22,opt,name=msg_rsp_phone,json=msgRspPhone,proto3" json:"msg_rsp_phone,omitempty"`          // msg_rsp_phone
	MsgRspApple    *ThirdPartLogin_RspBodyThirdLogin_RspBodyApple    `protobuf:"bytes,23,opt,name=msg_rsp_apple,json=msgRspApple,proto3" json:"msg_rsp_apple,omitempty"`          // msg_rsp_apple
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$RspBodyThirdLogin

RspBodyThirdLogin is the message type for the ThirdPartLogin$RspBodyThirdLogin.

func (*ThirdPartLogin_RspBodyThirdLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBodyThirdLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBodyThirdLogin) GetMsgRspApple

func (*ThirdPartLogin_RspBodyThirdLogin) GetMsgRspFacebook

func (*ThirdPartLogin_RspBodyThirdLogin) GetMsgRspGoogle

func (*ThirdPartLogin_RspBodyThirdLogin) GetMsgRspPhone

func (*ThirdPartLogin_RspBodyThirdLogin) GetQqUin

func (*ThirdPartLogin_RspBodyThirdLogin) GetRegisterFlag

func (x *ThirdPartLogin_RspBodyThirdLogin) GetRegisterFlag() uint32

func (*ThirdPartLogin_RspBodyThirdLogin) GetServiceType

func (x *ThirdPartLogin_RspBodyThirdLogin) GetServiceType() uint32

func (*ThirdPartLogin_RspBodyThirdLogin) ProtoMessage

func (*ThirdPartLogin_RspBodyThirdLogin) ProtoMessage()

func (*ThirdPartLogin_RspBodyThirdLogin) ProtoReflect

func (*ThirdPartLogin_RspBodyThirdLogin) Reset

func (*ThirdPartLogin_RspBodyThirdLogin) String

type ThirdPartLogin_RspBodyThirdLogin_RspBodyApple

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

RspBodyApple is the message type for the ThirdPartLogin$RspBodyApple.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyApple) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBodyThirdLogin_RspBodyApple.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyApple) ProtoMessage

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyApple) ProtoReflect

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyApple) Reset

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyApple) String

type ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook

type ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspBodyFaceBook is the message type for the ThirdPartLogin$RspBodyFaceBook.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) GetUserProfile

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) ProtoMessage

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) ProtoReflect

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) Reset

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyFaceBook) String

type ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle

type ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspBodyGoogle is the message type for the ThirdPartLogin$RspBodyGoogle.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) GetUserProfile

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) ProtoMessage

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) ProtoReflect

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) Reset

func (*ThirdPartLogin_RspBodyThirdLogin_RspBodyGoogle) String

type ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin

type ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin struct {
	UserProfile string `protobuf:"bytes,11,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"` // str_user_profile
	// contains filtered or unexported fields
}

RspPhoneLogin is the message type for the ThirdPartLogin$RspPhoneLogin.

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) GetUserProfile

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) ProtoMessage

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) ProtoReflect

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) Reset

func (*ThirdPartLogin_RspBodyThirdLogin_RspPhoneLogin) String

type ThirdPartLogin_RspBody_RspBindPhoneLogin

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

RspBindPhoneLogin is the message type for the ThirdPartLogin$RspBindPhoneLogin.

func (*ThirdPartLogin_RspBody_RspBindPhoneLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspBindPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBindPhoneLogin) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBindPhoneLogin) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBindPhoneLogin) Reset

func (*ThirdPartLogin_RspBody_RspBindPhoneLogin) String

type ThirdPartLogin_RspBody_RspBodySelfPhone

type ThirdPartLogin_RspBody_RspBodySelfPhone struct {
	MsgRspCheckPhone *ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck    `protobuf:"bytes,10,opt,name=msg_rsp_check_phone,json=msgRspCheckPhone,proto3" json:"msg_rsp_check_phone,omitempty"` // msg_rsp_check_phone
	MsgRspGetUrl     *ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl   `protobuf:"bytes,11,opt,name=msg_rsp_get_url,json=msgRspGetUrl,proto3" json:"msg_rsp_get_url,omitempty"`             // msg_rsp_get_url
	MsgRspGetUrlV4   *ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4 `protobuf:"bytes,12,opt,name=msg_rsp_get_url_v4,json=msgRspGetUrlV4,proto3" json:"msg_rsp_get_url_v4,omitempty"`     // msg_rsp_get_url_v4
	MsgRspPhoneLogin *ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin    `protobuf:"bytes,13,opt,name=msg_rsp_phone_login,json=msgRspPhoneLogin,proto3" json:"msg_rsp_phone_login,omitempty"` // msg_rsp_phone_login
	// contains filtered or unexported fields
}

RspBodySelfPhone is the message type for the ThirdPartLogin$RspBodySelfPhone.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspBodySelfPhone.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) GetMsgRspCheckPhone

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) GetMsgRspGetUrl

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) GetMsgRspGetUrlV4

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) GetMsgRspPhoneLogin

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) Reset

func (*ThirdPartLogin_RspBody_RspBodySelfPhone) String

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck struct {
	UploadRedirectUrl  string `protobuf:"bytes,10,opt,name=upload_redirect_url,json=uploadRedirectUrl,proto3" json:"upload_redirect_url,omitempty"`     // str_upload_redirect_url
	MsgId              string `protobuf:"bytes,11,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                                           // str_msg_id
	ChannelId          int32  `protobuf:"varint,12,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`                              // int32_channel_id
	ChannelCarrierType int32  `protobuf:"varint,13,opt,name=channel_carrier_type,json=channelCarrierType,proto3" json:"channel_carrier_type,omitempty"` // int32_channel_carrier_type
	// contains filtered or unexported fields
}

RspBodySelfPhoneCheck is the message type for the ThirdPartLogin$RspBodySelfPhoneCheck.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) GetChannelCarrierType

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) GetChannelId

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) GetMsgId

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) GetUploadRedirectUrl

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) Reset

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneCheck) String

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl struct {
	UploadUrl string `protobuf:"bytes,10,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`  // str_upload_url
	MsgId     string `protobuf:"bytes,11,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`              // str_msg_id
	ChannelId int32  `protobuf:"varint,12,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

RspBodySelfPhoneGetUrl is the message type for the ThirdPartLogin$RspBodySelfPhoneGetUrl.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) GetChannelId

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) GetMsgId

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) GetUploadUrl

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) Reset

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrl) String

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4 struct {
	MsgId        string                         `protobuf:"bytes,10,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                        // str_msg_id
	SelfPhoneUrl []*ThirdPartLogin_SelfPhoneUrl `protobuf:"bytes,11,rep,name=self_phone_url,json=selfPhoneUrl,proto3" json:"self_phone_url,omitempty"` // rpt_self_phone_url
	// contains filtered or unexported fields
}

RspBodySelfPhoneGetUrlV4 is the message type for the ThirdPartLogin$RspBodySelfPhoneGetUrlV4.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) GetMsgId

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) GetSelfPhoneUrl

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) Reset

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneGetUrlV4) String

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin

type ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin struct {
	BindUinInfo         []*ThirdPartLogin_UinInfo `protobuf:"bytes,10,rep,name=bind_uin_info,json=bindUinInfo,proto3" json:"bind_uin_info,omitempty"`                           // rpt_bind_uin_info
	PhoneBindResult     int32                     `protobuf:"varint,11,opt,name=phone_bind_result,json=phoneBindResult,proto3" json:"phone_bind_result,omitempty"`              // int32_phone_bind_result
	PhoneBindMsgTitle   string                    `protobuf:"bytes,12,opt,name=phone_bind_msg_title,json=phoneBindMsgTitle,proto3" json:"phone_bind_msg_title,omitempty"`       // str_phone_bind_msg_title
	PhoneBindMsgContent string                    `protobuf:"bytes,13,opt,name=phone_bind_msg_content,json=phoneBindMsgContent,proto3" json:"phone_bind_msg_content,omitempty"` // str_phone_bind_msg_content
	// contains filtered or unexported fields
}

RspBodySelfPhoneLogin is the message type for the ThirdPartLogin$RspBodySelfPhoneLogin.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) GetBindUinInfo

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) GetPhoneBindMsgContent

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) GetPhoneBindMsgTitle

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) GetPhoneBindResult

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) ProtoMessage

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) ProtoReflect

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) Reset

func (*ThirdPartLogin_RspBody_RspBodySelfPhone_RspBodySelfPhoneLogin) String

type ThirdPartLogin_RspBody_RspCmd17

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

RspCmd17 is the message type for the ThirdPartLogin$RspCmd17.

func (*ThirdPartLogin_RspBody_RspCmd17) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspCmd17.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspCmd17) ProtoMessage

func (*ThirdPartLogin_RspBody_RspCmd17) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspCmd17) ProtoReflect

func (*ThirdPartLogin_RspBody_RspCmd17) Reset

func (*ThirdPartLogin_RspBody_RspCmd17) String

type ThirdPartLogin_RspBody_RspCmd18

type ThirdPartLogin_RspBody_RspCmd18 struct {
	MsgRspPhoneSmsExtendLogin *ThirdPartLogin_RspPhoneSmsExtendLogin `` // msg_rsp_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

RspCmd18 is the message type for the ThirdPartLogin$RspCmd18.

func (*ThirdPartLogin_RspBody_RspCmd18) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspCmd18.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspCmd18) GetMsgRspPhoneSmsExtendLogin

func (*ThirdPartLogin_RspBody_RspCmd18) ProtoMessage

func (*ThirdPartLogin_RspBody_RspCmd18) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspCmd18) ProtoReflect

func (*ThirdPartLogin_RspBody_RspCmd18) Reset

func (*ThirdPartLogin_RspBody_RspCmd18) String

type ThirdPartLogin_RspBody_RspCmd23

type ThirdPartLogin_RspBody_RspCmd23 struct {
	MsgRspTimeWechat *ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat `protobuf:"bytes,10,opt,name=msg_rsp_time_wechat,json=msgRspTimeWechat,proto3" json:"msg_rsp_time_wechat,omitempty"` // msg_rsp_time_wechat
	// contains filtered or unexported fields
}

RspCmd23 is the message type for the ThirdPartLogin$RspCmd23.

func (*ThirdPartLogin_RspBody_RspCmd23) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspCmd23.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspCmd23) GetMsgRspTimeWechat

func (*ThirdPartLogin_RspBody_RspCmd23) ProtoMessage

func (*ThirdPartLogin_RspBody_RspCmd23) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspCmd23) ProtoReflect

func (*ThirdPartLogin_RspBody_RspCmd23) Reset

func (*ThirdPartLogin_RspBody_RspCmd23) String

type ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat

type ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat struct {
	WechatRegisterToken string `protobuf:"bytes,10,opt,name=wechat_register_token,json=wechatRegisterToken,proto3" json:"wechat_register_token,omitempty"` // str_wechat_register_token
	// contains filtered or unexported fields
}

RspTimWeChat is the message type for the ThirdPartLogin$RspTimWeChat.

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) Descriptor deprecated

Deprecated: Use ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) GetWechatRegisterToken

func (x *ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) GetWechatRegisterToken() string

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) ProtoMessage

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) ProtoReflect

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) Reset

func (*ThirdPartLogin_RspBody_RspCmd23_RspTimWeChat) String

type ThirdPartLogin_RspBody_RspCmd9

type ThirdPartLogin_RspBody_RspCmd9 struct {
	MsgRspPhoneSmsExtendLogin *ThirdPartLogin_RspPhoneSmsExtendLogin `` // msg_rsp_phone_sms_extend_login
	/* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

RspCmd9 is the message type for the ThirdPartLogin$RspCmd9.

func (*ThirdPartLogin_RspBody_RspCmd9) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspCmd9.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspCmd9) GetMsgRspPhoneSmsExtendLogin

func (x *ThirdPartLogin_RspBody_RspCmd9) GetMsgRspPhoneSmsExtendLogin() *ThirdPartLogin_RspPhoneSmsExtendLogin

func (*ThirdPartLogin_RspBody_RspCmd9) ProtoMessage

func (*ThirdPartLogin_RspBody_RspCmd9) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspCmd9) ProtoReflect

func (*ThirdPartLogin_RspBody_RspCmd9) Reset

func (x *ThirdPartLogin_RspBody_RspCmd9) Reset()

func (*ThirdPartLogin_RspBody_RspCmd9) String

type ThirdPartLogin_RspBody_RspConnectLogin

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

RspConnectLogin is the message type for the ThirdPartLogin$RspConnectLogin.

func (*ThirdPartLogin_RspBody_RspConnectLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspConnectLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspConnectLogin) ProtoMessage

func (*ThirdPartLogin_RspBody_RspConnectLogin) ProtoReflect

func (*ThirdPartLogin_RspBody_RspConnectLogin) Reset

func (*ThirdPartLogin_RspBody_RspConnectLogin) String

type ThirdPartLogin_RspBody_RspLftInfo

type ThirdPartLogin_RspBody_RspLftInfo struct {
	LftForbidArea   uint32 `protobuf:"varint,10,opt,name=lft_forbid_area,json=lftForbidArea,proto3" json:"lft_forbid_area,omitempty"`       // uint32_lft_forbid_area
	LftForbidReason uint32 `protobuf:"varint,11,opt,name=lft_forbid_reason,json=lftForbidReason,proto3" json:"lft_forbid_reason,omitempty"` // uint32_lft_forbid_reason
	// contains filtered or unexported fields
}

RspLftInfo is the message type for the ThirdPartLogin$RspLftInfo.

func (*ThirdPartLogin_RspBody_RspLftInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspLftInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspLftInfo) GetLftForbidArea

func (x *ThirdPartLogin_RspBody_RspLftInfo) GetLftForbidArea() uint32

func (*ThirdPartLogin_RspBody_RspLftInfo) GetLftForbidReason

func (x *ThirdPartLogin_RspBody_RspLftInfo) GetLftForbidReason() uint32

func (*ThirdPartLogin_RspBody_RspLftInfo) ProtoMessage

func (*ThirdPartLogin_RspBody_RspLftInfo) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspLftInfo) ProtoReflect

func (*ThirdPartLogin_RspBody_RspLftInfo) Reset

func (*ThirdPartLogin_RspBody_RspLftInfo) String

type ThirdPartLogin_RspBody_RspTipsInfo

type ThirdPartLogin_RspBody_RspTipsInfo struct {
	SceneId                uint32 `protobuf:"varint,1,opt,name=scene_id,json=sceneId,proto3" json:"scene_id,omitempty"`                                           // uint32_scene_id
	ReviewProtectUrl       string `protobuf:"bytes,2,opt,name=review_protect_url,json=reviewProtectUrl,proto3" json:"review_protect_url,omitempty"`               // str_review_protect_url
	GuidToMainLoginFlag    uint32 `protobuf:"varint,3,opt,name=guid_to_main_login_flag,json=guidToMainLoginFlag,proto3" json:"guid_to_main_login_flag,omitempty"` // uint32_guid_to_main_login_flag
	GuidToMainLoginWording string ``                                                                                                                              // str_guid_to_main_login_wording
	/* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

RspTipsInfo is the message type for the ThirdPartLogin$RspTipsInfo.

func (*ThirdPartLogin_RspBody_RspTipsInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspBody_RspTipsInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspBody_RspTipsInfo) GetGuidToMainLoginFlag

func (x *ThirdPartLogin_RspBody_RspTipsInfo) GetGuidToMainLoginFlag() uint32

func (*ThirdPartLogin_RspBody_RspTipsInfo) GetGuidToMainLoginWording

func (x *ThirdPartLogin_RspBody_RspTipsInfo) GetGuidToMainLoginWording() string

func (*ThirdPartLogin_RspBody_RspTipsInfo) GetReviewProtectUrl

func (x *ThirdPartLogin_RspBody_RspTipsInfo) GetReviewProtectUrl() string

func (*ThirdPartLogin_RspBody_RspTipsInfo) GetSceneId

func (*ThirdPartLogin_RspBody_RspTipsInfo) ProtoMessage

func (*ThirdPartLogin_RspBody_RspTipsInfo) ProtoMessage()

func (*ThirdPartLogin_RspBody_RspTipsInfo) ProtoReflect

func (*ThirdPartLogin_RspBody_RspTipsInfo) Reset

func (*ThirdPartLogin_RspBody_RspTipsInfo) String

type ThirdPartLogin_RspCommonInfo

type ThirdPartLogin_RspCommonInfo struct {
	NeedVerifyScenes uint32                              `protobuf:"varint,10,opt,name=need_verify_scenes,json=needVerifyScenes,proto3" json:"need_verify_scenes,omitempty"` // uint32_need_verify_scenes
	MsgRspNt         *ThirdPartLogin_RspCommonInfo_RspNT `protobuf:"bytes,11,opt,name=msg_rsp_nt,json=msgRspNt,proto3" json:"msg_rsp_nt,omitempty"`                          // msg_rsp_nt
	A1Seq            uint32                              `protobuf:"varint,12,opt,name=a1_seq,json=a1Seq,proto3" json:"a1_seq,omitempty"`                                    // uint32_a1_seq
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$RspCommonInfo

RspCommonInfo is the message type for the ThirdPartLogin$RspCommonInfo.

func (*ThirdPartLogin_RspCommonInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspCommonInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspCommonInfo) GetA1Seq

func (x *ThirdPartLogin_RspCommonInfo) GetA1Seq() uint32

func (*ThirdPartLogin_RspCommonInfo) GetMsgRspNt

func (*ThirdPartLogin_RspCommonInfo) GetNeedVerifyScenes

func (x *ThirdPartLogin_RspCommonInfo) GetNeedVerifyScenes() uint32

func (*ThirdPartLogin_RspCommonInfo) ProtoMessage

func (*ThirdPartLogin_RspCommonInfo) ProtoMessage()

func (*ThirdPartLogin_RspCommonInfo) ProtoReflect

func (*ThirdPartLogin_RspCommonInfo) Reset

func (x *ThirdPartLogin_RspCommonInfo) Reset()

func (*ThirdPartLogin_RspCommonInfo) String

type ThirdPartLogin_RspCommonInfo_RspNT

type ThirdPartLogin_RspCommonInfo_RspNT struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // str_uid
	Ua2 []byte `protobuf:"bytes,2,opt,name=ua2,proto3" json:"ua2,omitempty"` // bytes_ua2
	// contains filtered or unexported fields
}

RspNT is the message type for the ThirdPartLogin$RspNT.

func (*ThirdPartLogin_RspCommonInfo_RspNT) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspCommonInfo_RspNT.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspCommonInfo_RspNT) GetUa2

func (*ThirdPartLogin_RspCommonInfo_RspNT) GetUid

func (*ThirdPartLogin_RspCommonInfo_RspNT) ProtoMessage

func (*ThirdPartLogin_RspCommonInfo_RspNT) ProtoMessage()

func (*ThirdPartLogin_RspCommonInfo_RspNT) ProtoReflect

func (*ThirdPartLogin_RspCommonInfo_RspNT) Reset

func (*ThirdPartLogin_RspCommonInfo_RspNT) String

type ThirdPartLogin_RspPhoneSmsExtendLogin

type ThirdPartLogin_RspPhoneSmsExtendLogin struct {
	BindUinInfo         []*ThirdPartLogin_UinInfo `protobuf:"bytes,10,rep,name=bind_uin_info,json=bindUinInfo,proto3" json:"bind_uin_info,omitempty"`                           // rpt_bind_uin_info
	PhoneBindResult     int32                     `protobuf:"varint,11,opt,name=phone_bind_result,json=phoneBindResult,proto3" json:"phone_bind_result,omitempty"`              // int32_phone_bind_result
	PhoneBindMsgTitle   string                    `protobuf:"bytes,12,opt,name=phone_bind_msg_title,json=phoneBindMsgTitle,proto3" json:"phone_bind_msg_title,omitempty"`       // str_phone_bind_msg_title
	PhoneBindMsgContent string                    `protobuf:"bytes,13,opt,name=phone_bind_msg_content,json=phoneBindMsgContent,proto3" json:"phone_bind_msg_content,omitempty"` // str_phone_bind_msg_content
	UnbindWording       string                    `protobuf:"bytes,14,opt,name=unbind_wording,json=unbindWording,proto3" json:"unbind_wording,omitempty"`                       // str_unbind_wording
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$RspPhoneSmsExtendLogin

RspPhoneSmsExtendLogin is the message type for the ThirdPartLogin$RspPhoneSmsExtendLogin.

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_RspPhoneSmsExtendLogin.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) GetBindUinInfo

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindMsgContent

func (x *ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindMsgContent() string

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindMsgTitle

func (x *ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindMsgTitle() string

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindResult

func (x *ThirdPartLogin_RspPhoneSmsExtendLogin) GetPhoneBindResult() int32

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) GetUnbindWording

func (x *ThirdPartLogin_RspPhoneSmsExtendLogin) GetUnbindWording() string

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) ProtoMessage

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) ProtoMessage()

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) ProtoReflect

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) Reset

func (*ThirdPartLogin_RspPhoneSmsExtendLogin) String

type ThirdPartLogin_SelfPhoneToken

type ThirdPartLogin_SelfPhoneToken struct {
	Token     string `protobuf:"bytes,10,opt,name=token,proto3" json:"token,omitempty"`                           // str_token
	ChannelId int32  `protobuf:"varint,11,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$SelfPhoneToken

SelfPhoneToken is the message type for the ThirdPartLogin$SelfPhoneToken.

func (*ThirdPartLogin_SelfPhoneToken) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_SelfPhoneToken.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_SelfPhoneToken) GetChannelId

func (x *ThirdPartLogin_SelfPhoneToken) GetChannelId() int32

func (*ThirdPartLogin_SelfPhoneToken) GetToken

func (x *ThirdPartLogin_SelfPhoneToken) GetToken() string

func (*ThirdPartLogin_SelfPhoneToken) ProtoMessage

func (*ThirdPartLogin_SelfPhoneToken) ProtoMessage()

func (*ThirdPartLogin_SelfPhoneToken) ProtoReflect

func (*ThirdPartLogin_SelfPhoneToken) Reset

func (x *ThirdPartLogin_SelfPhoneToken) Reset()

func (*ThirdPartLogin_SelfPhoneToken) String

type ThirdPartLogin_SelfPhoneUrl

type ThirdPartLogin_SelfPhoneUrl struct {
	UploadUrl string `protobuf:"bytes,10,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`  // str_upload_url
	ChannelId int32  `protobuf:"varint,11,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` // int32_channel_id
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$SelfPhoneUrl

SelfPhoneUrl is the message type for the ThirdPartLogin$SelfPhoneUrl.

func (*ThirdPartLogin_SelfPhoneUrl) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_SelfPhoneUrl.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_SelfPhoneUrl) GetChannelId

func (x *ThirdPartLogin_SelfPhoneUrl) GetChannelId() int32

func (*ThirdPartLogin_SelfPhoneUrl) GetUploadUrl

func (x *ThirdPartLogin_SelfPhoneUrl) GetUploadUrl() string

func (*ThirdPartLogin_SelfPhoneUrl) ProtoMessage

func (*ThirdPartLogin_SelfPhoneUrl) ProtoMessage()

func (*ThirdPartLogin_SelfPhoneUrl) ProtoReflect

func (*ThirdPartLogin_SelfPhoneUrl) Reset

func (x *ThirdPartLogin_SelfPhoneUrl) Reset()

func (*ThirdPartLogin_SelfPhoneUrl) String

func (x *ThirdPartLogin_SelfPhoneUrl) String() string

type ThirdPartLogin_UinInfo

type ThirdPartLogin_UinInfo struct {
	MaskUin    string `protobuf:"bytes,1,opt,name=mask_uin,json=maskUin,proto3" json:"mask_uin,omitempty"`          // str_mask_uin
	Nick       string `protobuf:"bytes,2,opt,name=nick,proto3" json:"nick,omitempty"`                               // str_nick
	ImageUrl   string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`       // str_image_url
	EncryptUin []byte `protobuf:"bytes,4,opt,name=encrypt_uin,json=encryptUin,proto3" json:"encrypt_uin,omitempty"` // bytes_encrypt_uin
	// contains filtered or unexported fields
}

Message generated by proto-message-gen. DO NOT EDIT. source: oicq.wlogin_sdk.p1290pb.ThirdPartLogin$UinInfo

UinInfo is the message type for the ThirdPartLogin$UinInfo.

func (*ThirdPartLogin_UinInfo) Descriptor deprecated

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

Deprecated: Use ThirdPartLogin_UinInfo.ProtoReflect.Descriptor instead.

func (*ThirdPartLogin_UinInfo) GetEncryptUin

func (x *ThirdPartLogin_UinInfo) GetEncryptUin() []byte

func (*ThirdPartLogin_UinInfo) GetImageUrl

func (x *ThirdPartLogin_UinInfo) GetImageUrl() string

func (*ThirdPartLogin_UinInfo) GetMaskUin

func (x *ThirdPartLogin_UinInfo) GetMaskUin() string

func (*ThirdPartLogin_UinInfo) GetNick

func (x *ThirdPartLogin_UinInfo) GetNick() string

func (*ThirdPartLogin_UinInfo) ProtoMessage

func (*ThirdPartLogin_UinInfo) ProtoMessage()

func (*ThirdPartLogin_UinInfo) ProtoReflect

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

func (*ThirdPartLogin_UinInfo) Reset

func (x *ThirdPartLogin_UinInfo) Reset()

func (*ThirdPartLogin_UinInfo) String

func (x *ThirdPartLogin_UinInfo) String() string

Jump to

Keyboard shortcuts

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