wx.pb.go 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: wx.proto
  6. package wx
  7. import (
  8. account "git.ikuban.com/server/pw-protobuf/api/account"
  9. common "git.ikuban.com/server/pw-protobuf/api/common"
  10. _ "google.golang.org/genproto/googleapis/api/annotations"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. emptypb "google.golang.org/protobuf/types/known/emptypb"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. type OpenIDRequest struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  28. }
  29. func (x *OpenIDRequest) Reset() {
  30. *x = OpenIDRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_wx_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *OpenIDRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*OpenIDRequest) ProtoMessage() {}
  41. func (x *OpenIDRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_wx_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use OpenIDRequest.ProtoReflect.Descriptor instead.
  53. func (*OpenIDRequest) Descriptor() ([]byte, []int) {
  54. return file_wx_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *OpenIDRequest) GetOpenId() string {
  57. if x != nil {
  58. return x.OpenId
  59. }
  60. return ""
  61. }
  62. type GetAccessTokenRequest struct {
  63. state protoimpl.MessageState
  64. sizeCache protoimpl.SizeCache
  65. unknownFields protoimpl.UnknownFields
  66. Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid"`
  67. }
  68. func (x *GetAccessTokenRequest) Reset() {
  69. *x = GetAccessTokenRequest{}
  70. if protoimpl.UnsafeEnabled {
  71. mi := &file_wx_proto_msgTypes[1]
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. ms.StoreMessageInfo(mi)
  74. }
  75. }
  76. func (x *GetAccessTokenRequest) String() string {
  77. return protoimpl.X.MessageStringOf(x)
  78. }
  79. func (*GetAccessTokenRequest) ProtoMessage() {}
  80. func (x *GetAccessTokenRequest) ProtoReflect() protoreflect.Message {
  81. mi := &file_wx_proto_msgTypes[1]
  82. if protoimpl.UnsafeEnabled && x != nil {
  83. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  84. if ms.LoadMessageInfo() == nil {
  85. ms.StoreMessageInfo(mi)
  86. }
  87. return ms
  88. }
  89. return mi.MessageOf(x)
  90. }
  91. // Deprecated: Use GetAccessTokenRequest.ProtoReflect.Descriptor instead.
  92. func (*GetAccessTokenRequest) Descriptor() ([]byte, []int) {
  93. return file_wx_proto_rawDescGZIP(), []int{1}
  94. }
  95. func (x *GetAccessTokenRequest) GetAppid() string {
  96. if x != nil {
  97. return x.Appid
  98. }
  99. return ""
  100. }
  101. type GetAccessTokenReply struct {
  102. state protoimpl.MessageState
  103. sizeCache protoimpl.SizeCache
  104. unknownFields protoimpl.UnknownFields
  105. AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token"`
  106. Errcode int64 `protobuf:"varint,2,opt,name=errcode,proto3" json:"errcode"`
  107. Errmsg string `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg"`
  108. ExpiresIn int64 `protobuf:"varint,4,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in"`
  109. }
  110. func (x *GetAccessTokenReply) Reset() {
  111. *x = GetAccessTokenReply{}
  112. if protoimpl.UnsafeEnabled {
  113. mi := &file_wx_proto_msgTypes[2]
  114. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  115. ms.StoreMessageInfo(mi)
  116. }
  117. }
  118. func (x *GetAccessTokenReply) String() string {
  119. return protoimpl.X.MessageStringOf(x)
  120. }
  121. func (*GetAccessTokenReply) ProtoMessage() {}
  122. func (x *GetAccessTokenReply) ProtoReflect() protoreflect.Message {
  123. mi := &file_wx_proto_msgTypes[2]
  124. if protoimpl.UnsafeEnabled && x != nil {
  125. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  126. if ms.LoadMessageInfo() == nil {
  127. ms.StoreMessageInfo(mi)
  128. }
  129. return ms
  130. }
  131. return mi.MessageOf(x)
  132. }
  133. // Deprecated: Use GetAccessTokenReply.ProtoReflect.Descriptor instead.
  134. func (*GetAccessTokenReply) Descriptor() ([]byte, []int) {
  135. return file_wx_proto_rawDescGZIP(), []int{2}
  136. }
  137. func (x *GetAccessTokenReply) GetAccessToken() string {
  138. if x != nil {
  139. return x.AccessToken
  140. }
  141. return ""
  142. }
  143. func (x *GetAccessTokenReply) GetErrcode() int64 {
  144. if x != nil {
  145. return x.Errcode
  146. }
  147. return 0
  148. }
  149. func (x *GetAccessTokenReply) GetErrmsg() string {
  150. if x != nil {
  151. return x.Errmsg
  152. }
  153. return ""
  154. }
  155. func (x *GetAccessTokenReply) GetExpiresIn() int64 {
  156. if x != nil {
  157. return x.ExpiresIn
  158. }
  159. return 0
  160. }
  161. type GetUserMsgByKeyRequest struct {
  162. state protoimpl.MessageState
  163. sizeCache protoimpl.SizeCache
  164. unknownFields protoimpl.UnknownFields
  165. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  166. }
  167. func (x *GetUserMsgByKeyRequest) Reset() {
  168. *x = GetUserMsgByKeyRequest{}
  169. if protoimpl.UnsafeEnabled {
  170. mi := &file_wx_proto_msgTypes[3]
  171. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  172. ms.StoreMessageInfo(mi)
  173. }
  174. }
  175. func (x *GetUserMsgByKeyRequest) String() string {
  176. return protoimpl.X.MessageStringOf(x)
  177. }
  178. func (*GetUserMsgByKeyRequest) ProtoMessage() {}
  179. func (x *GetUserMsgByKeyRequest) ProtoReflect() protoreflect.Message {
  180. mi := &file_wx_proto_msgTypes[3]
  181. if protoimpl.UnsafeEnabled && x != nil {
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. if ms.LoadMessageInfo() == nil {
  184. ms.StoreMessageInfo(mi)
  185. }
  186. return ms
  187. }
  188. return mi.MessageOf(x)
  189. }
  190. // Deprecated: Use GetUserMsgByKeyRequest.ProtoReflect.Descriptor instead.
  191. func (*GetUserMsgByKeyRequest) Descriptor() ([]byte, []int) {
  192. return file_wx_proto_rawDescGZIP(), []int{3}
  193. }
  194. func (x *GetUserMsgByKeyRequest) GetKey() string {
  195. if x != nil {
  196. return x.Key
  197. }
  198. return ""
  199. }
  200. type GetUserMsgByKeyReply struct {
  201. state protoimpl.MessageState
  202. sizeCache protoimpl.SizeCache
  203. unknownFields protoimpl.UnknownFields
  204. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  205. OpenId string `protobuf:"bytes,2,opt,name=openId,proto3" json:"openId"`
  206. AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId"`
  207. AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"`
  208. }
  209. func (x *GetUserMsgByKeyReply) Reset() {
  210. *x = GetUserMsgByKeyReply{}
  211. if protoimpl.UnsafeEnabled {
  212. mi := &file_wx_proto_msgTypes[4]
  213. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  214. ms.StoreMessageInfo(mi)
  215. }
  216. }
  217. func (x *GetUserMsgByKeyReply) String() string {
  218. return protoimpl.X.MessageStringOf(x)
  219. }
  220. func (*GetUserMsgByKeyReply) ProtoMessage() {}
  221. func (x *GetUserMsgByKeyReply) ProtoReflect() protoreflect.Message {
  222. mi := &file_wx_proto_msgTypes[4]
  223. if protoimpl.UnsafeEnabled && x != nil {
  224. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  225. if ms.LoadMessageInfo() == nil {
  226. ms.StoreMessageInfo(mi)
  227. }
  228. return ms
  229. }
  230. return mi.MessageOf(x)
  231. }
  232. // Deprecated: Use GetUserMsgByKeyReply.ProtoReflect.Descriptor instead.
  233. func (*GetUserMsgByKeyReply) Descriptor() ([]byte, []int) {
  234. return file_wx_proto_rawDescGZIP(), []int{4}
  235. }
  236. func (x *GetUserMsgByKeyReply) GetPartnerId() string {
  237. if x != nil {
  238. return x.PartnerId
  239. }
  240. return ""
  241. }
  242. func (x *GetUserMsgByKeyReply) GetOpenId() string {
  243. if x != nil {
  244. return x.OpenId
  245. }
  246. return ""
  247. }
  248. func (x *GetUserMsgByKeyReply) GetAppId() string {
  249. if x != nil {
  250. return x.AppId
  251. }
  252. return ""
  253. }
  254. func (x *GetUserMsgByKeyReply) GetAppName() string {
  255. if x != nil {
  256. return x.AppName
  257. }
  258. return ""
  259. }
  260. type ReduceUserUnreadRequest struct {
  261. state protoimpl.MessageState
  262. sizeCache protoimpl.SizeCache
  263. unknownFields protoimpl.UnknownFields
  264. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  265. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  266. }
  267. func (x *ReduceUserUnreadRequest) Reset() {
  268. *x = ReduceUserUnreadRequest{}
  269. if protoimpl.UnsafeEnabled {
  270. mi := &file_wx_proto_msgTypes[5]
  271. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  272. ms.StoreMessageInfo(mi)
  273. }
  274. }
  275. func (x *ReduceUserUnreadRequest) String() string {
  276. return protoimpl.X.MessageStringOf(x)
  277. }
  278. func (*ReduceUserUnreadRequest) ProtoMessage() {}
  279. func (x *ReduceUserUnreadRequest) ProtoReflect() protoreflect.Message {
  280. mi := &file_wx_proto_msgTypes[5]
  281. if protoimpl.UnsafeEnabled && x != nil {
  282. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  283. if ms.LoadMessageInfo() == nil {
  284. ms.StoreMessageInfo(mi)
  285. }
  286. return ms
  287. }
  288. return mi.MessageOf(x)
  289. }
  290. // Deprecated: Use ReduceUserUnreadRequest.ProtoReflect.Descriptor instead.
  291. func (*ReduceUserUnreadRequest) Descriptor() ([]byte, []int) {
  292. return file_wx_proto_rawDescGZIP(), []int{5}
  293. }
  294. func (x *ReduceUserUnreadRequest) GetAccountId() int64 {
  295. if x != nil {
  296. return x.AccountId
  297. }
  298. return 0
  299. }
  300. func (x *ReduceUserUnreadRequest) GetPersonId() string {
  301. if x != nil {
  302. return x.PersonId
  303. }
  304. return ""
  305. }
  306. type SendNewMessageUnreadReminderRequest struct {
  307. state protoimpl.MessageState
  308. sizeCache protoimpl.SizeCache
  309. unknownFields protoimpl.UnknownFields
  310. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  311. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  312. }
  313. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  314. *x = SendNewMessageUnreadReminderRequest{}
  315. if protoimpl.UnsafeEnabled {
  316. mi := &file_wx_proto_msgTypes[6]
  317. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  318. ms.StoreMessageInfo(mi)
  319. }
  320. }
  321. func (x *SendNewMessageUnreadReminderRequest) String() string {
  322. return protoimpl.X.MessageStringOf(x)
  323. }
  324. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  325. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  326. mi := &file_wx_proto_msgTypes[6]
  327. if protoimpl.UnsafeEnabled && x != nil {
  328. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  329. if ms.LoadMessageInfo() == nil {
  330. ms.StoreMessageInfo(mi)
  331. }
  332. return ms
  333. }
  334. return mi.MessageOf(x)
  335. }
  336. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  337. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  338. return file_wx_proto_rawDescGZIP(), []int{6}
  339. }
  340. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  341. if x != nil {
  342. return x.PersonId
  343. }
  344. return ""
  345. }
  346. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  347. if x != nil {
  348. return x.SendPersonId
  349. }
  350. return ""
  351. }
  352. var File_wx_proto protoreflect.FileDescriptor
  353. var file_wx_proto_rawDesc = []byte{
  354. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  355. 0x77, 0x78, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
  356. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  357. 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  358. 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61,
  359. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  360. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f,
  361. 0x75, 0x6e, 0x74, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  362. 0x6f, 0x22, 0x27, 0x0a, 0x0d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65,
  363. 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
  364. 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65,
  365. 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75,
  366. 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  367. 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x89, 0x01, 0x0a, 0x13, 0x47, 0x65,
  368. 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c,
  369. 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65,
  370. 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54,
  371. 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x18,
  372. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16,
  373. 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  374. 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65,
  375. 0x73, 0x5f, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x78, 0x70, 0x69,
  376. 0x72, 0x65, 0x73, 0x49, 0x6e, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
  377. 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  378. 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
  379. 0x79, 0x22, 0x7c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42,
  380. 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72,
  381. 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61,
  382. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49,
  383. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12,
  384. 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
  385. 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65,
  386. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x22,
  387. 0x53, 0x0a, 0x17, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72,
  388. 0x65, 0x61, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63,
  389. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61,
  390. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73,
  391. 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73,
  392. 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d,
  393. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69,
  394. 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70,
  395. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
  396. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x6e, 0x64, 0x50,
  397. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73,
  398. 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0xec, 0x07, 0x0a, 0x02,
  399. 0x57, 0x78, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e,
  400. 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  401. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67,
  402. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  403. 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x65,
  404. 0x6e, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
  405. 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  406. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  407. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
  408. 0x22, 0x00, 0x12, 0x65, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73,
  409. 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64,
  410. 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53, 0x65, 0x6e, 0x64,
  411. 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
  412. 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  413. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  414. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x1e, 0x53, 0x65, 0x6e,
  415. 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x6c,
  416. 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x61, 0x70,
  417. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  418. 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  419. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
  420. 0x12, 0x4d, 0x0a, 0x10, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e,
  421. 0x72, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x52, 0x65,
  422. 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65,
  423. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  424. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
  425. 0x51, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b,
  426. 0x65, 0x79, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x55,
  427. 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
  428. 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x55,
  429. 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79,
  430. 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e, 0x61,
  431. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66,
  432. 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  433. 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
  434. 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78,
  435. 0x2f, 0x6a, 0x73, 0x73, 0x64, 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a,
  436. 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69,
  437. 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63,
  438. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19, 0x2e,
  439. 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74, 0x65,
  440. 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x26,
  441. 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x6d, 0x61,
  442. 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x76, 0x6f,
  443. 0x69, 0x63, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x4b, 0x0a, 0x17, 0x43, 0x72, 0x6f, 0x6e, 0x44, 0x65,
  444. 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x6c, 0x65, 0x63,
  445. 0x74, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  446. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  447. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  448. 0x79, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
  449. 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47,
  450. 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71,
  451. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65,
  452. 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c,
  453. 0x79, 0x22, 0x1d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  454. 0x67, 0x65, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  455. 0x12, 0x68, 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74,
  456. 0x6f, 0x72, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69,
  457. 0x2e, 0x77, 0x78, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  458. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  459. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  460. 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x2f, 0x73, 0x75, 0x62,
  461. 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2f, 0x77, 0x65, 0x62, 0x42, 0x37, 0x0a, 0x06, 0x61, 0x70,
  462. 0x69, 0x2e, 0x77, 0x78, 0x50, 0x01, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62,
  463. 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77,
  464. 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78,
  465. 0x3b, 0x77, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  466. }
  467. var (
  468. file_wx_proto_rawDescOnce sync.Once
  469. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  470. )
  471. func file_wx_proto_rawDescGZIP() []byte {
  472. file_wx_proto_rawDescOnce.Do(func() {
  473. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  474. })
  475. return file_wx_proto_rawDescData
  476. }
  477. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
  478. var file_wx_proto_goTypes = []interface{}{
  479. (*OpenIDRequest)(nil), // 0: api.wx.OpenIDRequest
  480. (*GetAccessTokenRequest)(nil), // 1: api.wx.GetAccessTokenRequest
  481. (*GetAccessTokenReply)(nil), // 2: api.wx.GetAccessTokenReply
  482. (*GetUserMsgByKeyRequest)(nil), // 3: api.wx.GetUserMsgByKeyRequest
  483. (*GetUserMsgByKeyReply)(nil), // 4: api.wx.GetUserMsgByKeyReply
  484. (*ReduceUserUnreadRequest)(nil), // 5: api.wx.ReduceUserUnreadRequest
  485. (*SendNewMessageUnreadReminderRequest)(nil), // 6: api.wx.SendNewMessageUnreadReminderRequest
  486. (*emptypb.Empty)(nil), // 7: google.protobuf.Empty
  487. (*common.PersonIDParam)(nil), // 8: api.common.PersonIDParam
  488. (*common.WxConfReq)(nil), // 9: api.common.WxConfReq
  489. (*account.MediaID)(nil), // 10: api.account.MediaID
  490. (*common.WxConfResponse)(nil), // 11: api.common.WxConfResponse
  491. (*account.MaterialLink)(nil), // 12: api.account.MaterialLink
  492. }
  493. var file_wx_proto_depIdxs = []int32{
  494. 7, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  495. 7, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  496. 6, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  497. 8, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  498. 5, // 4: api.wx.Wx.ReduceUserUnread:input_type -> api.wx.ReduceUserUnreadRequest
  499. 3, // 5: api.wx.Wx.GetUserMsgByKey:input_type -> api.wx.GetUserMsgByKeyRequest
  500. 9, // 6: api.wx.Wx.WxConf:input_type -> api.common.WxConfReq
  501. 10, // 7: api.wx.Wx.UploadMaterialVoice:input_type -> api.account.MediaID
  502. 7, // 8: api.wx.Wx.CronDeleteOldUserSelect:input_type -> google.protobuf.Empty
  503. 1, // 9: api.wx.Wx.GetAccessToken:input_type -> api.wx.GetAccessTokenRequest
  504. 0, // 10: api.wx.Wx.SendNewVisitorReminder:input_type -> api.wx.OpenIDRequest
  505. 7, // 11: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  506. 7, // 12: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  507. 7, // 13: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  508. 7, // 14: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  509. 7, // 15: api.wx.Wx.ReduceUserUnread:output_type -> google.protobuf.Empty
  510. 4, // 16: api.wx.Wx.GetUserMsgByKey:output_type -> api.wx.GetUserMsgByKeyReply
  511. 11, // 17: api.wx.Wx.WxConf:output_type -> api.common.WxConfResponse
  512. 12, // 18: api.wx.Wx.UploadMaterialVoice:output_type -> api.account.MaterialLink
  513. 7, // 19: api.wx.Wx.CronDeleteOldUserSelect:output_type -> google.protobuf.Empty
  514. 2, // 20: api.wx.Wx.GetAccessToken:output_type -> api.wx.GetAccessTokenReply
  515. 7, // 21: api.wx.Wx.SendNewVisitorReminder:output_type -> google.protobuf.Empty
  516. 11, // [11:22] is the sub-list for method output_type
  517. 0, // [0:11] is the sub-list for method input_type
  518. 0, // [0:0] is the sub-list for extension type_name
  519. 0, // [0:0] is the sub-list for extension extendee
  520. 0, // [0:0] is the sub-list for field type_name
  521. }
  522. func init() { file_wx_proto_init() }
  523. func file_wx_proto_init() {
  524. if File_wx_proto != nil {
  525. return
  526. }
  527. if !protoimpl.UnsafeEnabled {
  528. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  529. switch v := v.(*OpenIDRequest); i {
  530. case 0:
  531. return &v.state
  532. case 1:
  533. return &v.sizeCache
  534. case 2:
  535. return &v.unknownFields
  536. default:
  537. return nil
  538. }
  539. }
  540. file_wx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  541. switch v := v.(*GetAccessTokenRequest); i {
  542. case 0:
  543. return &v.state
  544. case 1:
  545. return &v.sizeCache
  546. case 2:
  547. return &v.unknownFields
  548. default:
  549. return nil
  550. }
  551. }
  552. file_wx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  553. switch v := v.(*GetAccessTokenReply); i {
  554. case 0:
  555. return &v.state
  556. case 1:
  557. return &v.sizeCache
  558. case 2:
  559. return &v.unknownFields
  560. default:
  561. return nil
  562. }
  563. }
  564. file_wx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  565. switch v := v.(*GetUserMsgByKeyRequest); i {
  566. case 0:
  567. return &v.state
  568. case 1:
  569. return &v.sizeCache
  570. case 2:
  571. return &v.unknownFields
  572. default:
  573. return nil
  574. }
  575. }
  576. file_wx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  577. switch v := v.(*GetUserMsgByKeyReply); i {
  578. case 0:
  579. return &v.state
  580. case 1:
  581. return &v.sizeCache
  582. case 2:
  583. return &v.unknownFields
  584. default:
  585. return nil
  586. }
  587. }
  588. file_wx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  589. switch v := v.(*ReduceUserUnreadRequest); i {
  590. case 0:
  591. return &v.state
  592. case 1:
  593. return &v.sizeCache
  594. case 2:
  595. return &v.unknownFields
  596. default:
  597. return nil
  598. }
  599. }
  600. file_wx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  601. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  602. case 0:
  603. return &v.state
  604. case 1:
  605. return &v.sizeCache
  606. case 2:
  607. return &v.unknownFields
  608. default:
  609. return nil
  610. }
  611. }
  612. }
  613. type x struct{}
  614. out := protoimpl.TypeBuilder{
  615. File: protoimpl.DescBuilder{
  616. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  617. RawDescriptor: file_wx_proto_rawDesc,
  618. NumEnums: 0,
  619. NumMessages: 7,
  620. NumExtensions: 0,
  621. NumServices: 1,
  622. },
  623. GoTypes: file_wx_proto_goTypes,
  624. DependencyIndexes: file_wx_proto_depIdxs,
  625. MessageInfos: file_wx_proto_msgTypes,
  626. }.Build()
  627. File_wx_proto = out.File
  628. file_wx_proto_rawDesc = nil
  629. file_wx_proto_goTypes = nil
  630. file_wx_proto_depIdxs = nil
  631. }