cmd0x6ff

package
v0.0.0-...-ef11c2a Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressDetail

type AddressDetail struct {
	Aid                proto.Option[uint32]    `protobuf:"varint,1,opt"`
	ModifyTime         proto.Option[uint32]    `protobuf:"fixed32,2,opt"`
	CreateTime         proto.Option[uint32]    `protobuf:"fixed32,3,opt"`
	Status             proto.Option[uint32]    `protobuf:"varint,4,opt"`
	Groupid            proto.Option[uint32]    `protobuf:"varint,5,opt"`
	AddGroupName       []byte                  `protobuf:"bytes,6,opt"`
	Name               []byte                  `protobuf:"bytes,7,opt"`
	Gender             proto.Option[uint32]    `protobuf:"varint,8,opt"`
	Birthday           proto.Option[uint32]    `protobuf:"fixed32,9,opt"`
	Company0           []byte                  `protobuf:"bytes,10,opt"`
	CompanyPosition0   []byte                  `protobuf:"bytes,11,opt"`
	Company1           []byte                  `protobuf:"bytes,12,opt"`
	CompanyPosition1   []byte                  `protobuf:"bytes,13,opt"`
	FixedPhone0        []byte                  `protobuf:"bytes,14,opt"`
	FixedPhone1        []byte                  `protobuf:"bytes,15,opt"`
	Email0             []byte                  `protobuf:"bytes,16,opt"`
	Email1             []byte                  `protobuf:"bytes,17,opt"`
	Fax0               []byte                  `protobuf:"bytes,18,opt"`
	Fax1               []byte                  `protobuf:"bytes,19,opt"`
	Comment            []byte                  `protobuf:"bytes,20,opt"`
	HeadUrl            []byte                  `protobuf:"bytes,21,opt"`
	MobilePhone        []*AddressMobileInfo    `protobuf:"bytes,22,rep"`
	MobilePhoneUpdated proto.Option[bool]      `protobuf:"varint,23,opt"`
	Qq                 []*AddressQQinfo        `protobuf:"bytes,24,rep"`
	QqPhoneUpdated     proto.Option[bool]      `protobuf:"varint,25,opt"`
	ModifyTime2        proto.Option[uint64]    `protobuf:"fixed64,26,opt"`
	ClientRegion       *NewBizClientRegion     `protobuf:"bytes,27,opt"`
	ClientRegionCode   *NewBizClientRegionCode `protobuf:"bytes,28,opt"`
}

type AddressMobileInfo

type AddressMobileInfo struct {
	Index            proto.Option[uint32] `protobuf:"varint,1,opt"`
	Account          []byte               `protobuf:"bytes,2,opt"`
	FormattedAccount []byte               `protobuf:"bytes,5,opt"`
}

type AddressQQinfo

type AddressQQinfo struct {
	Index   proto.Option[uint32] `protobuf:"varint,1,opt"`
	Account proto.Option[uint64] `protobuf:"varint,2,opt"`
	// contains filtered or unexported fields
}

type C501ReqBody

type C501ReqBody struct {
	ReqBody *SubCmd0X501ReqBody `protobuf:"bytes,1281,opt"`
	// contains filtered or unexported fields
}

type C501RspBody

type C501RspBody struct {
	RspBody *SubCmd0X501RspBody `protobuf:"bytes,1281,opt"`
	// contains filtered or unexported fields
}

type C519CRMMsgHead

type C519CRMMsgHead struct {
	CrmSubCmd  proto.Option[uint32] `protobuf:"varint,1,opt"`
	HeadLen    proto.Option[uint32] `protobuf:"varint,2,opt"`
	VerNo      proto.Option[uint32] `protobuf:"varint,3,opt"`
	KfUin      proto.Option[uint64] `protobuf:"varint,4,opt"`
	Seq        proto.Option[uint32] `protobuf:"varint,5,opt"`
	PackNum    proto.Option[uint32] `protobuf:"varint,6,opt"`
	CurPack    proto.Option[uint32] `protobuf:"varint,7,opt"`
	BufSig     proto.Option[string] `protobuf:"bytes,8,opt"`
	PubQq      proto.Option[uint64] `protobuf:"varint,9,opt"`
	Clienttype proto.Option[uint32] `protobuf:"varint,10,opt"`
	LaborUin   proto.Option[uint64] `protobuf:"varint,11,opt"`
	LaborName  proto.Option[string] `protobuf:"bytes,12,opt"`
	Puin       proto.Option[uint64] `protobuf:"varint,13,opt"`
	// contains filtered or unexported fields
}

type C519ReqBody

type C519ReqBody struct {
	SubCmd                      proto.Option[uint32]         `protobuf:"varint,1,opt"`
	CrmCommonHead               *C519CRMMsgHead              `protobuf:"bytes,2,opt"`
	GetAddressDetailListReqBody *GetAddressDetailListReqBody `protobuf:"bytes,33,opt"`
	GetNavigationMenuReq        *GetNavigationMenuReqBody    `protobuf:"bytes,35,opt"`
	// contains filtered or unexported fields
}

