PostDeviceInfoNotice.pb.go 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.2
  4. // protoc v5.28.3
  5. // source: PostDeviceInfoNotice.proto
  6. package workphone
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type PostDeviceInfoNoticeMessage struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. PhoneBrand string `protobuf:"bytes,1,opt,name=PhoneBrand,proto3" json:"PhoneBrand,omitempty"` // 手机品牌
  24. PhoneModel string `protobuf:"bytes,2,opt,name=PhoneModel,proto3" json:"PhoneModel,omitempty"` // 手机型号
  25. OSVerNumber int32 `protobuf:"varint,3,opt,name=OSVerNumber,proto3" json:"OSVerNumber,omitempty"`
  26. AppInfos []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage `protobuf:"bytes,4,rep,name=AppInfos,proto3" json:"AppInfos,omitempty"` // App信息
  27. NetType string `protobuf:"bytes,5,opt,name=NetType,proto3" json:"NetType,omitempty"`
  28. WeChatId string `protobuf:"bytes,6,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` // 微信id
  29. IMEI string `protobuf:"bytes,7,opt,name=IMEI,proto3" json:"IMEI,omitempty"`
  30. IMSI1 string `protobuf:"bytes,8,opt,name=IMSI1,proto3" json:"IMSI1,omitempty"` // SIM卡1的IMSI
  31. IMSI2 string `protobuf:"bytes,9,opt,name=IMSI2,proto3" json:"IMSI2,omitempty"` // SIM卡2的IMSI,
  32. Number1 string `protobuf:"bytes,10,opt,name=Number1,proto3" json:"Number1,omitempty"` // SIM卡1的手机号,有可能读不到
  33. Number2 string `protobuf:"bytes,11,opt,name=Number2,proto3" json:"Number2,omitempty"` // SIM卡2的手机好,有可能读不到
  34. IsHook bool `protobuf:"varint,12,opt,name=IsHook,proto3" json:"IsHook,omitempty"`
  35. WxSupport bool `protobuf:"varint,13,opt,name=WxSupport,proto3" json:"WxSupport,omitempty"`
  36. }
  37. func (x *PostDeviceInfoNoticeMessage) Reset() {
  38. *x = PostDeviceInfoNoticeMessage{}
  39. mi := &file_PostDeviceInfoNotice_proto_msgTypes[0]
  40. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  41. ms.StoreMessageInfo(mi)
  42. }
  43. func (x *PostDeviceInfoNoticeMessage) String() string {
  44. return protoimpl.X.MessageStringOf(x)
  45. }
  46. func (*PostDeviceInfoNoticeMessage) ProtoMessage() {}
  47. func (x *PostDeviceInfoNoticeMessage) ProtoReflect() protoreflect.Message {
  48. mi := &file_PostDeviceInfoNotice_proto_msgTypes[0]
  49. if x != nil {
  50. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  51. if ms.LoadMessageInfo() == nil {
  52. ms.StoreMessageInfo(mi)
  53. }
  54. return ms
  55. }
  56. return mi.MessageOf(x)
  57. }
  58. // Deprecated: Use PostDeviceInfoNoticeMessage.ProtoReflect.Descriptor instead.
  59. func (*PostDeviceInfoNoticeMessage) Descriptor() ([]byte, []int) {
  60. return file_PostDeviceInfoNotice_proto_rawDescGZIP(), []int{0}
  61. }
  62. func (x *PostDeviceInfoNoticeMessage) GetPhoneBrand() string {
  63. if x != nil {
  64. return x.PhoneBrand
  65. }
  66. return ""
  67. }
  68. func (x *PostDeviceInfoNoticeMessage) GetPhoneModel() string {
  69. if x != nil {
  70. return x.PhoneModel
  71. }
  72. return ""
  73. }
  74. func (x *PostDeviceInfoNoticeMessage) GetOSVerNumber() int32 {
  75. if x != nil {
  76. return x.OSVerNumber
  77. }
  78. return 0
  79. }
  80. func (x *PostDeviceInfoNoticeMessage) GetAppInfos() []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage {
  81. if x != nil {
  82. return x.AppInfos
  83. }
  84. return nil
  85. }
  86. func (x *PostDeviceInfoNoticeMessage) GetNetType() string {
  87. if x != nil {
  88. return x.NetType
  89. }
  90. return ""
  91. }
  92. func (x *PostDeviceInfoNoticeMessage) GetWeChatId() string {
  93. if x != nil {
  94. return x.WeChatId
  95. }
  96. return ""
  97. }
  98. func (x *PostDeviceInfoNoticeMessage) GetIMEI() string {
  99. if x != nil {
  100. return x.IMEI
  101. }
  102. return ""
  103. }
  104. func (x *PostDeviceInfoNoticeMessage) GetIMSI1() string {
  105. if x != nil {
  106. return x.IMSI1
  107. }
  108. return ""
  109. }
  110. func (x *PostDeviceInfoNoticeMessage) GetIMSI2() string {
  111. if x != nil {
  112. return x.IMSI2
  113. }
  114. return ""
  115. }
  116. func (x *PostDeviceInfoNoticeMessage) GetNumber1() string {
  117. if x != nil {
  118. return x.Number1
  119. }
  120. return ""
  121. }
  122. func (x *PostDeviceInfoNoticeMessage) GetNumber2() string {
  123. if x != nil {
  124. return x.Number2
  125. }
  126. return ""
  127. }
  128. func (x *PostDeviceInfoNoticeMessage) GetIsHook() bool {
  129. if x != nil {
  130. return x.IsHook
  131. }
  132. return false
  133. }
  134. func (x *PostDeviceInfoNoticeMessage) GetWxSupport() bool {
  135. if x != nil {
  136. return x.WxSupport
  137. }
  138. return false
  139. }
  140. type PostDeviceInfoNoticeMessage_DeviceAppInfoMessage struct {
  141. state protoimpl.MessageState
  142. sizeCache protoimpl.SizeCache
  143. unknownFields protoimpl.UnknownFields
  144. PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"`
  145. AppName string `protobuf:"bytes,2,opt,name=AppName,proto3" json:"AppName,omitempty"`
  146. VerNumber int32 `protobuf:"varint,3,opt,name=VerNumber,proto3" json:"VerNumber,omitempty"`
  147. Version string `protobuf:"bytes,4,opt,name=Version,proto3" json:"Version,omitempty"`
  148. }
  149. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Reset() {
  150. *x = PostDeviceInfoNoticeMessage_DeviceAppInfoMessage{}
  151. mi := &file_PostDeviceInfoNotice_proto_msgTypes[1]
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. ms.StoreMessageInfo(mi)
  154. }
  155. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) String() string {
  156. return protoimpl.X.MessageStringOf(x)
  157. }
  158. func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoMessage() {}
  159. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoReflect() protoreflect.Message {
  160. mi := &file_PostDeviceInfoNotice_proto_msgTypes[1]
  161. if x != nil {
  162. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  163. if ms.LoadMessageInfo() == nil {
  164. ms.StoreMessageInfo(mi)
  165. }
  166. return ms
  167. }
  168. return mi.MessageOf(x)
  169. }
  170. // Deprecated: Use PostDeviceInfoNoticeMessage_DeviceAppInfoMessage.ProtoReflect.Descriptor instead.
  171. func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Descriptor() ([]byte, []int) {
  172. return file_PostDeviceInfoNotice_proto_rawDescGZIP(), []int{0, 0}
  173. }
  174. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetPackageName() string {
  175. if x != nil {
  176. return x.PackageName
  177. }
  178. return ""
  179. }
  180. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetAppName() string {
  181. if x != nil {
  182. return x.AppName
  183. }
  184. return ""
  185. }
  186. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVerNumber() int32 {
  187. if x != nil {
  188. return x.VerNumber
  189. }
  190. return 0
  191. }
  192. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVersion() string {
  193. if x != nil {
  194. return x.Version
  195. }
  196. return ""
  197. }
  198. var File_PostDeviceInfoNotice_proto protoreflect.FileDescriptor
  199. var file_PostDeviceInfoNotice_proto_rawDesc = []byte{
  200. 0x0a, 0x1a, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f,
  201. 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75,
  202. 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e,
  203. 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd3, 0x04, 0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65,
  204. 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x65,
  205. 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x42, 0x72,
  206. 0x61, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65,
  207. 0x42, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4d, 0x6f,
  208. 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x50, 0x68, 0x6f, 0x6e, 0x65,
  209. 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x4f, 0x53, 0x56, 0x65, 0x72, 0x4e, 0x75,
  210. 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x4f, 0x53, 0x56, 0x65,
  211. 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x65, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x49, 0x6e,
  212. 0x66, 0x6f, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x4a, 0x75, 0x62, 0x6f,
  213. 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72,
  214. 0x6f, 0x74, 0x6f, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e,
  215. 0x66, 0x6f, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
  216. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x4d, 0x65, 0x73,
  217. 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x18,
  218. 0x0a, 0x07, 0x4e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
  219. 0x07, 0x4e, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68,
  220. 0x61, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65, 0x43, 0x68,
  221. 0x61, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x49, 0x4d, 0x45, 0x49, 0x18, 0x07, 0x20, 0x01,
  222. 0x28, 0x09, 0x52, 0x04, 0x49, 0x4d, 0x45, 0x49, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x4d, 0x53, 0x49,
  223. 0x31, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x49, 0x4d, 0x53, 0x49, 0x31, 0x12, 0x14,
  224. 0x0a, 0x05, 0x49, 0x4d, 0x53, 0x49, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x49,
  225. 0x4d, 0x53, 0x49, 0x32, 0x12, 0x18, 0x0a, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x31, 0x18,
  226. 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x31, 0x12, 0x18,
  227. 0x0a, 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
  228. 0x07, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x48, 0x6f,
  229. 0x6f, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x49, 0x73, 0x48, 0x6f, 0x6f, 0x6b,
  230. 0x12, 0x1c, 0x0a, 0x09, 0x57, 0x78, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x0d, 0x20,
  231. 0x01, 0x28, 0x08, 0x52, 0x09, 0x57, 0x78, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x1a, 0x8a,
  232. 0x01, 0x0a, 0x14, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f,
  233. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x61,
  234. 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x50, 0x61,
  235. 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x70, 0x70,
  236. 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x70, 0x70, 0x4e,
  237. 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x56, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
  238. 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x56, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65,
  239. 0x72, 0x12, 0x18, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01,
  240. 0x28, 0x09, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x5a, 0x0b, 0x2e,
  241. 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  242. 0x6f, 0x33,
  243. }
  244. var (
  245. file_PostDeviceInfoNotice_proto_rawDescOnce sync.Once
  246. file_PostDeviceInfoNotice_proto_rawDescData = file_PostDeviceInfoNotice_proto_rawDesc
  247. )
  248. func file_PostDeviceInfoNotice_proto_rawDescGZIP() []byte {
  249. file_PostDeviceInfoNotice_proto_rawDescOnce.Do(func() {
  250. file_PostDeviceInfoNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_PostDeviceInfoNotice_proto_rawDescData)
  251. })
  252. return file_PostDeviceInfoNotice_proto_rawDescData
  253. }
  254. var file_PostDeviceInfoNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  255. var file_PostDeviceInfoNotice_proto_goTypes = []any{
  256. (*PostDeviceInfoNoticeMessage)(nil), // 0: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage
  257. (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
  258. }
  259. var file_PostDeviceInfoNotice_proto_depIdxs = []int32{
  260. 1, // 0: Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.AppInfos:type_name -> Jubo.JuLiao.IM.Wx.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
  261. 1, // [1:1] is the sub-list for method output_type
  262. 1, // [1:1] is the sub-list for method input_type
  263. 1, // [1:1] is the sub-list for extension type_name
  264. 1, // [1:1] is the sub-list for extension extendee
  265. 0, // [0:1] is the sub-list for field type_name
  266. }
  267. func init() { file_PostDeviceInfoNotice_proto_init() }
  268. func file_PostDeviceInfoNotice_proto_init() {
  269. if File_PostDeviceInfoNotice_proto != nil {
  270. return
  271. }
  272. type x struct{}
  273. out := protoimpl.TypeBuilder{
  274. File: protoimpl.DescBuilder{
  275. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  276. RawDescriptor: file_PostDeviceInfoNotice_proto_rawDesc,
  277. NumEnums: 0,
  278. NumMessages: 2,
  279. NumExtensions: 0,
  280. NumServices: 0,
  281. },
  282. GoTypes: file_PostDeviceInfoNotice_proto_goTypes,
  283. DependencyIndexes: file_PostDeviceInfoNotice_proto_depIdxs,
  284. MessageInfos: file_PostDeviceInfoNotice_proto_msgTypes,
  285. }.Build()
  286. File_PostDeviceInfoNotice_proto = out.File
  287. file_PostDeviceInfoNotice_proto_rawDesc = nil
  288. file_PostDeviceInfoNotice_proto_goTypes = nil
  289. file_PostDeviceInfoNotice_proto_depIdxs = nil
  290. }