Files
2026-02-17 13:06:23 +08:00

1572 lines
49 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: spam.proto
package wechat
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type DeviceRunningInfoNew struct {
Version []byte `protobuf:"bytes,1,req,name=Version" json:"Version,omitempty"`
Type *uint32 `protobuf:"varint,2,req,name=Type" json:"Type,omitempty"`
EncryptData []byte `protobuf:"bytes,3,req,name=EncryptData" json:"EncryptData,omitempty"`
Timestamp *uint32 `protobuf:"varint,4,req,name=Timestamp" json:"Timestamp,omitempty"`
Unknown5 *uint32 `protobuf:"varint,5,req,name=Unknown5" json:"Unknown5,omitempty"`
Unknown6 *uint32 `protobuf:"varint,6,req,name=Unknown6" json:"Unknown6,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeviceRunningInfoNew) Reset() { *m = DeviceRunningInfoNew{} }
func (m *DeviceRunningInfoNew) String() string { return proto.CompactTextString(m) }
func (*DeviceRunningInfoNew) ProtoMessage() {}
func (*DeviceRunningInfoNew) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{0}
}
func (m *DeviceRunningInfoNew) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeviceRunningInfoNew.Unmarshal(m, b)
}
func (m *DeviceRunningInfoNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeviceRunningInfoNew.Marshal(b, m, deterministic)
}
func (m *DeviceRunningInfoNew) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeviceRunningInfoNew.Merge(m, src)
}
func (m *DeviceRunningInfoNew) XXX_Size() int {
return xxx_messageInfo_DeviceRunningInfoNew.Size(m)
}
func (m *DeviceRunningInfoNew) XXX_DiscardUnknown() {
xxx_messageInfo_DeviceRunningInfoNew.DiscardUnknown(m)
}
var xxx_messageInfo_DeviceRunningInfoNew proto.InternalMessageInfo
func (m *DeviceRunningInfoNew) GetVersion() []byte {
if m != nil {
return m.Version
}
return nil
}
func (m *DeviceRunningInfoNew) GetType() uint32 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *DeviceRunningInfoNew) GetEncryptData() []byte {
if m != nil {
return m.EncryptData
}
return nil
}
func (m *DeviceRunningInfoNew) GetTimestamp() uint32 {
if m != nil && m.Timestamp != nil {
return *m.Timestamp
}
return 0
}
func (m *DeviceRunningInfoNew) GetUnknown5() uint32 {
if m != nil && m.Unknown5 != nil {
return *m.Unknown5
}
return 0
}
func (m *DeviceRunningInfoNew) GetUnknown6() uint32 {
if m != nil && m.Unknown6 != nil {
return *m.Unknown6
}
return 0
}
type WCExtInfoNew struct {
Wcstf *BufferT `protobuf:"bytes,1,opt,name=Wcstf" json:"Wcstf,omitempty"`
Wcste *BufferT `protobuf:"bytes,2,opt,name=Wcste" json:"Wcste,omitempty"`
CcData *BufferT `protobuf:"bytes,3,opt,name=CcData" json:"CcData,omitempty"`
UserAttrInfo *BufferT `protobuf:"bytes,4,opt,name=UserAttrInfo" json:"UserAttrInfo,omitempty"`
AcgiDeviceInfo *BufferT `protobuf:"bytes,5,opt,name=AcgiDeviceInfo" json:"AcgiDeviceInfo,omitempty"`
AcgiTuring *BufferT `protobuf:"bytes,6,opt,name=AcgiTuring" json:"AcgiTuring,omitempty"`
DeviceToken *BufferT `protobuf:"bytes,7,opt,name=DeviceToken" json:"DeviceToken,omitempty"`
IosturingHuman *BufferT `protobuf:"bytes,101,opt,name=IosturingHuman" json:"IosturingHuman,omitempty"`
IosturingOwner *BufferT `protobuf:"bytes,102,opt,name=IosturingOwner" json:"IosturingOwner,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WCExtInfoNew) Reset() { *m = WCExtInfoNew{} }
func (m *WCExtInfoNew) String() string { return proto.CompactTextString(m) }
func (*WCExtInfoNew) ProtoMessage() {}
func (*WCExtInfoNew) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{1}
}
func (m *WCExtInfoNew) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WCExtInfoNew.Unmarshal(m, b)
}
func (m *WCExtInfoNew) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WCExtInfoNew.Marshal(b, m, deterministic)
}
func (m *WCExtInfoNew) XXX_Merge(src proto.Message) {
xxx_messageInfo_WCExtInfoNew.Merge(m, src)
}
func (m *WCExtInfoNew) XXX_Size() int {
return xxx_messageInfo_WCExtInfoNew.Size(m)
}
func (m *WCExtInfoNew) XXX_DiscardUnknown() {
xxx_messageInfo_WCExtInfoNew.DiscardUnknown(m)
}
var xxx_messageInfo_WCExtInfoNew proto.InternalMessageInfo
func (m *WCExtInfoNew) GetWcstf() *BufferT {
if m != nil {
return m.Wcstf
}
return nil
}
func (m *WCExtInfoNew) GetWcste() *BufferT {
if m != nil {
return m.Wcste
}
return nil
}
func (m *WCExtInfoNew) GetCcData() *BufferT {
if m != nil {
return m.CcData
}
return nil
}
func (m *WCExtInfoNew) GetUserAttrInfo() *BufferT {
if m != nil {
return m.UserAttrInfo
}
return nil
}
func (m *WCExtInfoNew) GetAcgiDeviceInfo() *BufferT {
if m != nil {
return m.AcgiDeviceInfo
}
return nil
}
func (m *WCExtInfoNew) GetAcgiTuring() *BufferT {
if m != nil {
return m.AcgiTuring
}
return nil
}
func (m *WCExtInfoNew) GetDeviceToken() *BufferT {
if m != nil {
return m.DeviceToken
}
return nil
}
func (m *WCExtInfoNew) GetIosturingHuman() *BufferT {
if m != nil {
return m.IosturingHuman
}
return nil
}
func (m *WCExtInfoNew) GetIosturingOwner() *BufferT {
if m != nil {
return m.IosturingOwner
}
return nil
}
type SpamDataBody struct {
UnKnown1 *int32 `protobuf:"varint,1,req,name=UnKnown1" json:"UnKnown1,omitempty"`
TimeStamp *uint32 `protobuf:"varint,2,req,name=TimeStamp" json:"TimeStamp,omitempty"`
KeyHash *int32 `protobuf:"varint,3,req,name=KeyHash" json:"KeyHash,omitempty"`
Yes1 *string `protobuf:"bytes,11,req,name=Yes1" json:"Yes1,omitempty"`
Yes2 *string `protobuf:"bytes,12,req,name=Yes2" json:"Yes2,omitempty"`
IosVersion *string `protobuf:"bytes,13,req,name=IosVersion" json:"IosVersion,omitempty"`
DeviceType *string `protobuf:"bytes,14,req,name=DeviceType" json:"DeviceType,omitempty"`
UnKnown2 *int32 `protobuf:"varint,15,req,name=UnKnown2" json:"UnKnown2,omitempty"`
IdentifierForVendor *string `protobuf:"bytes,16,req,name=IdentifierForVendor" json:"IdentifierForVendor,omitempty"`
AdvertisingIdentifier *string `protobuf:"bytes,17,req,name=AdvertisingIdentifier" json:"AdvertisingIdentifier,omitempty"`
Carrier *string `protobuf:"bytes,18,req,name=Carrier" json:"Carrier,omitempty"`
BatteryInfo *int32 `protobuf:"varint,19,req,name=BatteryInfo" json:"BatteryInfo,omitempty"`
NetworkName *string `protobuf:"bytes,20,req,name=NetworkName" json:"NetworkName,omitempty"`
NetType *int32 `protobuf:"varint,21,req,name=NetType" json:"NetType,omitempty"`
AppBundleId *string `protobuf:"bytes,22,req,name=AppBundleId" json:"AppBundleId,omitempty"`
DeviceName *string `protobuf:"bytes,23,req,name=DeviceName" json:"DeviceName,omitempty"`
UserName *string `protobuf:"bytes,24,req,name=UserName" json:"UserName,omitempty"`
Unknown3 *int64 `protobuf:"varint,25,req,name=Unknown3" json:"Unknown3,omitempty"`
Unknown4 *int64 `protobuf:"varint,26,req,name=Unknown4" json:"Unknown4,omitempty"`
Unknown5 *int32 `protobuf:"varint,27,req,name=Unknown5" json:"Unknown5,omitempty"`
Unknown6 *int32 `protobuf:"varint,28,req,name=Unknown6" json:"Unknown6,omitempty"`
Lang *string `protobuf:"bytes,29,req,name=Lang" json:"Lang,omitempty"`
Country *string `protobuf:"bytes,30,req,name=Country" json:"Country,omitempty"`
Unknown7 *int32 `protobuf:"varint,31,req,name=Unknown7" json:"Unknown7,omitempty"`
DocumentDir *string `protobuf:"bytes,32,req,name=DocumentDir" json:"DocumentDir,omitempty"`
Unknown8 *int32 `protobuf:"varint,33,req,name=Unknown8" json:"Unknown8,omitempty"`
Unknown9 *int32 `protobuf:"varint,34,req,name=Unknown9" json:"Unknown9,omitempty"`
HeadMD5 *string `protobuf:"bytes,35,req,name=HeadMD5" json:"HeadMD5,omitempty"`
AppUUID *string `protobuf:"bytes,36,req,name=AppUUID" json:"AppUUID,omitempty"`
SyslogUUID *string `protobuf:"bytes,37,req,name=SyslogUUID" json:"SyslogUUID,omitempty"`
Unknown10 *string `protobuf:"bytes,38,req,name=Unknown10" json:"Unknown10,omitempty"`
Unknown11 *string `protobuf:"bytes,39,req,name=Unknown11" json:"Unknown11,omitempty"`
AppName *string `protobuf:"bytes,40,req,name=AppName" json:"AppName,omitempty"`
SshPath *string `protobuf:"bytes,41,opt,name=SshPath" json:"SshPath,omitempty"`
TempTest *string `protobuf:"bytes,42,opt,name=TempTest" json:"TempTest,omitempty"`
DevMD5 *string `protobuf:"bytes,43,opt,name=DevMD5" json:"DevMD5,omitempty"`
DevUser *string `protobuf:"bytes,44,opt,name=DevUser" json:"DevUser,omitempty"`
DevPrefix *string `protobuf:"bytes,45,opt,name=DevPrefix" json:"DevPrefix,omitempty"`
AppFileInfo []*FileInfo `protobuf:"bytes,46,rep,name=AppFileInfo" json:"AppFileInfo,omitempty"`
Unknown12 *string `protobuf:"bytes,47,req,name=Unknown12" json:"Unknown12,omitempty"`
IsModify *int32 `protobuf:"varint,50,req,name=IsModify" json:"IsModify,omitempty"`
ModifyMD5 *string `protobuf:"bytes,51,req,name=ModifyMD5" json:"ModifyMD5,omitempty"`
RqtHash *int64 `protobuf:"varint,52,req,name=RqtHash" json:"RqtHash,omitempty"`
Unknown53 *uint64 `protobuf:"varint,53,req,name=Unknown53" json:"Unknown53,omitempty"`
Unknown54 *uint64 `protobuf:"varint,54,req,name=Unknown54" json:"Unknown54,omitempty"`
Unknown55 *uint64 `protobuf:"varint,55,req,name=Unknown55" json:"Unknown55,omitempty"`
Unknown56 *int64 `protobuf:"varint,56,req,name=Unknown56" json:"Unknown56,omitempty"`
Unknown57 *uint64 `protobuf:"varint,57,req,name=Unknown57" json:"Unknown57,omitempty"`
Unknown58 *string `protobuf:"bytes,58,req,name=Unknown58" json:"Unknown58,omitempty"`
Unknown59 *string `protobuf:"bytes,59,opt,name=Unknown59" json:"Unknown59,omitempty"`
Unknown60 *string `protobuf:"bytes,60,opt,name=Unknown60" json:"Unknown60,omitempty"`
Unknown61 *string `protobuf:"bytes,61,opt,name=Unknown61" json:"Unknown61,omitempty"`
Unknown62 *uint64 `protobuf:"varint,62,opt,name=Unknown62" json:"Unknown62,omitempty"`
Unknown63 *string `protobuf:"bytes,63,opt,name=Unknown63" json:"Unknown63,omitempty"`
Unknown64 *string `protobuf:"bytes,64,opt,name=Unknown64" json:"Unknown64,omitempty"`
Unknown70 *uint64 `protobuf:"varint,70,opt,name=Unknown70" json:"Unknown70,omitempty"`
Unknown72 *uint64 `protobuf:"varint,72,opt,name=Unknown72" json:"Unknown72,omitempty"`
Unknown82 *uint64 `protobuf:"varint,82,opt,name=Unknown82" json:"Unknown82,omitempty"`
Unknown83 *uint64 `protobuf:"varint,83,opt,name=Unknown83" json:"Unknown83,omitempty"`
Unknown84 *uint64 `protobuf:"varint,84,opt,name=Unknown84" json:"Unknown84,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SpamDataBody) Reset() { *m = SpamDataBody{} }
func (m *SpamDataBody) String() string { return proto.CompactTextString(m) }
func (*SpamDataBody) ProtoMessage() {}
func (*SpamDataBody) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{2}
}
func (m *SpamDataBody) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SpamDataBody.Unmarshal(m, b)
}
func (m *SpamDataBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SpamDataBody.Marshal(b, m, deterministic)
}
func (m *SpamDataBody) XXX_Merge(src proto.Message) {
xxx_messageInfo_SpamDataBody.Merge(m, src)
}
func (m *SpamDataBody) XXX_Size() int {
return xxx_messageInfo_SpamDataBody.Size(m)
}
func (m *SpamDataBody) XXX_DiscardUnknown() {
xxx_messageInfo_SpamDataBody.DiscardUnknown(m)
}
// var xxx_messageInfo_SpamDataBody proto.InternalMessageInfo
func (m *SpamDataBody) GetUnKnown1() int32 {
if m != nil && m.UnKnown1 != nil {
return *m.UnKnown1
}
return 0
}
func (m *SpamDataBody) GetTimeStamp() uint32 {
if m != nil && m.TimeStamp != nil {
return *m.TimeStamp
}
return 0
}
func (m *SpamDataBody) GetKeyHash() int32 {
if m != nil && m.KeyHash != nil {
return *m.KeyHash
}
return 0
}
func (m *SpamDataBody) GetYes1() string {
if m != nil && m.Yes1 != nil {
return *m.Yes1
}
return ""
}
func (m *SpamDataBody) GetYes2() string {
if m != nil && m.Yes2 != nil {
return *m.Yes2
}
return ""
}
func (m *SpamDataBody) GetIosVersion() string {
if m != nil && m.IosVersion != nil {
return *m.IosVersion
}
return ""
}
func (m *SpamDataBody) GetDeviceType() string {
if m != nil && m.DeviceType != nil {
return *m.DeviceType
}
return ""
}
func (m *SpamDataBody) GetUnKnown2() int32 {
if m != nil && m.UnKnown2 != nil {
return *m.UnKnown2
}
return 0
}
func (m *SpamDataBody) GetIdentifierForVendor() string {
if m != nil && m.IdentifierForVendor != nil {
return *m.IdentifierForVendor
}
return ""
}
func (m *SpamDataBody) GetAdvertisingIdentifier() string {
if m != nil && m.AdvertisingIdentifier != nil {
return *m.AdvertisingIdentifier
}
return ""
}
func (m *SpamDataBody) GetCarrier() string {
if m != nil && m.Carrier != nil {
return *m.Carrier
}
return ""
}
func (m *SpamDataBody) GetBatteryInfo() int32 {
if m != nil && m.BatteryInfo != nil {
return *m.BatteryInfo
}
return 0
}
func (m *SpamDataBody) GetNetworkName() string {
if m != nil && m.NetworkName != nil {
return *m.NetworkName
}
return ""
}
func (m *SpamDataBody) GetNetType() int32 {
if m != nil && m.NetType != nil {
return *m.NetType
}
return 0
}
func (m *SpamDataBody) GetAppBundleId() string {
if m != nil && m.AppBundleId != nil {
return *m.AppBundleId
}
return ""
}
func (m *SpamDataBody) GetDeviceName() string {
if m != nil && m.DeviceName != nil {
return *m.DeviceName
}
return ""
}
func (m *SpamDataBody) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *SpamDataBody) GetUnknown3() int64 {
if m != nil && m.Unknown3 != nil {
return *m.Unknown3
}
return 0
}
func (m *SpamDataBody) GetUnknown4() int64 {
if m != nil && m.Unknown4 != nil {
return *m.Unknown4
}
return 0
}
func (m *SpamDataBody) GetUnknown5() int32 {
if m != nil && m.Unknown5 != nil {
return *m.Unknown5
}
return 0
}
func (m *SpamDataBody) GetUnknown6() int32 {
if m != nil && m.Unknown6 != nil {
return *m.Unknown6
}
return 0
}
func (m *SpamDataBody) GetLang() string {
if m != nil && m.Lang != nil {
return *m.Lang
}
return ""
}
func (m *SpamDataBody) GetCountry() string {
if m != nil && m.Country != nil {
return *m.Country
}
return ""
}
func (m *SpamDataBody) GetUnknown7() int32 {
if m != nil && m.Unknown7 != nil {
return *m.Unknown7
}
return 0
}
func (m *SpamDataBody) GetDocumentDir() string {
if m != nil && m.DocumentDir != nil {
return *m.DocumentDir
}
return ""
}
func (m *SpamDataBody) GetUnknown8() int32 {
if m != nil && m.Unknown8 != nil {
return *m.Unknown8
}
return 0
}
func (m *SpamDataBody) GetUnknown9() int32 {
if m != nil && m.Unknown9 != nil {
return *m.Unknown9
}
return 0
}
func (m *SpamDataBody) GetHeadMD5() string {
if m != nil && m.HeadMD5 != nil {
return *m.HeadMD5
}
return ""
}
func (m *SpamDataBody) GetAppUUID() string {
if m != nil && m.AppUUID != nil {
return *m.AppUUID
}
return ""
}
func (m *SpamDataBody) GetSyslogUUID() string {
if m != nil && m.SyslogUUID != nil {
return *m.SyslogUUID
}
return ""
}
func (m *SpamDataBody) GetUnknown10() string {
if m != nil && m.Unknown10 != nil {
return *m.Unknown10
}
return ""
}
func (m *SpamDataBody) GetUnknown11() string {
if m != nil && m.Unknown11 != nil {
return *m.Unknown11
}
return ""
}
func (m *SpamDataBody) GetAppName() string {
if m != nil && m.AppName != nil {
return *m.AppName
}
return ""
}
func (m *SpamDataBody) GetSshPath() string {
if m != nil && m.SshPath != nil {
return *m.SshPath
}
return ""
}
func (m *SpamDataBody) GetTempTest() string {
if m != nil && m.TempTest != nil {
return *m.TempTest
}
return ""
}
func (m *SpamDataBody) GetDevMD5() string {
if m != nil && m.DevMD5 != nil {
return *m.DevMD5
}
return ""
}
func (m *SpamDataBody) GetDevUser() string {
if m != nil && m.DevUser != nil {
return *m.DevUser
}
return ""
}
func (m *SpamDataBody) GetDevPrefix() string {
if m != nil && m.DevPrefix != nil {
return *m.DevPrefix
}
return ""
}
func (m *SpamDataBody) GetAppFileInfo() []*FileInfo {
if m != nil {
return m.AppFileInfo
}
return nil
}
func (m *SpamDataBody) GetUnknown12() string {
if m != nil && m.Unknown12 != nil {
return *m.Unknown12
}
return ""
}
func (m *SpamDataBody) GetIsModify() int32 {
if m != nil && m.IsModify != nil {
return *m.IsModify
}
return 0
}
func (m *SpamDataBody) GetModifyMD5() string {
if m != nil && m.ModifyMD5 != nil {
return *m.ModifyMD5
}
return ""
}
func (m *SpamDataBody) GetRqtHash() int64 {
if m != nil && m.RqtHash != nil {
return *m.RqtHash
}
return 0
}
func (m *SpamDataBody) GetUnknown53() uint64 {
if m != nil && m.Unknown53 != nil {
return *m.Unknown53
}
return 0
}
func (m *SpamDataBody) GetUnknown54() uint64 {
if m != nil && m.Unknown54 != nil {
return *m.Unknown54
}
return 0
}
func (m *SpamDataBody) GetUnknown55() uint64 {
if m != nil && m.Unknown55 != nil {
return *m.Unknown55
}
return 0
}
func (m *SpamDataBody) GetUnknown56() int64 {
if m != nil && m.Unknown56 != nil {
return *m.Unknown56
}
return 0
}
func (m *SpamDataBody) GetUnknown57() uint64 {
if m != nil && m.Unknown57 != nil {
return *m.Unknown57
}
return 0
}
func (m *SpamDataBody) GetUnknown58() string {
if m != nil && m.Unknown58 != nil {
return *m.Unknown58
}
return ""
}
func (m *SpamDataBody) GetUnknown59() string {
if m != nil && m.Unknown59 != nil {
return *m.Unknown59
}
return ""
}
func (m *SpamDataBody) GetUnknown60() string {
if m != nil && m.Unknown60 != nil {
return *m.Unknown60
}
return ""
}
func (m *SpamDataBody) GetUnknown61() string {
if m != nil && m.Unknown61 != nil {
return *m.Unknown61
}
return ""
}
func (m *SpamDataBody) GetUnknown62() uint64 {
if m != nil && m.Unknown62 != nil {
return *m.Unknown62
}
return 0
}
func (m *SpamDataBody) GetUnknown63() string {
if m != nil && m.Unknown63 != nil {
return *m.Unknown63
}
return ""
}
func (m *SpamDataBody) GetUnknown64() string {
if m != nil && m.Unknown64 != nil {
return *m.Unknown64
}
return ""
}
func (m *SpamDataBody) GetUnknown70() uint64 {
if m != nil && m.Unknown70 != nil {
return *m.Unknown70
}
return 0
}
func (m *SpamDataBody) GetUnknown72() uint64 {
if m != nil && m.Unknown72 != nil {
return *m.Unknown72
}
return 0
}
func (m *SpamDataBody) GetUnknown82() uint64 {
if m != nil && m.Unknown82 != nil {
return *m.Unknown82
}
return 0
}
func (m *SpamDataBody) GetUnknown83() uint64 {
if m != nil && m.Unknown83 != nil {
return *m.Unknown83
}
return 0
}
func (m *SpamDataBody) GetUnknown84() uint64 {
if m != nil && m.Unknown84 != nil {
return *m.Unknown84
}
return 0
}
type FileInfo struct {
Filepath *string `protobuf:"bytes,1,opt,name=Filepath" json:"Filepath,omitempty"`
Fileuuid *string `protobuf:"bytes,2,opt,name=Fileuuid" json:"Fileuuid,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FileInfo) Reset() { *m = FileInfo{} }
func (m *FileInfo) String() string { return proto.CompactTextString(m) }
func (*FileInfo) ProtoMessage() {}
func (*FileInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{3}
}
func (m *FileInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FileInfo.Unmarshal(m, b)
}
func (m *FileInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FileInfo.Marshal(b, m, deterministic)
}
func (m *FileInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_FileInfo.Merge(m, src)
}
func (m *FileInfo) XXX_Size() int {
return xxx_messageInfo_FileInfo.Size(m)
}
func (m *FileInfo) XXX_DiscardUnknown() {
xxx_messageInfo_FileInfo.DiscardUnknown(m)
}
var xxx_messageInfo_FileInfo proto.InternalMessageInfo
func (m *FileInfo) GetFilepath() string {
if m != nil && m.Filepath != nil {
return *m.Filepath
}
return ""
}
func (m *FileInfo) GetFileuuid() string {
if m != nil && m.Fileuuid != nil {
return *m.Fileuuid
}
return ""
}
type NewClientCheckData struct {
C32CData *int64 `protobuf:"varint,1,opt,name=C32cData" json:"C32cData,omitempty"`
TimeStamp *int64 `protobuf:"varint,2,opt,name=TimeStamp" json:"TimeStamp,omitempty"`
DataBody []byte `protobuf:"bytes,3,opt,name=DataBody" json:"DataBody,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *NewClientCheckData) Reset() { *m = NewClientCheckData{} }
func (m *NewClientCheckData) String() string { return proto.CompactTextString(m) }
func (*NewClientCheckData) ProtoMessage() {}
func (*NewClientCheckData) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{4}
}
func (m *NewClientCheckData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_NewClientCheckData.Unmarshal(m, b)
}
func (m *NewClientCheckData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_NewClientCheckData.Marshal(b, m, deterministic)
}
func (m *NewClientCheckData) XXX_Merge(src proto.Message) {
xxx_messageInfo_NewClientCheckData.Merge(m, src)
}
func (m *NewClientCheckData) XXX_Size() int {
return xxx_messageInfo_NewClientCheckData.Size(m)
}
func (m *NewClientCheckData) XXX_DiscardUnknown() {
xxx_messageInfo_NewClientCheckData.DiscardUnknown(m)
}
var xxx_messageInfo_NewClientCheckData proto.InternalMessageInfo
func (m *NewClientCheckData) GetC32CData() int64 {
if m != nil && m.C32CData != nil {
return *m.C32CData
}
return 0
}
func (m *NewClientCheckData) GetTimeStamp() int64 {
if m != nil && m.TimeStamp != nil {
return *m.TimeStamp
}
return 0
}
func (m *NewClientCheckData) GetDataBody() []byte {
if m != nil {
return m.DataBody
}
return nil
}
type WCSTF struct {
StartTime *uint64 `protobuf:"varint,1,req,name=StartTime" json:"StartTime,omitempty"`
CheckTime *uint64 `protobuf:"varint,2,req,name=CheckTime" json:"CheckTime,omitempty"`
Count *uint32 `protobuf:"varint,3,req,name=Count" json:"Count,omitempty"`
EndTime []uint64 `protobuf:"varint,4,rep,name=EndTime" json:"EndTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WCSTF) Reset() { *m = WCSTF{} }
func (m *WCSTF) String() string { return proto.CompactTextString(m) }
func (*WCSTF) ProtoMessage() {}
func (*WCSTF) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{5}
}
func (m *WCSTF) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WCSTF.Unmarshal(m, b)
}
func (m *WCSTF) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WCSTF.Marshal(b, m, deterministic)
}
func (m *WCSTF) XXX_Merge(src proto.Message) {
xxx_messageInfo_WCSTF.Merge(m, src)
}
func (m *WCSTF) XXX_Size() int {
return xxx_messageInfo_WCSTF.Size(m)
}
func (m *WCSTF) XXX_DiscardUnknown() {
xxx_messageInfo_WCSTF.DiscardUnknown(m)
}
var xxx_messageInfo_WCSTF proto.InternalMessageInfo
func (m *WCSTF) GetStartTime() uint64 {
if m != nil && m.StartTime != nil {
return *m.StartTime
}
return 0
}
func (m *WCSTF) GetCheckTime() uint64 {
if m != nil && m.CheckTime != nil {
return *m.CheckTime
}
return 0
}
func (m *WCSTF) GetCount() uint32 {
if m != nil && m.Count != nil {
return *m.Count
}
return 0
}
func (m *WCSTF) GetEndTime() []uint64 {
if m != nil {
return m.EndTime
}
return nil
}
type WCSTE struct {
CheckId *string `protobuf:"bytes,1,req,name=CheckId" json:"CheckId,omitempty"`
StartTime *uint32 `protobuf:"varint,2,req,name=StartTime" json:"StartTime,omitempty"`
CheckTime *uint32 `protobuf:"varint,3,req,name=CheckTime" json:"CheckTime,omitempty"`
Count1 *uint32 `protobuf:"varint,4,req,name=Count1" json:"Count1,omitempty"`
Count2 *uint32 `protobuf:"varint,5,req,name=Count2" json:"Count2,omitempty"`
Count3 *uint32 `protobuf:"varint,6,req,name=Count3" json:"Count3,omitempty"`
Const1 *uint64 `protobuf:"varint,7,req,name=Const1" json:"Const1,omitempty"`
Const2 *uint64 `protobuf:"varint,8,req,name=Const2" json:"Const2,omitempty"`
Const3 *uint64 `protobuf:"varint,9,req,name=Const3" json:"Const3,omitempty"`
Const4 *uint64 `protobuf:"varint,10,req,name=Const4" json:"Const4,omitempty"`
Const5 *uint64 `protobuf:"varint,11,req,name=Const5" json:"Const5,omitempty"`
Const6 *uint64 `protobuf:"varint,12,req,name=Const6" json:"Const6,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WCSTE) Reset() { *m = WCSTE{} }
func (m *WCSTE) String() string { return proto.CompactTextString(m) }
func (*WCSTE) ProtoMessage() {}
func (*WCSTE) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{6}
}
func (m *WCSTE) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WCSTE.Unmarshal(m, b)
}
func (m *WCSTE) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WCSTE.Marshal(b, m, deterministic)
}
func (m *WCSTE) XXX_Merge(src proto.Message) {
xxx_messageInfo_WCSTE.Merge(m, src)
}
func (m *WCSTE) XXX_Size() int {
return xxx_messageInfo_WCSTE.Size(m)
}
func (m *WCSTE) XXX_DiscardUnknown() {
xxx_messageInfo_WCSTE.DiscardUnknown(m)
}
var xxx_messageInfo_WCSTE proto.InternalMessageInfo
func (m *WCSTE) GetCheckId() string {
if m != nil && m.CheckId != nil {
return *m.CheckId
}
return ""
}
func (m *WCSTE) GetStartTime() uint32 {
if m != nil && m.StartTime != nil {
return *m.StartTime
}
return 0
}
func (m *WCSTE) GetCheckTime() uint32 {
if m != nil && m.CheckTime != nil {
return *m.CheckTime
}
return 0
}
func (m *WCSTE) GetCount1() uint32 {
if m != nil && m.Count1 != nil {
return *m.Count1
}
return 0
}
func (m *WCSTE) GetCount2() uint32 {
if m != nil && m.Count2 != nil {
return *m.Count2
}
return 0
}
func (m *WCSTE) GetCount3() uint32 {
if m != nil && m.Count3 != nil {
return *m.Count3
}
return 0
}
func (m *WCSTE) GetConst1() uint64 {
if m != nil && m.Const1 != nil {
return *m.Const1
}
return 0
}
func (m *WCSTE) GetConst2() uint64 {
if m != nil && m.Const2 != nil {
return *m.Const2
}
return 0
}
func (m *WCSTE) GetConst3() uint64 {
if m != nil && m.Const3 != nil {
return *m.Const3
}
return 0
}
func (m *WCSTE) GetConst4() uint64 {
if m != nil && m.Const4 != nil {
return *m.Const4
}
return 0
}
func (m *WCSTE) GetConst5() uint64 {
if m != nil && m.Const5 != nil {
return *m.Const5
}
return 0
}
func (m *WCSTE) GetConst6() uint64 {
if m != nil && m.Const6 != nil {
return *m.Const6
}
return 0
}
type SpamDataIosBody struct {
UnKnown1 *int32 `protobuf:"varint,1,req,name=UnKnown1" json:"UnKnown1,omitempty"`
TimeStamp *uint32 `protobuf:"varint,2,req,name=TimeStamp" json:"TimeStamp,omitempty"`
KeyHash *int32 `protobuf:"varint,3,req,name=KeyHash" json:"KeyHash,omitempty"`
Yes1 *string `protobuf:"bytes,11,req,name=Yes1" json:"Yes1,omitempty"`
Yes2 *string `protobuf:"bytes,12,req,name=Yes2" json:"Yes2,omitempty"`
IosVersion *string `protobuf:"bytes,13,req,name=IosVersion" json:"IosVersion,omitempty"`
DeviceType *string `protobuf:"bytes,14,req,name=DeviceType" json:"DeviceType,omitempty"`
UnKnown2 *int32 `protobuf:"varint,15,req,name=UnKnown2" json:"UnKnown2,omitempty"`
IdentifierForVendor *string `protobuf:"bytes,16,req,name=IdentifierForVendor" json:"IdentifierForVendor,omitempty"`
AdvertisingIdentifier *string `protobuf:"bytes,17,req,name=AdvertisingIdentifier" json:"AdvertisingIdentifier,omitempty"`
Carrier *string `protobuf:"bytes,18,req,name=Carrier" json:"Carrier,omitempty"`
BatteryInfo *int32 `protobuf:"varint,19,req,name=BatteryInfo" json:"BatteryInfo,omitempty"`
NetworkName *string `protobuf:"bytes,20,req,name=NetworkName" json:"NetworkName,omitempty"`
NetType *int32 `protobuf:"varint,21,req,name=NetType" json:"NetType,omitempty"`
AppBundleId *string `protobuf:"bytes,22,req,name=AppBundleId" json:"AppBundleId,omitempty"`
DeviceName *string `protobuf:"bytes,23,req,name=DeviceName" json:"DeviceName,omitempty"`
UserName *string `protobuf:"bytes,24,req,name=UserName" json:"UserName,omitempty"`
Unknown3 *int64 `protobuf:"varint,25,req,name=Unknown3" json:"Unknown3,omitempty"`
Unknown4 *int64 `protobuf:"varint,26,req,name=Unknown4" json:"Unknown4,omitempty"`
Unknown5 *int32 `protobuf:"varint,27,req,name=Unknown5" json:"Unknown5,omitempty"`
Unknown6 *int32 `protobuf:"varint,28,req,name=Unknown6" json:"Unknown6,omitempty"`
Lang *string `protobuf:"bytes,29,req,name=Lang" json:"Lang,omitempty"`
Country *string `protobuf:"bytes,30,req,name=Country" json:"Country,omitempty"`
Unknown7 *int32 `protobuf:"varint,31,req,name=Unknown7" json:"Unknown7,omitempty"`
DocumentDir *string `protobuf:"bytes,32,req,name=DocumentDir" json:"DocumentDir,omitempty"`
Unknown8 *int32 `protobuf:"varint,33,req,name=Unknown8" json:"Unknown8,omitempty"`
Unknown9 *int32 `protobuf:"varint,34,req,name=Unknown9" json:"Unknown9,omitempty"`
HeadMD5 *string `protobuf:"bytes,35,req,name=HeadMD5" json:"HeadMD5,omitempty"`
AppUUID *string `protobuf:"bytes,36,req,name=AppUUID" json:"AppUUID,omitempty"`
SyslogUUID *string `protobuf:"bytes,37,req,name=SyslogUUID" json:"SyslogUUID,omitempty"`
Unknown10 *string `protobuf:"bytes,38,req,name=Unknown10" json:"Unknown10,omitempty"`
Unknown11 *string `protobuf:"bytes,39,req,name=Unknown11" json:"Unknown11,omitempty"`
AppName *string `protobuf:"bytes,40,req,name=AppName" json:"AppName,omitempty"`
SshPath *string `protobuf:"bytes,41,opt,name=SshPath" json:"SshPath,omitempty"`
TempTest *string `protobuf:"bytes,42,opt,name=TempTest" json:"TempTest,omitempty"`
DevMD5 *string `protobuf:"bytes,43,opt,name=DevMD5" json:"DevMD5,omitempty"`
DevUser *string `protobuf:"bytes,44,opt,name=DevUser" json:"DevUser,omitempty"`
DevPrefix *string `protobuf:"bytes,45,opt,name=DevPrefix" json:"DevPrefix,omitempty"`
AppFileInfo []*FileInfo `protobuf:"bytes,46,rep,name=AppFileInfo" json:"AppFileInfo,omitempty"`
Unknown12 *string `protobuf:"bytes,47,req,name=Unknown12" json:"Unknown12,omitempty"`
IsModify *int32 `protobuf:"varint,50,req,name=IsModify" json:"IsModify,omitempty"`
ModifyMD5 *string `protobuf:"bytes,51,req,name=ModifyMD5" json:"ModifyMD5,omitempty"`
RqtHash *int64 `protobuf:"varint,52,req,name=RqtHash" json:"RqtHash,omitempty"`
Unknown43 *uint64 `protobuf:"varint,53,req,name=Unknown43" json:"Unknown43,omitempty"`
Unknown44 *uint64 `protobuf:"varint,54,req,name=Unknown44" json:"Unknown44,omitempty"`
Unknown45 *uint64 `protobuf:"varint,55,req,name=Unknown45" json:"Unknown45,omitempty"`
Unknown46 *uint64 `protobuf:"varint,56,req,name=Unknown46" json:"Unknown46,omitempty"`
Unknown47 *uint64 `protobuf:"varint,57,req,name=Unknown47" json:"Unknown47,omitempty"`
Unknown48 *string `protobuf:"bytes,58,req,name=Unknown48" json:"Unknown48,omitempty"`
Unknown49 *string `protobuf:"bytes,59,opt,name=Unknown49" json:"Unknown49,omitempty"`
Unknown50 *string `protobuf:"bytes,60,opt,name=Unknown50" json:"Unknown50,omitempty"`
Unknown51 *string `protobuf:"bytes,61,opt,name=Unknown51" json:"Unknown51,omitempty"`
Unknown52 *uint64 `protobuf:"varint,62,opt,name=Unknown52" json:"Unknown52,omitempty"`
Unknown53 *string `protobuf:"bytes,63,opt,name=Unknown53" json:"Unknown53,omitempty"`
Unknown54 *string `protobuf:"bytes,64,opt,name=Unknown54" json:"Unknown54,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SpamDataIosBody) Reset() { *m = SpamDataIosBody{} }
func (m *SpamDataIosBody) String() string { return proto.CompactTextString(m) }
func (*SpamDataIosBody) ProtoMessage() {}
func (*SpamDataIosBody) Descriptor() ([]byte, []int) {
return fileDescriptor_f61378fc74068d4e, []int{2}
}
func (m *SpamDataIosBody) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SpamDataBody.Unmarshal(m, b)
}
func (m *SpamDataIosBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SpamDataBody.Marshal(b, m, deterministic)
}
func (m *SpamDataIosBody) XXX_Merge(src proto.Message) {
xxx_messageInfo_SpamDataBody.Merge(m, src)
}
func (m *SpamDataIosBody) XXX_Size() int {
return xxx_messageInfo_SpamDataBody.Size(m)
}
func (m *SpamDataIosBody) XXX_DiscardUnknown() {
xxx_messageInfo_SpamDataBody.DiscardUnknown(m)
}
var xxx_messageInfo_SpamDataBody proto.InternalMessageInfo
func (m *SpamDataIosBody) GetUnKnown1() int32 {
if m != nil && m.UnKnown1 != nil {
return *m.UnKnown1
}
return 0
}
func (m *SpamDataIosBody) GetTimeStamp() uint32 {
if m != nil && m.TimeStamp != nil {
return *m.TimeStamp
}
return 0
}
func (m *SpamDataIosBody) GetKeyHash() int32 {
if m != nil && m.KeyHash != nil {
return *m.KeyHash
}
return 0
}
func (m *SpamDataIosBody) GetYes1() string {
if m != nil && m.Yes1 != nil {
return *m.Yes1
}
return ""
}
func (m *SpamDataIosBody) GetYes2() string {
if m != nil && m.Yes2 != nil {
return *m.Yes2
}
return ""
}
func (m *SpamDataIosBody) GetIosVersion() string {
if m != nil && m.IosVersion != nil {
return *m.IosVersion
}
return ""
}
func (m *SpamDataIosBody) GetDeviceType() string {
if m != nil && m.DeviceType != nil {
return *m.DeviceType
}
return ""
}
func (m *SpamDataIosBody) GetUnKnown2() int32 {
if m != nil && m.UnKnown2 != nil {
return *m.UnKnown2
}
return 0
}
func (m *SpamDataIosBody) GetIdentifierForVendor() string {
if m != nil && m.IdentifierForVendor != nil {
return *m.IdentifierForVendor
}
return ""
}
func (m *SpamDataIosBody) GetAdvertisingIdentifier() string {
if m != nil && m.AdvertisingIdentifier != nil {
return *m.AdvertisingIdentifier
}
return ""
}
func (m *SpamDataIosBody) GetCarrier() string {
if m != nil && m.Carrier != nil {
return *m.Carrier
}
return ""
}
func (m *SpamDataIosBody) GetBatteryInfo() int32 {
if m != nil && m.BatteryInfo != nil {
return *m.BatteryInfo
}
return 0
}
func (m *SpamDataIosBody) GetNetworkName() string {
if m != nil && m.NetworkName != nil {
return *m.NetworkName
}
return ""
}
func (m *SpamDataIosBody) GetNetType() int32 {
if m != nil && m.NetType != nil {
return *m.NetType
}
return 0
}
func (m *SpamDataIosBody) GetAppBundleId() string {
if m != nil && m.AppBundleId != nil {
return *m.AppBundleId
}
return ""
}
func (m *SpamDataIosBody) GetDeviceName() string {
if m != nil && m.DeviceName != nil {
return *m.DeviceName
}
return ""
}
func (m *SpamDataIosBody) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *SpamDataIosBody) GetUnknown3() int64 {
if m != nil && m.Unknown3 != nil {
return *m.Unknown3
}
return 0
}
func (m *SpamDataIosBody) GetUnknown4() int64 {
if m != nil && m.Unknown4 != nil {
return *m.Unknown4
}
return 0
}
func (m *SpamDataIosBody) GetUnknown5() int32 {
if m != nil && m.Unknown5 != nil {
return *m.Unknown5
}
return 0
}
func (m *SpamDataIosBody) GetUnknown6() int32 {
if m != nil && m.Unknown6 != nil {
return *m.Unknown6
}
return 0
}
func (m *SpamDataIosBody) GetLang() string {
if m != nil && m.Lang != nil {
return *m.Lang
}
return ""
}
func (m *SpamDataIosBody) GetCountry() string {
if m != nil && m.Country != nil {
return *m.Country
}
return ""
}
func (m *SpamDataIosBody) GetUnknown7() int32 {
if m != nil && m.Unknown7 != nil {
return *m.Unknown7
}
return 0
}
func (m *SpamDataIosBody) GetDocumentDir() string {
if m != nil && m.DocumentDir != nil {
return *m.DocumentDir
}
return ""
}
func (m *SpamDataIosBody) GetUnknown8() int32 {
if m != nil && m.Unknown8 != nil {
return *m.Unknown8
}
return 0
}
func (m *SpamDataIosBody) GetUnknown9() int32 {
if m != nil && m.Unknown9 != nil {
return *m.Unknown9
}
return 0
}
func (m *SpamDataIosBody) GetHeadMD5() string {
if m != nil && m.HeadMD5 != nil {
return *m.HeadMD5
}
return ""
}
func (m *SpamDataIosBody) GetAppUUID() string {
if m != nil && m.AppUUID != nil {
return *m.AppUUID
}
return ""
}
func (m *SpamDataIosBody) GetSyslogUUID() string {
if m != nil && m.SyslogUUID != nil {
return *m.SyslogUUID
}
return ""
}
func (m *SpamDataIosBody) GetUnknown10() string {
if m != nil && m.Unknown10 != nil {
return *m.Unknown10
}
return ""
}
func (m *SpamDataIosBody) GetUnknown11() string {
if m != nil && m.Unknown11 != nil {
return *m.Unknown11
}
return ""
}
func (m *SpamDataIosBody) GetAppName() string {
if m != nil && m.AppName != nil {
return *m.AppName
}
return ""
}
func (m *SpamDataIosBody) GetSshPath() string {
if m != nil && m.SshPath != nil {
return *m.SshPath
}
return ""
}
func (m *SpamDataIosBody) GetTempTest() string {
if m != nil && m.TempTest != nil {
return *m.TempTest
}
return ""
}
func (m *SpamDataIosBody) GetDevMD5() string {
if m != nil && m.DevMD5 != nil {
return *m.DevMD5
}
return ""
}
func (m *SpamDataIosBody) GetDevUser() string {
if m != nil && m.DevUser != nil {
return *m.DevUser
}
return ""
}
func (m *SpamDataIosBody) GetDevPrefix() string {
if m != nil && m.DevPrefix != nil {
return *m.DevPrefix
}
return ""
}
func (m *SpamDataIosBody) GetAppFileInfo() []*FileInfo {
if m != nil {
return m.AppFileInfo
}
return nil
}
func (m *SpamDataIosBody) GetUnknown12() string {
if m != nil && m.Unknown12 != nil {
return *m.Unknown12
}
return ""
}
func (m *SpamDataIosBody) GetIsModify() int32 {
if m != nil && m.IsModify != nil {
return *m.IsModify
}
return 0
}
func (m *SpamDataIosBody) GetModifyMD5() string {
if m != nil && m.ModifyMD5 != nil {
return *m.ModifyMD5
}
return ""
}
func (m *SpamDataIosBody) GetRqtHash() int64 {
if m != nil && m.RqtHash != nil {
return *m.RqtHash
}
return 0
}
func (m *SpamDataIosBody) GetUnknown43() uint64 {
if m != nil && m.Unknown43 != nil {
return *m.Unknown43
}
return 0
}
func (m *SpamDataIosBody) GetUnknown44() uint64 {
if m != nil && m.Unknown44 != nil {
return *m.Unknown44
}
return 0
}
func (m *SpamDataIosBody) GetUnknown45() uint64 {
if m != nil && m.Unknown45 != nil {
return *m.Unknown45
}
return 0
}
func (m *SpamDataIosBody) GetUnknown46() uint64 {
if m != nil && m.Unknown46 != nil {
return *m.Unknown46
}
return 0
}
func (m *SpamDataIosBody) GetUnknown47() uint64 {
if m != nil && m.Unknown47 != nil {
return *m.Unknown47
}
return 0
}
func (m *SpamDataIosBody) GetUnknown48() string {
if m != nil && m.Unknown48 != nil {
return *m.Unknown48
}
return ""
}
func (m *SpamDataIosBody) GetUnknown49() string {
if m != nil && m.Unknown49 != nil {
return *m.Unknown49
}
return ""
}
func (m *SpamDataIosBody) GetUnknown50() string {
if m != nil && m.Unknown50 != nil {
return *m.Unknown50
}
return ""
}
func (m *SpamDataIosBody) GetUnknown51() string {
if m != nil && m.Unknown51 != nil {
return *m.Unknown51
}
return ""
}
func (m *SpamDataIosBody) GetUnknown52() uint64 {
if m != nil && m.Unknown52 != nil {
return *m.Unknown52
}
return 0
}
func (m *SpamDataIosBody) GetUnknown53() string {
if m != nil && m.Unknown53 != nil {
return *m.Unknown53
}
return ""
}
func (m *SpamDataIosBody) GetUnknown54() string {
if m != nil && m.Unknown54 != nil {
return *m.Unknown54
}
return ""
}
func init() {
proto.RegisterType((*DeviceRunningInfoNew)(nil), "wechat_proto.DeviceRunningInfoNew")
proto.RegisterType((*WCExtInfoNew)(nil), "wechat_proto.WCExtInfoNew")
proto.RegisterType((*SpamDataBody)(nil), "wechat_proto.SpamDataBody")
proto.RegisterType((*SpamDataIosBody)(nil), "wechat_proto.SpamDataIosBody")
proto.RegisterType((*FileInfo)(nil), "wechat_proto.FileInfo")
proto.RegisterType((*NewClientCheckData)(nil), "wechat_proto.NewClientCheckData")
proto.RegisterType((*WCSTF)(nil), "wechat_proto.WCSTF")
proto.RegisterType((*WCSTE)(nil), "wechat_proto.WCSTE")
}
func init() { proto.RegisterFile("spam.proto", fileDescriptor_f61378fc74068d4e) }
var fileDescriptor_f61378fc74068d4e = []byte{
// 1206 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0x6d, 0x73, 0xdb, 0x44,
0x10, 0xc7, 0xc7, 0x8e, 0x9d, 0x26, 0x17, 0xb7, 0x80, 0xda, 0x86, 0xc5, 0x94, 0x22, 0xcc, 0x93,
0x81, 0xe2, 0xc6, 0xb2, 0x2d, 0x3b, 0x05, 0x0a, 0x7e, 0x48, 0x26, 0x9e, 0xd2, 0xd0, 0x91, 0x9d,
0x76, 0xe0, 0x4d, 0x47, 0x63, 0x9f, 0x13, 0x91, 0x58, 0x12, 0xd2, 0x39, 0xae, 0xbf, 0x01, 0xaf,
0xf9, 0x2e, 0xbc, 0xe3, 0xc3, 0x31, 0xbb, 0x27, 0xc9, 0x77, 0xa5, 0x18, 0xde, 0x69, 0xff, 0xbf,
0xdd, 0xd5, 0xde, 0x6a, 0xef, 0x74, 0x8c, 0xc5, 0xa1, 0x3b, 0xaf, 0x85, 0x51, 0x20, 0x02, 0xa3,
0xb4, 0xe4, 0x93, 0x0b, 0x57, 0xbc, 0x24, 0xab, 0x9c, 0x58, 0x92, 0x55, 0xfe, 0xca, 0xb1, 0x3b,
0x03, 0x7e, 0xed, 0x4d, 0xb8, 0xb3, 0xf0, 0x7d, 0xcf, 0x3f, 0x1f, 0xfa, 0xb3, 0xe0, 0x94, 0x2f,
0x0d, 0x60, 0x37, 0x9e, 0xf3, 0x28, 0xf6, 0x02, 0x1f, 0x72, 0x66, 0xbe, 0x5a, 0x72, 0x52, 0xd3,
0x30, 0x58, 0x61, 0xbc, 0x0a, 0x39, 0xe4, 0xcd, 0x7c, 0xf5, 0xa6, 0x43, 0xcf, 0x86, 0xc9, 0xf6,
0x8e, 0xfc, 0x49, 0xb4, 0x0a, 0xc5, 0xc0, 0x15, 0x2e, 0x6c, 0x51, 0x84, 0x2a, 0x19, 0xf7, 0xd8,
0xee, 0xd8, 0x9b, 0xf3, 0x58, 0xb8, 0xf3, 0x10, 0x0a, 0x14, 0xba, 0x16, 0x8c, 0x32, 0xdb, 0x39,
0xf3, 0x2f, 0xfd, 0x60, 0xe9, 0xb7, 0xa0, 0x48, 0x30, 0xb3, 0x15, 0x66, 0xc3, 0xb6, 0xc6, 0xec,
0xca, 0xef, 0x05, 0x56, 0x7a, 0xd1, 0x3f, 0x7a, 0x25, 0xd2, 0xb2, 0x1f, 0xb0, 0xe2, 0x8b, 0x49,
0x2c, 0x66, 0x90, 0x33, 0x73, 0xd5, 0x3d, 0x6b, 0xbf, 0xa6, 0xae, 0xbd, 0xd6, 0x5b, 0xcc, 0x66,
0x3c, 0x7a, 0x29, 0x1c, 0xe9, 0x94, 0x7a, 0xe3, 0x5a, 0xfe, 0xd3, 0x9b, 0x1b, 0x35, 0xb6, 0xdd,
0x9f, 0x24, 0xeb, 0xdb, 0xe4, 0x9e, 0x78, 0x19, 0x8f, 0x58, 0xe9, 0x2c, 0xe6, 0x51, 0x57, 0x88,
0x08, 0xcb, 0x83, 0xc2, 0xc6, 0x28, 0xcd, 0xd7, 0x78, 0xcc, 0x6e, 0x75, 0x27, 0xe7, 0x9e, 0xfc,
0x34, 0x14, 0x5d, 0xdc, 0x18, 0xfd, 0x9a, 0xb7, 0x61, 0x33, 0x86, 0xca, 0x78, 0x11, 0x79, 0xfe,
0x39, 0x6c, 0x6f, 0x8c, 0x55, 0x3c, 0x8d, 0x0e, 0xdb, 0x93, 0x59, 0xc6, 0xc1, 0x25, 0xf7, 0xe1,
0xc6, 0xc6, 0x40, 0xd5, 0x15, 0x2b, 0x1e, 0x06, 0xb1, 0xa0, 0x34, 0x27, 0x8b, 0xb9, 0xeb, 0x03,
0xdf, 0x5c, 0xb1, 0xee, 0xad, 0xc5, 0xff, 0xb4, 0xf4, 0x79, 0x04, 0xb3, 0xff, 0x19, 0x4f, 0xde,
0x95, 0x3f, 0x6e, 0xb1, 0xd2, 0x28, 0x74, 0xe7, 0xd8, 0xfa, 0x5e, 0x30, 0x5d, 0xc9, 0xb9, 0x79,
0x82, 0x73, 0x52, 0xa7, 0x11, 0x2e, 0x3a, 0x99, 0x9d, 0x4e, 0xe3, 0x88, 0xa6, 0x31, 0xbf, 0x9e,
0x46, 0x12, 0x70, 0xf6, 0x9f, 0xf0, 0xd5, 0x89, 0x1b, 0x5f, 0xd0, 0x24, 0x17, 0x9d, 0xd4, 0xc4,
0xd9, 0xff, 0x99, 0xc7, 0x75, 0xd8, 0x33, 0xf3, 0xd5, 0x5d, 0x87, 0x9e, 0x13, 0xcd, 0x82, 0x52,
0xa6, 0x59, 0xc6, 0x7d, 0xc6, 0x86, 0x41, 0x9c, 0x6e, 0xa0, 0x9b, 0x44, 0x14, 0x05, 0x79, 0xd2,
0x3b, 0xdc, 0x49, 0xb7, 0x24, 0x5f, 0x2b, 0x4a, 0xed, 0x16, 0xbc, 0xa5, 0xd5, 0x6e, 0x19, 0x07,
0xec, 0xf6, 0x70, 0xca, 0x7d, 0xe1, 0xcd, 0x3c, 0x1e, 0x1d, 0x07, 0xd1, 0x73, 0xee, 0x4f, 0x83,
0x08, 0xde, 0xa6, 0x24, 0x6f, 0x42, 0x46, 0x93, 0xdd, 0xed, 0x4e, 0xaf, 0x79, 0x24, 0xbc, 0x18,
0x77, 0x78, 0xe6, 0x01, 0xef, 0x50, 0xcc, 0x9b, 0x21, 0x76, 0xa1, 0xef, 0x46, 0x11, 0xfa, 0x19,
0xe4, 0x97, 0x9a, 0xb8, 0xdb, 0x7b, 0xae, 0x10, 0x3c, 0x5a, 0xd1, 0x64, 0xde, 0xa6, 0x02, 0x55,
0x09, 0x3d, 0x4e, 0xb9, 0x58, 0x06, 0xd1, 0xe5, 0xa9, 0x3b, 0xe7, 0x70, 0x87, 0xe2, 0x55, 0x09,
0xb3, 0x9f, 0x72, 0x41, 0xcb, 0xbf, 0x2b, 0x7b, 0x9c, 0x98, 0x18, 0xdb, 0x0d, 0xc3, 0xde, 0xc2,
0x9f, 0x5e, 0xf1, 0xe1, 0x14, 0xf6, 0x65, 0xac, 0x22, 0xad, 0xbb, 0x47, 0xc9, 0xdf, 0x55, 0xbb,
0x47, 0xb9, 0xb1, 0x7b, 0x31, 0x8f, 0x88, 0x02, 0xd1, 0xcc, 0x56, 0x4e, 0x93, 0x06, 0xbc, 0x67,
0xe6, 0xab, 0x5b, 0xd9, 0x69, 0xd2, 0x50, 0x58, 0x13, 0xca, 0x1a, 0x6b, 0x6a, 0x27, 0xd4, 0xfb,
0xe9, 0x17, 0x79, 0xc3, 0x09, 0x75, 0x4f, 0x63, 0x36, 0x4e, 0xc7, 0x8f, 0xae, 0x7f, 0x0e, 0x1f,
0xc8, 0xe9, 0xc0, 0x67, 0xea, 0x6c, 0xb0, 0xf0, 0x45, 0xb4, 0x82, 0xfb, 0x49, 0x67, 0xa5, 0xa9,
0x64, 0x6a, 0xc3, 0x87, 0x5a, 0xa6, 0x36, 0xf6, 0x65, 0x10, 0x4c, 0x16, 0x73, 0xee, 0x8b, 0x81,
0x17, 0x81, 0x29, 0xfb, 0xa2, 0x48, 0x4a, 0x74, 0x07, 0x3e, 0xd2, 0xa2, 0x3b, 0x0a, 0x3b, 0x84,
0x8a, 0xc6, 0x0e, 0xb1, 0x9e, 0x13, 0xee, 0x4e, 0x9f, 0x0e, 0x5a, 0xf0, 0xb1, 0xac, 0x27, 0x31,
0x91, 0x74, 0xc3, 0xf0, 0xec, 0x6c, 0x38, 0x80, 0x4f, 0x24, 0x49, 0x4c, 0xfc, 0x06, 0xa3, 0x55,
0x7c, 0x15, 0x9c, 0x13, 0xfc, 0x54, 0x7e, 0x83, 0xb5, 0x82, 0x3b, 0x2c, 0xc9, 0x5f, 0x3f, 0x80,
0xcf, 0x08, 0xaf, 0x05, 0x95, 0xd6, 0xe1, 0x73, 0x9d, 0xd6, 0x93, 0xb7, 0xd2, 0xe7, 0xab, 0x66,
0x6f, 0x4d, 0xa7, 0x66, 0x14, 0x5f, 0x3c, 0x73, 0xc5, 0x05, 0x7c, 0x61, 0xe6, 0x90, 0x24, 0x26,
0xae, 0x6f, 0xcc, 0xe7, 0xe1, 0x98, 0xc7, 0x02, 0xbe, 0x24, 0x94, 0xd9, 0xc6, 0x3e, 0xdb, 0x1e,
0xf0, 0x6b, 0x5c, 0xde, 0x57, 0x44, 0x12, 0x0b, 0xb3, 0x0d, 0xf8, 0x35, 0x8e, 0x06, 0x3c, 0x90,
0xd9, 0x12, 0x13, 0xeb, 0x1b, 0xf0, 0xeb, 0x67, 0x11, 0x9f, 0x79, 0xaf, 0xe0, 0x6b, 0x62, 0x6b,
0x01, 0x0f, 0xc9, 0x6e, 0x18, 0x1e, 0x7b, 0x57, 0xf2, 0x64, 0xae, 0x99, 0x5b, 0xff, 0x3c, 0xa7,
0x52, 0xea, 0xa8, 0xae, 0xea, 0xba, 0x2d, 0x78, 0xa8, 0xaf, 0xdb, 0xc2, 0x35, 0x0c, 0xe3, 0xa7,
0xc1, 0xd4, 0x9b, 0xad, 0xc0, 0x92, 0xdf, 0x28, 0xb5, 0x31, 0x52, 0x3e, 0xe1, 0x32, 0x1a, 0x32,
0x32, 0x13, 0x70, 0x25, 0xce, 0x6f, 0x82, 0x4e, 0xac, 0x26, 0x0d, 0x6e, 0x6a, 0x2a, 0x6f, 0x6c,
0x35, 0xa0, 0x65, 0xe6, 0xab, 0x05, 0x67, 0x2d, 0xa8, 0xb4, 0x09, 0xb6, 0x4e, 0x9b, 0x2a, 0x6d,
0x41, 0x5b, 0xa7, 0x2d, 0x95, 0xda, 0xd0, 0xd1, 0xa9, 0xad, 0xd2, 0x36, 0x1c, 0xea, 0xb4, 0xad,
0xd2, 0x0e, 0x3c, 0xd2, 0xfa, 0xd0, 0xea, 0xa8, 0xf4, 0x10, 0xbe, 0x91, 0xdd, 0xcf, 0x04, 0x85,
0xda, 0x07, 0xf0, 0xad, 0x46, 0x6d, 0x75, 0xb2, 0xec, 0x3a, 0x7c, 0xa7, 0xd3, 0xba, 0x4a, 0x2d,
0x78, 0x6c, 0xe6, 0x94, 0xaa, 0x6c, 0x4b, 0xa5, 0x0d, 0xf8, 0x5e, 0x8f, 0x55, 0x7b, 0x65, 0x37,
0xe1, 0x07, 0x9d, 0xaa, 0xbd, 0x6a, 0x1f, 0xc0, 0xb1, 0x96, 0xb9, 0xad, 0x56, 0xd5, 0xb6, 0xe0,
0x44, 0xa7, 0xea, 0x7b, 0x3b, 0x16, 0x38, 0x1a, 0xed, 0x68, 0xb4, 0x01, 0x23, 0x9d, 0xaa, 0x55,
0x75, 0x9a, 0x30, 0xd6, 0x69, 0xb3, 0xd2, 0x63, 0x3b, 0xd9, 0xec, 0x95, 0xe5, 0x73, 0x88, 0x9b,
0x27, 0x27, 0x77, 0x48, 0x6a, 0xa7, 0x6c, 0xb1, 0xf0, 0xa6, 0x74, 0x17, 0x4a, 0x18, 0xda, 0x95,
0x5f, 0x99, 0x71, 0xca, 0x97, 0xfd, 0x2b, 0x8f, 0xfb, 0xa2, 0x7f, 0xc1, 0x27, 0x97, 0x74, 0xb9,
0x29, 0xb3, 0x9d, 0x7e, 0xc3, 0x92, 0xd7, 0x21, 0xcc, 0xb6, 0xe5, 0x64, 0xf6, 0xeb, 0x7f, 0x57,
0x84, 0xca, 0xdf, 0xb5, 0xcc, 0x76, 0xd2, 0x7f, 0x34, 0x5d, 0xa4, 0x4a, 0x4e, 0x66, 0x57, 0x62,
0x56, 0x7c, 0xd1, 0x1f, 0x8d, 0x8f, 0x31, 0xc5, 0x48, 0xb8, 0x91, 0xc0, 0x30, 0xfa, 0x7b, 0x17,
0x9c, 0xb5, 0x80, 0x94, 0x2a, 0x21, 0x9a, 0x97, 0x34, 0x13, 0x8c, 0x3b, 0xac, 0x48, 0xe7, 0x29,
0xfd, 0xbc, 0x6f, 0x3a, 0xd2, 0xc0, 0x2d, 0x72, 0xe4, 0x4f, 0x29, 0xa2, 0x60, 0x6e, 0x55, 0x0b,
0x4e, 0x6a, 0x56, 0xfe, 0xcc, 0xcb, 0xb7, 0x1e, 0xd1, 0xc1, 0x8c, 0x69, 0x86, 0x53, 0x7a, 0x27,
0x1e, 0xcc, 0xd2, 0xd4, 0xeb, 0x49, 0x2e, 0x0c, 0xff, 0x52, 0x8f, 0x7c, 0xab, 0x52, 0xcf, 0x3e,
0xdb, 0xa6, 0x12, 0xea, 0xc9, 0xbd, 0x37, 0xb1, 0x32, 0xdd, 0x4a, 0xae, 0xbc, 0x89, 0x95, 0xe9,
0x8d, 0xe4, 0xba, 0x9b, 0x58, 0x52, 0xf7, 0x63, 0x51, 0x87, 0x1b, 0xb4, 0xe4, 0xc4, 0xca, 0x74,
0x0b, 0x76, 0x14, 0xdd, 0xca, 0xf4, 0x06, 0xec, 0x2a, 0xfa, 0x3a, 0x4f, 0x13, 0x98, 0xa2, 0x37,
0x33, 0xbd, 0x45, 0xd7, 0x9b, 0x54, 0x6f, 0x65, 0xba, 0x4d, 0x57, 0x9c, 0x54, 0xb7, 0x7b, 0x7b,
0xbf, 0xec, 0xd6, 0x6a, 0x0f, 0xe5, 0xa9, 0xf7, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x45, 0xd4,
0x5e, 0x5a, 0x71, 0x0c, 0x00, 0x00,
}