123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.6
- // protoc v3.19.4
- // source: wecom/WPostDeviceInfoNotice.proto
- package wecom
- import (
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- type PostDeviceInfoNoticeMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- PhoneBrand string `protobuf:"bytes,1,opt,name=PhoneBrand,proto3" json:"PhoneBrand,omitempty"` // 手机品牌
- PhoneModel string `protobuf:"bytes,2,opt,name=PhoneModel,proto3" json:"PhoneModel,omitempty"` // 手机型号
- OSVerNumber int32 `protobuf:"varint,3,opt,name=OSVerNumber,proto3" json:"OSVerNumber,omitempty"`
- AppInfos []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage `protobuf:"bytes,4,rep,name=AppInfos,proto3" json:"AppInfos,omitempty"` // App信息
- NetType string `protobuf:"bytes,5,opt,name=NetType,proto3" json:"NetType,omitempty"`
- WxId int64 `protobuf:"varint,6,opt,name=WxId,proto3" json:"WxId,omitempty"` // 微信id
- IMEI string `protobuf:"bytes,7,opt,name=IMEI,proto3" json:"IMEI,omitempty"`
- IMSI1 string `protobuf:"bytes,8,opt,name=IMSI1,proto3" json:"IMSI1,omitempty"` // SIM卡1的IMSI
- IMSI2 string `protobuf:"bytes,9,opt,name=IMSI2,proto3" json:"IMSI2,omitempty"` // SIM卡2的IMSI,
- Number1 string `protobuf:"bytes,10,opt,name=Number1,proto3" json:"Number1,omitempty"` // SIM卡1的手机号,有可能读不到
- Number2 string `protobuf:"bytes,11,opt,name=Number2,proto3" json:"Number2,omitempty"` // SIM卡2的手机好,有可能读不到
- IsHook bool `protobuf:"varint,12,opt,name=IsHook,proto3" json:"IsHook,omitempty"`
- WxSupport bool `protobuf:"varint,13,opt,name=WxSupport,proto3" json:"WxSupport,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *PostDeviceInfoNoticeMessage) Reset() {
- *x = PostDeviceInfoNoticeMessage{}
- mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *PostDeviceInfoNoticeMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*PostDeviceInfoNoticeMessage) ProtoMessage() {}
- func (x *PostDeviceInfoNoticeMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use PostDeviceInfoNoticeMessage.ProtoReflect.Descriptor instead.
- func (*PostDeviceInfoNoticeMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP(), []int{0}
- }
- func (x *PostDeviceInfoNoticeMessage) GetPhoneBrand() string {
- if x != nil {
- return x.PhoneBrand
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetPhoneModel() string {
- if x != nil {
- return x.PhoneModel
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetOSVerNumber() int32 {
- if x != nil {
- return x.OSVerNumber
- }
- return 0
- }
- func (x *PostDeviceInfoNoticeMessage) GetAppInfos() []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage {
- if x != nil {
- return x.AppInfos
- }
- return nil
- }
- func (x *PostDeviceInfoNoticeMessage) GetNetType() string {
- if x != nil {
- return x.NetType
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetWxId() int64 {
- if x != nil {
- return x.WxId
- }
- return 0
- }
- func (x *PostDeviceInfoNoticeMessage) GetIMEI() string {
- if x != nil {
- return x.IMEI
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetIMSI1() string {
- if x != nil {
- return x.IMSI1
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetIMSI2() string {
- if x != nil {
- return x.IMSI2
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetNumber1() string {
- if x != nil {
- return x.Number1
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetNumber2() string {
- if x != nil {
- return x.Number2
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage) GetIsHook() bool {
- if x != nil {
- return x.IsHook
- }
- return false
- }
- func (x *PostDeviceInfoNoticeMessage) GetWxSupport() bool {
- if x != nil {
- return x.WxSupport
- }
- return false
- }
- type PostDeviceInfoNoticeMessage_DeviceAppInfoMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"`
- AppName string `protobuf:"bytes,2,opt,name=AppName,proto3" json:"AppName,omitempty"`
- VerNumber int32 `protobuf:"varint,3,opt,name=VerNumber,proto3" json:"VerNumber,omitempty"`
- Version string `protobuf:"bytes,4,opt,name=Version,proto3" json:"Version,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Reset() {
- *x = PostDeviceInfoNoticeMessage_DeviceAppInfoMessage{}
- mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoMessage() {}
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use PostDeviceInfoNoticeMessage_DeviceAppInfoMessage.ProtoReflect.Descriptor instead.
- func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP(), []int{0, 0}
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetPackageName() string {
- if x != nil {
- return x.PackageName
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetAppName() string {
- if x != nil {
- return x.AppName
- }
- return ""
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVerNumber() int32 {
- if x != nil {
- return x.VerNumber
- }
- return 0
- }
- func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVersion() string {
- if x != nil {
- return x.Version
- }
- return ""
- }
- var File_wecom_WPostDeviceInfoNotice_proto protoreflect.FileDescriptor
- const file_wecom_WPostDeviceInfoNotice_proto_rawDesc = "" +
- "\n" +
- "!wecom/WPostDeviceInfoNotice.proto\x12\x10Im.Scrm.Ww.Proto\"\xc4\x04\n" +
- "\x1bPostDeviceInfoNoticeMessage\x12\x1e\n" +
- "\n" +
- "PhoneBrand\x18\x01 \x01(\tR\n" +
- "PhoneBrand\x12\x1e\n" +
- "\n" +
- "PhoneModel\x18\x02 \x01(\tR\n" +
- "PhoneModel\x12 \n" +
- "\vOSVerNumber\x18\x03 \x01(\x05R\vOSVerNumber\x12^\n" +
- "\bAppInfos\x18\x04 \x03(\v2B.Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessageR\bAppInfos\x12\x18\n" +
- "\aNetType\x18\x05 \x01(\tR\aNetType\x12\x12\n" +
- "\x04WxId\x18\x06 \x01(\x03R\x04WxId\x12\x12\n" +
- "\x04IMEI\x18\a \x01(\tR\x04IMEI\x12\x14\n" +
- "\x05IMSI1\x18\b \x01(\tR\x05IMSI1\x12\x14\n" +
- "\x05IMSI2\x18\t \x01(\tR\x05IMSI2\x12\x18\n" +
- "\aNumber1\x18\n" +
- " \x01(\tR\aNumber1\x12\x18\n" +
- "\aNumber2\x18\v \x01(\tR\aNumber2\x12\x16\n" +
- "\x06IsHook\x18\f \x01(\bR\x06IsHook\x12\x1c\n" +
- "\tWxSupport\x18\r \x01(\bR\tWxSupport\x1a\x8a\x01\n" +
- "\x14DeviceAppInfoMessage\x12 \n" +
- "\vPackageName\x18\x01 \x01(\tR\vPackageName\x12\x18\n" +
- "\aAppName\x18\x02 \x01(\tR\aAppName\x12\x1c\n" +
- "\tVerNumber\x18\x03 \x01(\x05R\tVerNumber\x12\x18\n" +
- "\aVersion\x18\x04 \x01(\tR\aVersionB\x13Z\x11./workphone/wecomb\x06proto3"
- var (
- file_wecom_WPostDeviceInfoNotice_proto_rawDescOnce sync.Once
- file_wecom_WPostDeviceInfoNotice_proto_rawDescData []byte
- )
- func file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP() []byte {
- file_wecom_WPostDeviceInfoNotice_proto_rawDescOnce.Do(func() {
- file_wecom_WPostDeviceInfoNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPostDeviceInfoNotice_proto_rawDesc), len(file_wecom_WPostDeviceInfoNotice_proto_rawDesc)))
- })
- return file_wecom_WPostDeviceInfoNotice_proto_rawDescData
- }
- var file_wecom_WPostDeviceInfoNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
- var file_wecom_WPostDeviceInfoNotice_proto_goTypes = []any{
- (*PostDeviceInfoNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage
- (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage)(nil), // 1: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
- }
- var file_wecom_WPostDeviceInfoNotice_proto_depIdxs = []int32{
- 1, // 0: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.AppInfos:type_name -> Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
- 1, // [1:1] is the sub-list for method output_type
- 1, // [1:1] is the sub-list for method input_type
- 1, // [1:1] is the sub-list for extension type_name
- 1, // [1:1] is the sub-list for extension extendee
- 0, // [0:1] is the sub-list for field type_name
- }
- func init() { file_wecom_WPostDeviceInfoNotice_proto_init() }
- func file_wecom_WPostDeviceInfoNotice_proto_init() {
- if File_wecom_WPostDeviceInfoNotice_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPostDeviceInfoNotice_proto_rawDesc), len(file_wecom_WPostDeviceInfoNotice_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 2,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_wecom_WPostDeviceInfoNotice_proto_goTypes,
- DependencyIndexes: file_wecom_WPostDeviceInfoNotice_proto_depIdxs,
- MessageInfos: file_wecom_WPostDeviceInfoNotice_proto_msgTypes,
- }.Build()
- File_wecom_WPostDeviceInfoNotice_proto = out.File
- file_wecom_WPostDeviceInfoNotice_proto_goTypes = nil
- file_wecom_WPostDeviceInfoNotice_proto_depIdxs = nil
- }
|