GetWeChatsRsp.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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: GetWeChatsRsp.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 WeChatRspMessage struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. WeChatId string `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"`
  24. WeChatNo string `protobuf:"bytes,2,opt,name=WeChatNo,proto3" json:"WeChatNo,omitempty"`
  25. WeChatNick string `protobuf:"bytes,3,opt,name=WeChatNick,proto3" json:"WeChatNick,omitempty"`
  26. Avatar string `protobuf:"bytes,4,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
  27. Country string `protobuf:"bytes,5,opt,name=Country,proto3" json:"Country,omitempty"`
  28. Province string `protobuf:"bytes,6,opt,name=Province,proto3" json:"Province,omitempty"`
  29. City string `protobuf:"bytes,7,opt,name=City,proto3" json:"City,omitempty"`
  30. Gender EnumGender `protobuf:"varint,8,opt,name=Gender,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumGender" json:"Gender,omitempty"`
  31. IsOnline bool `protobuf:"varint,9,opt,name=IsOnline,proto3" json:"IsOnline,omitempty"`
  32. IsLogined bool `protobuf:"varint,10,opt,name=IsLogined,proto3" json:"IsLogined,omitempty"`
  33. IsDelete bool `protobuf:"varint,11,opt,name=IsDelete,proto3" json:"IsDelete,omitempty"`
  34. LoginTime int64 `protobuf:"varint,12,opt,name=LoginTime,proto3" json:"LoginTime,omitempty"`
  35. ModifyTime int64 `protobuf:"varint,13,opt,name=ModifyTime,proto3" json:"ModifyTime,omitempty"`
  36. DeviceName string `protobuf:"bytes,14,opt,name=DeviceName,proto3" json:"DeviceName,omitempty"` // 设备名称
  37. LoginUnionId int64 `protobuf:"varint,15,opt,name=LoginUnionId,proto3" json:"LoginUnionId,omitempty"` // 登陆的人
  38. LoginAccountType EnumAccountType `protobuf:"varint,16,opt,name=LoginAccountType,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumAccountType" json:"LoginAccountType,omitempty"` // 登陆人的类型
  39. IsUpgrading bool `protobuf:"varint,17,opt,name=IsUpgrading,proto3" json:"IsUpgrading,omitempty"` // 是否升级中
  40. }
  41. func (x *WeChatRspMessage) Reset() {
  42. *x = WeChatRspMessage{}
  43. mi := &file_GetWeChatsRsp_proto_msgTypes[0]
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. ms.StoreMessageInfo(mi)
  46. }
  47. func (x *WeChatRspMessage) String() string {
  48. return protoimpl.X.MessageStringOf(x)
  49. }
  50. func (*WeChatRspMessage) ProtoMessage() {}
  51. func (x *WeChatRspMessage) ProtoReflect() protoreflect.Message {
  52. mi := &file_GetWeChatsRsp_proto_msgTypes[0]
  53. if x != nil {
  54. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  55. if ms.LoadMessageInfo() == nil {
  56. ms.StoreMessageInfo(mi)
  57. }
  58. return ms
  59. }
  60. return mi.MessageOf(x)
  61. }
  62. // Deprecated: Use WeChatRspMessage.ProtoReflect.Descriptor instead.
  63. func (*WeChatRspMessage) Descriptor() ([]byte, []int) {
  64. return file_GetWeChatsRsp_proto_rawDescGZIP(), []int{0}
  65. }
  66. func (x *WeChatRspMessage) GetWeChatId() string {
  67. if x != nil {
  68. return x.WeChatId
  69. }
  70. return ""
  71. }
  72. func (x *WeChatRspMessage) GetWeChatNo() string {
  73. if x != nil {
  74. return x.WeChatNo
  75. }
  76. return ""
  77. }
  78. func (x *WeChatRspMessage) GetWeChatNick() string {
  79. if x != nil {
  80. return x.WeChatNick
  81. }
  82. return ""
  83. }
  84. func (x *WeChatRspMessage) GetAvatar() string {
  85. if x != nil {
  86. return x.Avatar
  87. }
  88. return ""
  89. }
  90. func (x *WeChatRspMessage) GetCountry() string {
  91. if x != nil {
  92. return x.Country
  93. }
  94. return ""
  95. }
  96. func (x *WeChatRspMessage) GetProvince() string {
  97. if x != nil {
  98. return x.Province
  99. }
  100. return ""
  101. }
  102. func (x *WeChatRspMessage) GetCity() string {
  103. if x != nil {
  104. return x.City
  105. }
  106. return ""
  107. }
  108. func (x *WeChatRspMessage) GetGender() EnumGender {
  109. if x != nil {
  110. return x.Gender
  111. }
  112. return EnumGender_UnknownGender
  113. }
  114. func (x *WeChatRspMessage) GetIsOnline() bool {
  115. if x != nil {
  116. return x.IsOnline
  117. }
  118. return false
  119. }
  120. func (x *WeChatRspMessage) GetIsLogined() bool {
  121. if x != nil {
  122. return x.IsLogined
  123. }
  124. return false
  125. }
  126. func (x *WeChatRspMessage) GetIsDelete() bool {
  127. if x != nil {
  128. return x.IsDelete
  129. }
  130. return false
  131. }
  132. func (x *WeChatRspMessage) GetLoginTime() int64 {
  133. if x != nil {
  134. return x.LoginTime
  135. }
  136. return 0
  137. }
  138. func (x *WeChatRspMessage) GetModifyTime() int64 {
  139. if x != nil {
  140. return x.ModifyTime
  141. }
  142. return 0
  143. }
  144. func (x *WeChatRspMessage) GetDeviceName() string {
  145. if x != nil {
  146. return x.DeviceName
  147. }
  148. return ""
  149. }
  150. func (x *WeChatRspMessage) GetLoginUnionId() int64 {
  151. if x != nil {
  152. return x.LoginUnionId
  153. }
  154. return 0
  155. }
  156. func (x *WeChatRspMessage) GetLoginAccountType() EnumAccountType {
  157. if x != nil {
  158. return x.LoginAccountType
  159. }
  160. return EnumAccountType_UnknownAccountType
  161. }
  162. func (x *WeChatRspMessage) GetIsUpgrading() bool {
  163. if x != nil {
  164. return x.IsUpgrading
  165. }
  166. return false
  167. }
  168. type GetWeChatsRspMessage struct {
  169. state protoimpl.MessageState
  170. sizeCache protoimpl.SizeCache
  171. unknownFields protoimpl.UnknownFields
  172. UnionId int64 `protobuf:"varint,1,opt,name=UnionId,proto3" json:"UnionId,omitempty"` // UID / 子账号ID
  173. AccountType EnumAccountType `protobuf:"varint,2,opt,name=AccountType,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumAccountType" json:"AccountType,omitempty"` // 账号类型
  174. SupplierId int64 `protobuf:"varint,3,opt,name=SupplierId,proto3" json:"SupplierId,omitempty"` // 商家Id
  175. WeChats []*WeChatRspMessage `protobuf:"bytes,4,rep,name=WeChats,proto3" json:"WeChats,omitempty"` // 多个个人微信号信息
  176. }
  177. func (x *GetWeChatsRspMessage) Reset() {
  178. *x = GetWeChatsRspMessage{}
  179. mi := &file_GetWeChatsRsp_proto_msgTypes[1]
  180. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  181. ms.StoreMessageInfo(mi)
  182. }
  183. func (x *GetWeChatsRspMessage) String() string {
  184. return protoimpl.X.MessageStringOf(x)
  185. }
  186. func (*GetWeChatsRspMessage) ProtoMessage() {}
  187. func (x *GetWeChatsRspMessage) ProtoReflect() protoreflect.Message {
  188. mi := &file_GetWeChatsRsp_proto_msgTypes[1]
  189. if x != nil {
  190. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  191. if ms.LoadMessageInfo() == nil {
  192. ms.StoreMessageInfo(mi)
  193. }
  194. return ms
  195. }
  196. return mi.MessageOf(x)
  197. }
  198. // Deprecated: Use GetWeChatsRspMessage.ProtoReflect.Descriptor instead.
  199. func (*GetWeChatsRspMessage) Descriptor() ([]byte, []int) {
  200. return file_GetWeChatsRsp_proto_rawDescGZIP(), []int{1}
  201. }
  202. func (x *GetWeChatsRspMessage) GetUnionId() int64 {
  203. if x != nil {
  204. return x.UnionId
  205. }
  206. return 0
  207. }
  208. func (x *GetWeChatsRspMessage) GetAccountType() EnumAccountType {
  209. if x != nil {
  210. return x.AccountType
  211. }
  212. return EnumAccountType_UnknownAccountType
  213. }
  214. func (x *GetWeChatsRspMessage) GetSupplierId() int64 {
  215. if x != nil {
  216. return x.SupplierId
  217. }
  218. return 0
  219. }
  220. func (x *GetWeChatsRspMessage) GetWeChats() []*WeChatRspMessage {
  221. if x != nil {
  222. return x.WeChats
  223. }
  224. return nil
  225. }
  226. var File_GetWeChatsRsp_proto protoreflect.FileDescriptor
  227. var file_GetWeChatsRsp_proto_rawDesc = []byte{
  228. 0x0a, 0x13, 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x52, 0x73, 0x70, 0x2e,
  229. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
  230. 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16,
  231. 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  232. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd9, 0x04, 0x0a, 0x10, 0x57, 0x65, 0x43, 0x68, 0x61,
  233. 0x74, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57,
  234. 0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57,
  235. 0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61,
  236. 0x74, 0x4e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61,
  237. 0x74, 0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4e, 0x69, 0x63,
  238. 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4e,
  239. 0x69, 0x63, 0x6b, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20,
  240. 0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x43,
  241. 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x43, 0x6f,
  242. 0x75, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
  243. 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
  244. 0x65, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
  245. 0x04, 0x43, 0x69, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x06, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18,
  246. 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c,
  247. 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  248. 0x45, 0x6e, 0x75, 0x6d, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x06, 0x47, 0x65, 0x6e, 0x64,
  249. 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x09,
  250. 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x1c,
  251. 0x0a, 0x09, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28,
  252. 0x08, 0x52, 0x09, 0x49, 0x73, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x65, 0x64, 0x12, 0x1a, 0x0a, 0x08,
  253. 0x49, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08,
  254. 0x49, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4c, 0x6f, 0x67, 0x69,
  255. 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x4c, 0x6f, 0x67,
  256. 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79,
  257. 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x4d, 0x6f, 0x64, 0x69,
  258. 0x66, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  259. 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x44, 0x65, 0x76, 0x69,
  260. 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x55,
  261. 0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x4c, 0x6f,
  262. 0x67, 0x69, 0x6e, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x10, 0x4c, 0x6f,
  263. 0x67, 0x69, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x10,
  264. 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
  265. 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45,
  266. 0x6e, 0x75, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x10,
  267. 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65,
  268. 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x18,
  269. 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x49, 0x73, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x69,
  270. 0x6e, 0x67, 0x22, 0xe1, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74,
  271. 0x73, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x55,
  272. 0x6e, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x55, 0x6e,
  273. 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x4a, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  274. 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x4a, 0x75, 0x62,
  275. 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50,
  276. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  277. 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70,
  278. 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x49, 0x64, 0x18,
  279. 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x49,
  280. 0x64, 0x12, 0x43, 0x0a, 0x07, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03,
  281. 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f,
  282. 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x57, 0x65, 0x43,
  283. 0x68, 0x61, 0x74, 0x52, 0x73, 0x70, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x57,
  284. 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b,
  285. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  286. }
  287. var (
  288. file_GetWeChatsRsp_proto_rawDescOnce sync.Once
  289. file_GetWeChatsRsp_proto_rawDescData = file_GetWeChatsRsp_proto_rawDesc
  290. )
  291. func file_GetWeChatsRsp_proto_rawDescGZIP() []byte {
  292. file_GetWeChatsRsp_proto_rawDescOnce.Do(func() {
  293. file_GetWeChatsRsp_proto_rawDescData = protoimpl.X.CompressGZIP(file_GetWeChatsRsp_proto_rawDescData)
  294. })
  295. return file_GetWeChatsRsp_proto_rawDescData
  296. }
  297. var file_GetWeChatsRsp_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  298. var file_GetWeChatsRsp_proto_goTypes = []any{
  299. (*WeChatRspMessage)(nil), // 0: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage
  300. (*GetWeChatsRspMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage
  301. (EnumGender)(0), // 2: Jubo.JuLiao.IM.Wx.Proto.EnumGender
  302. (EnumAccountType)(0), // 3: Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
  303. }
  304. var file_GetWeChatsRsp_proto_depIdxs = []int32{
  305. 2, // 0: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage.Gender:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumGender
  306. 3, // 1: Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage.LoginAccountType:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
  307. 3, // 2: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage.AccountType:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
  308. 0, // 3: Jubo.JuLiao.IM.Wx.Proto.GetWeChatsRspMessage.WeChats:type_name -> Jubo.JuLiao.IM.Wx.Proto.WeChatRspMessage
  309. 4, // [4:4] is the sub-list for method output_type
  310. 4, // [4:4] is the sub-list for method input_type
  311. 4, // [4:4] is the sub-list for extension type_name
  312. 4, // [4:4] is the sub-list for extension extendee
  313. 0, // [0:4] is the sub-list for field type_name
  314. }
  315. func init() { file_GetWeChatsRsp_proto_init() }
  316. func file_GetWeChatsRsp_proto_init() {
  317. if File_GetWeChatsRsp_proto != nil {
  318. return
  319. }
  320. file_TransportMessage_proto_init()
  321. type x struct{}
  322. out := protoimpl.TypeBuilder{
  323. File: protoimpl.DescBuilder{
  324. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  325. RawDescriptor: file_GetWeChatsRsp_proto_rawDesc,
  326. NumEnums: 0,
  327. NumMessages: 2,
  328. NumExtensions: 0,
  329. NumServices: 0,
  330. },
  331. GoTypes: file_GetWeChatsRsp_proto_goTypes,
  332. DependencyIndexes: file_GetWeChatsRsp_proto_depIdxs,
  333. MessageInfos: file_GetWeChatsRsp_proto_msgTypes,
  334. }.Build()
  335. File_GetWeChatsRsp_proto = out.File
  336. file_GetWeChatsRsp_proto_rawDesc = nil
  337. file_GetWeChatsRsp_proto_goTypes = nil
  338. file_GetWeChatsRsp_proto_depIdxs = nil
  339. }