type C519RetInfo

type C519RetInfo struct {
	RetCode  proto.Option[uint32] `protobuf:"varint,1,opt"`
	ErrorMsg proto.Option[string] `protobuf:"bytes,2,opt"`
	// contains filtered or unexported fields
}

type C519RspBody

type C519RspBody struct {
	SubCmd                      proto.Option[uint32]         `protobuf:"varint,1,opt"`
	CrmCommonHead               *C519CRMMsgHead              `protobuf:"bytes,2,opt"`
	GetAddressDetailListRspBody *GetAddressDetailListRspBody `protobuf:"bytes,33,opt"`
	GetNavigationMenuRsp        *GetNavigationMenuRspBody    `protobuf:"bytes,35,opt"`
	// contains filtered or unexported fields
}

type GetAddressDetailListReqBody

type GetAddressDetailListReqBody struct {
	Timestamp  proto.Option[uint32] `protobuf:"fixed32,1,opt"`
	Timestamp2 proto.Option[uint64] `protobuf:"fixed64,2,opt"`
	// contains filtered or unexported fields
}

type GetAddressDetailListRspBody

type GetAddressDetailListRspBody struct {
	Ret           *C519RetInfo         `protobuf:"bytes,1,opt"`
	Timestamp     proto.Option[uint32] `protobuf:"fixed32,2,opt"`
	Full          proto.Option[bool]   `protobuf:"varint,3,opt"`
	AddressDetail []*AddressDetail     `protobuf:"bytes,4,rep"`
	Timestamp2    proto.Option[uint64] `protobuf:"fixed64,5,opt"`
}

type GetNavigationMenuReqBody

type GetNavigationMenuReqBody struct {
	Puin  proto.Option[uint64] `protobuf:"varint,1,opt"`
	Uin   proto.Option[uint64] `protobuf:"varint,2,opt"`
	VerNo proto.Option[uint32] `protobuf:"varint,3,opt"`
	// contains filtered or unexported fields
}

type GetNavigationMenuRspBody

type GetNavigationMenuRspBody struct {
	Ret    *C519RetInfo         `protobuf:"bytes,1,opt"`
	IsShow proto.Option[int32]  `protobuf:"varint,2,opt"`
	UctMsg proto.Option[string] `protobuf:"bytes,3,opt"`
	VerNo  proto.Option[uint32] `protobuf:"varint,4,opt"`
	// contains filtered or unexported fields
}

type IpAddr

type IpAddr struct {
	Type proto.Option[uint32] `protobuf:"varint,1,opt"`
	Ip   proto.Option[uint32] `protobuf:"fixed32,2,opt"`
	Port proto.Option[uint32] `protobuf:"varint,3,opt"`
	Area proto.Option[uint32] `protobuf:"varint,4,opt"`
	// contains filtered or unexported fields
}

type NewBizClientRegion

type NewBizClientRegion struct {
	ClientNation   proto.Option[string] `protobuf:"bytes,1,opt"`
	ClientProvince proto.Option[string] `protobuf:"bytes,2,opt"`
	ClientCity     proto.Option[string] `protobuf:"bytes,3,opt"`
	ClientRegion   proto.Option[string] `protobuf:"bytes,4,opt"`
	// contains filtered or unexported fields
}

type NewBizClientRegionCode

type NewBizClientRegionCode struct {
	Nationid   proto.Option[uint64] `protobuf:"varint,1,opt"`
	Provinceid proto.Option[uint64] `protobuf:"varint,2,opt"`
	Cityid     proto.Option[uint64] `protobuf:"varint,3,opt"`
	Regionid   proto.Option[uint64] `protobuf:"varint,4,opt"`
	// contains filtered or unexported fields
}

type SrvAddrs

type SrvAddrs struct {
	ServiceType proto.Option[uint32] `protobuf:"varint,1,opt"`
	Addrs       []*IpAddr            `protobuf:"bytes,2,rep"`
}

type SubCmd0X501ReqBody

type SubCmd0X501ReqBody struct {
	Uin            proto.Option[uint64] `protobuf:"varint,1,opt"`
	IdcId          proto.Option[uint32] `protobuf:"varint,2,opt"`
	Appid          proto.Option[uint32] `protobuf:"varint,3,opt"`
	LoginSigType   proto.Option[uint32] `protobuf:"varint,4,opt"`
	LoginSigTicket []byte               `protobuf:"bytes,5,opt"`
	RequestFlag    proto.Option[uint32] `protobuf:"varint,6,opt"`
	ServiceTypes   []uint32             `protobuf:"varint,7,rep"`
	Bid            proto.Option[uint32] `protobuf:"varint,8,opt"`
}

type SubCmd0X501RspBody

type SubCmd0X501RspBody struct {
	SigSession []byte      `protobuf:"bytes,1,opt"`
	SessionKey []byte      `protobuf:"bytes,2,opt"`
	Addrs      []*SrvAddrs `protobuf:"bytes,3,rep"`
}

Jump to

Keyboard shortcuts

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