wx.pb.go 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0-devel
  4. // protoc v4.22.3
  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 SendMiniProgramShareVideoLinkFailRequest struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"`
  28. RobotId int64 `protobuf:"varint,2,opt,name=robotId,proto3" json:"robotId"`
  29. }
  30. func (x *SendMiniProgramShareVideoLinkFailRequest) Reset() {
  31. *x = SendMiniProgramShareVideoLinkFailRequest{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_wx_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *SendMiniProgramShareVideoLinkFailRequest) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*SendMiniProgramShareVideoLinkFailRequest) ProtoMessage() {}
  42. func (x *SendMiniProgramShareVideoLinkFailRequest) ProtoReflect() protoreflect.Message {
  43. mi := &file_wx_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use SendMiniProgramShareVideoLinkFailRequest.ProtoReflect.Descriptor instead.
  54. func (*SendMiniProgramShareVideoLinkFailRequest) Descriptor() ([]byte, []int) {
  55. return file_wx_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *SendMiniProgramShareVideoLinkFailRequest) GetUserId() string {
  58. if x != nil {
  59. return x.UserId
  60. }
  61. return ""
  62. }
  63. func (x *SendMiniProgramShareVideoLinkFailRequest) GetRobotId() int64 {
  64. if x != nil {
  65. return x.RobotId
  66. }
  67. return 0
  68. }
  69. type SendMiniProgramSuccessInviteFriendRequest struct {
  70. state protoimpl.MessageState
  71. sizeCache protoimpl.SizeCache
  72. unknownFields protoimpl.UnknownFields
  73. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"`
  74. Num int64 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
  75. }
  76. func (x *SendMiniProgramSuccessInviteFriendRequest) Reset() {
  77. *x = SendMiniProgramSuccessInviteFriendRequest{}
  78. if protoimpl.UnsafeEnabled {
  79. mi := &file_wx_proto_msgTypes[1]
  80. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  81. ms.StoreMessageInfo(mi)
  82. }
  83. }
  84. func (x *SendMiniProgramSuccessInviteFriendRequest) String() string {
  85. return protoimpl.X.MessageStringOf(x)
  86. }
  87. func (*SendMiniProgramSuccessInviteFriendRequest) ProtoMessage() {}
  88. func (x *SendMiniProgramSuccessInviteFriendRequest) ProtoReflect() protoreflect.Message {
  89. mi := &file_wx_proto_msgTypes[1]
  90. if protoimpl.UnsafeEnabled && x != nil {
  91. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  92. if ms.LoadMessageInfo() == nil {
  93. ms.StoreMessageInfo(mi)
  94. }
  95. return ms
  96. }
  97. return mi.MessageOf(x)
  98. }
  99. // Deprecated: Use SendMiniProgramSuccessInviteFriendRequest.ProtoReflect.Descriptor instead.
  100. func (*SendMiniProgramSuccessInviteFriendRequest) Descriptor() ([]byte, []int) {
  101. return file_wx_proto_rawDescGZIP(), []int{1}
  102. }
  103. func (x *SendMiniProgramSuccessInviteFriendRequest) GetUserId() string {
  104. if x != nil {
  105. return x.UserId
  106. }
  107. return ""
  108. }
  109. func (x *SendMiniProgramSuccessInviteFriendRequest) GetNum() int64 {
  110. if x != nil {
  111. return x.Num
  112. }
  113. return 0
  114. }
  115. type GetWxGzhQrcodeRequest struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. ShareId int64 `protobuf:"varint,1,opt,name=shareId,proto3" json:"shareId"` // 分享码ID
  120. }
  121. func (x *GetWxGzhQrcodeRequest) Reset() {
  122. *x = GetWxGzhQrcodeRequest{}
  123. if protoimpl.UnsafeEnabled {
  124. mi := &file_wx_proto_msgTypes[2]
  125. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  126. ms.StoreMessageInfo(mi)
  127. }
  128. }
  129. func (x *GetWxGzhQrcodeRequest) String() string {
  130. return protoimpl.X.MessageStringOf(x)
  131. }
  132. func (*GetWxGzhQrcodeRequest) ProtoMessage() {}
  133. func (x *GetWxGzhQrcodeRequest) ProtoReflect() protoreflect.Message {
  134. mi := &file_wx_proto_msgTypes[2]
  135. if protoimpl.UnsafeEnabled && x != nil {
  136. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  137. if ms.LoadMessageInfo() == nil {
  138. ms.StoreMessageInfo(mi)
  139. }
  140. return ms
  141. }
  142. return mi.MessageOf(x)
  143. }
  144. // Deprecated: Use GetWxGzhQrcodeRequest.ProtoReflect.Descriptor instead.
  145. func (*GetWxGzhQrcodeRequest) Descriptor() ([]byte, []int) {
  146. return file_wx_proto_rawDescGZIP(), []int{2}
  147. }
  148. func (x *GetWxGzhQrcodeRequest) GetShareId() int64 {
  149. if x != nil {
  150. return x.ShareId
  151. }
  152. return 0
  153. }
  154. type GetWxGzhQrcodeReply struct {
  155. state protoimpl.MessageState
  156. sizeCache protoimpl.SizeCache
  157. unknownFields protoimpl.UnknownFields
  158. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url"`
  159. }
  160. func (x *GetWxGzhQrcodeReply) Reset() {
  161. *x = GetWxGzhQrcodeReply{}
  162. if protoimpl.UnsafeEnabled {
  163. mi := &file_wx_proto_msgTypes[3]
  164. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  165. ms.StoreMessageInfo(mi)
  166. }
  167. }
  168. func (x *GetWxGzhQrcodeReply) String() string {
  169. return protoimpl.X.MessageStringOf(x)
  170. }
  171. func (*GetWxGzhQrcodeReply) ProtoMessage() {}
  172. func (x *GetWxGzhQrcodeReply) ProtoReflect() protoreflect.Message {
  173. mi := &file_wx_proto_msgTypes[3]
  174. if protoimpl.UnsafeEnabled && x != nil {
  175. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  176. if ms.LoadMessageInfo() == nil {
  177. ms.StoreMessageInfo(mi)
  178. }
  179. return ms
  180. }
  181. return mi.MessageOf(x)
  182. }
  183. // Deprecated: Use GetWxGzhQrcodeReply.ProtoReflect.Descriptor instead.
  184. func (*GetWxGzhQrcodeReply) Descriptor() ([]byte, []int) {
  185. return file_wx_proto_rawDescGZIP(), []int{3}
  186. }
  187. func (x *GetWxGzhQrcodeReply) GetUrl() string {
  188. if x != nil {
  189. return x.Url
  190. }
  191. return ""
  192. }
  193. type SendAIReplyRequest struct {
  194. state protoimpl.MessageState
  195. sizeCache protoimpl.SizeCache
  196. unknownFields protoimpl.UnknownFields
  197. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  198. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  199. RobotId int64 `protobuf:"varint,3,opt,name=robotId,proto3" json:"robotId"`
  200. }
  201. func (x *SendAIReplyRequest) Reset() {
  202. *x = SendAIReplyRequest{}
  203. if protoimpl.UnsafeEnabled {
  204. mi := &file_wx_proto_msgTypes[4]
  205. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  206. ms.StoreMessageInfo(mi)
  207. }
  208. }
  209. func (x *SendAIReplyRequest) String() string {
  210. return protoimpl.X.MessageStringOf(x)
  211. }
  212. func (*SendAIReplyRequest) ProtoMessage() {}
  213. func (x *SendAIReplyRequest) ProtoReflect() protoreflect.Message {
  214. mi := &file_wx_proto_msgTypes[4]
  215. if protoimpl.UnsafeEnabled && x != nil {
  216. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  217. if ms.LoadMessageInfo() == nil {
  218. ms.StoreMessageInfo(mi)
  219. }
  220. return ms
  221. }
  222. return mi.MessageOf(x)
  223. }
  224. // Deprecated: Use SendAIReplyRequest.ProtoReflect.Descriptor instead.
  225. func (*SendAIReplyRequest) Descriptor() ([]byte, []int) {
  226. return file_wx_proto_rawDescGZIP(), []int{4}
  227. }
  228. func (x *SendAIReplyRequest) GetPersonId() string {
  229. if x != nil {
  230. return x.PersonId
  231. }
  232. return ""
  233. }
  234. func (x *SendAIReplyRequest) GetName() string {
  235. if x != nil {
  236. return x.Name
  237. }
  238. return ""
  239. }
  240. func (x *SendAIReplyRequest) GetRobotId() int64 {
  241. if x != nil {
  242. return x.RobotId
  243. }
  244. return 0
  245. }
  246. type OpenIDRequest struct {
  247. state protoimpl.MessageState
  248. sizeCache protoimpl.SizeCache
  249. unknownFields protoimpl.UnknownFields
  250. OpenId string `protobuf:"bytes,1,opt,name=openId,proto3" json:"openId"`
  251. }
  252. func (x *OpenIDRequest) Reset() {
  253. *x = OpenIDRequest{}
  254. if protoimpl.UnsafeEnabled {
  255. mi := &file_wx_proto_msgTypes[5]
  256. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  257. ms.StoreMessageInfo(mi)
  258. }
  259. }
  260. func (x *OpenIDRequest) String() string {
  261. return protoimpl.X.MessageStringOf(x)
  262. }
  263. func (*OpenIDRequest) ProtoMessage() {}
  264. func (x *OpenIDRequest) ProtoReflect() protoreflect.Message {
  265. mi := &file_wx_proto_msgTypes[5]
  266. if protoimpl.UnsafeEnabled && x != nil {
  267. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  268. if ms.LoadMessageInfo() == nil {
  269. ms.StoreMessageInfo(mi)
  270. }
  271. return ms
  272. }
  273. return mi.MessageOf(x)
  274. }
  275. // Deprecated: Use OpenIDRequest.ProtoReflect.Descriptor instead.
  276. func (*OpenIDRequest) Descriptor() ([]byte, []int) {
  277. return file_wx_proto_rawDescGZIP(), []int{5}
  278. }
  279. func (x *OpenIDRequest) GetOpenId() string {
  280. if x != nil {
  281. return x.OpenId
  282. }
  283. return ""
  284. }
  285. type GetAccessTokenRequest struct {
  286. state protoimpl.MessageState
  287. sizeCache protoimpl.SizeCache
  288. unknownFields protoimpl.UnknownFields
  289. Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid"`
  290. }
  291. func (x *GetAccessTokenRequest) Reset() {
  292. *x = GetAccessTokenRequest{}
  293. if protoimpl.UnsafeEnabled {
  294. mi := &file_wx_proto_msgTypes[6]
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. ms.StoreMessageInfo(mi)
  297. }
  298. }
  299. func (x *GetAccessTokenRequest) String() string {
  300. return protoimpl.X.MessageStringOf(x)
  301. }
  302. func (*GetAccessTokenRequest) ProtoMessage() {}
  303. func (x *GetAccessTokenRequest) ProtoReflect() protoreflect.Message {
  304. mi := &file_wx_proto_msgTypes[6]
  305. if protoimpl.UnsafeEnabled && x != nil {
  306. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  307. if ms.LoadMessageInfo() == nil {
  308. ms.StoreMessageInfo(mi)
  309. }
  310. return ms
  311. }
  312. return mi.MessageOf(x)
  313. }
  314. // Deprecated: Use GetAccessTokenRequest.ProtoReflect.Descriptor instead.
  315. func (*GetAccessTokenRequest) Descriptor() ([]byte, []int) {
  316. return file_wx_proto_rawDescGZIP(), []int{6}
  317. }
  318. func (x *GetAccessTokenRequest) GetAppid() string {
  319. if x != nil {
  320. return x.Appid
  321. }
  322. return ""
  323. }
  324. type GetAccessTokenReply struct {
  325. state protoimpl.MessageState
  326. sizeCache protoimpl.SizeCache
  327. unknownFields protoimpl.UnknownFields
  328. AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token"`
  329. Errcode int64 `protobuf:"varint,2,opt,name=errcode,proto3" json:"errcode"`
  330. Errmsg string `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg"`
  331. ExpiresIn int64 `protobuf:"varint,4,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in"`
  332. }
  333. func (x *GetAccessTokenReply) Reset() {
  334. *x = GetAccessTokenReply{}
  335. if protoimpl.UnsafeEnabled {
  336. mi := &file_wx_proto_msgTypes[7]
  337. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  338. ms.StoreMessageInfo(mi)
  339. }
  340. }
  341. func (x *GetAccessTokenReply) String() string {
  342. return protoimpl.X.MessageStringOf(x)
  343. }
  344. func (*GetAccessTokenReply) ProtoMessage() {}
  345. func (x *GetAccessTokenReply) ProtoReflect() protoreflect.Message {
  346. mi := &file_wx_proto_msgTypes[7]
  347. if protoimpl.UnsafeEnabled && x != nil {
  348. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  349. if ms.LoadMessageInfo() == nil {
  350. ms.StoreMessageInfo(mi)
  351. }
  352. return ms
  353. }
  354. return mi.MessageOf(x)
  355. }
  356. // Deprecated: Use GetAccessTokenReply.ProtoReflect.Descriptor instead.
  357. func (*GetAccessTokenReply) Descriptor() ([]byte, []int) {
  358. return file_wx_proto_rawDescGZIP(), []int{7}
  359. }
  360. func (x *GetAccessTokenReply) GetAccessToken() string {
  361. if x != nil {
  362. return x.AccessToken
  363. }
  364. return ""
  365. }
  366. func (x *GetAccessTokenReply) GetErrcode() int64 {
  367. if x != nil {
  368. return x.Errcode
  369. }
  370. return 0
  371. }
  372. func (x *GetAccessTokenReply) GetErrmsg() string {
  373. if x != nil {
  374. return x.Errmsg
  375. }
  376. return ""
  377. }
  378. func (x *GetAccessTokenReply) GetExpiresIn() int64 {
  379. if x != nil {
  380. return x.ExpiresIn
  381. }
  382. return 0
  383. }
  384. type GetUserMsgByKeyRequest struct {
  385. state protoimpl.MessageState
  386. sizeCache protoimpl.SizeCache
  387. unknownFields protoimpl.UnknownFields
  388. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  389. }
  390. func (x *GetUserMsgByKeyRequest) Reset() {
  391. *x = GetUserMsgByKeyRequest{}
  392. if protoimpl.UnsafeEnabled {
  393. mi := &file_wx_proto_msgTypes[8]
  394. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  395. ms.StoreMessageInfo(mi)
  396. }
  397. }
  398. func (x *GetUserMsgByKeyRequest) String() string {
  399. return protoimpl.X.MessageStringOf(x)
  400. }
  401. func (*GetUserMsgByKeyRequest) ProtoMessage() {}
  402. func (x *GetUserMsgByKeyRequest) ProtoReflect() protoreflect.Message {
  403. mi := &file_wx_proto_msgTypes[8]
  404. if protoimpl.UnsafeEnabled && x != nil {
  405. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  406. if ms.LoadMessageInfo() == nil {
  407. ms.StoreMessageInfo(mi)
  408. }
  409. return ms
  410. }
  411. return mi.MessageOf(x)
  412. }
  413. // Deprecated: Use GetUserMsgByKeyRequest.ProtoReflect.Descriptor instead.
  414. func (*GetUserMsgByKeyRequest) Descriptor() ([]byte, []int) {
  415. return file_wx_proto_rawDescGZIP(), []int{8}
  416. }
  417. func (x *GetUserMsgByKeyRequest) GetKey() string {
  418. if x != nil {
  419. return x.Key
  420. }
  421. return ""
  422. }
  423. type GetUserMsgByKeyReply struct {
  424. state protoimpl.MessageState
  425. sizeCache protoimpl.SizeCache
  426. unknownFields protoimpl.UnknownFields
  427. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  428. OpenId string `protobuf:"bytes,2,opt,name=openId,proto3" json:"openId"`
  429. AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId"`
  430. AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"`
  431. }
  432. func (x *GetUserMsgByKeyReply) Reset() {
  433. *x = GetUserMsgByKeyReply{}
  434. if protoimpl.UnsafeEnabled {
  435. mi := &file_wx_proto_msgTypes[9]
  436. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  437. ms.StoreMessageInfo(mi)
  438. }
  439. }
  440. func (x *GetUserMsgByKeyReply) String() string {
  441. return protoimpl.X.MessageStringOf(x)
  442. }
  443. func (*GetUserMsgByKeyReply) ProtoMessage() {}
  444. func (x *GetUserMsgByKeyReply) ProtoReflect() protoreflect.Message {
  445. mi := &file_wx_proto_msgTypes[9]
  446. if protoimpl.UnsafeEnabled && x != nil {
  447. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  448. if ms.LoadMessageInfo() == nil {
  449. ms.StoreMessageInfo(mi)
  450. }
  451. return ms
  452. }
  453. return mi.MessageOf(x)
  454. }
  455. // Deprecated: Use GetUserMsgByKeyReply.ProtoReflect.Descriptor instead.
  456. func (*GetUserMsgByKeyReply) Descriptor() ([]byte, []int) {
  457. return file_wx_proto_rawDescGZIP(), []int{9}
  458. }
  459. func (x *GetUserMsgByKeyReply) GetPartnerId() string {
  460. if x != nil {
  461. return x.PartnerId
  462. }
  463. return ""
  464. }
  465. func (x *GetUserMsgByKeyReply) GetOpenId() string {
  466. if x != nil {
  467. return x.OpenId
  468. }
  469. return ""
  470. }
  471. func (x *GetUserMsgByKeyReply) GetAppId() string {
  472. if x != nil {
  473. return x.AppId
  474. }
  475. return ""
  476. }
  477. func (x *GetUserMsgByKeyReply) GetAppName() string {
  478. if x != nil {
  479. return x.AppName
  480. }
  481. return ""
  482. }
  483. type ReduceUserUnreadRequest struct {
  484. state protoimpl.MessageState
  485. sizeCache protoimpl.SizeCache
  486. unknownFields protoimpl.UnknownFields
  487. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  488. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  489. }
  490. func (x *ReduceUserUnreadRequest) Reset() {
  491. *x = ReduceUserUnreadRequest{}
  492. if protoimpl.UnsafeEnabled {
  493. mi := &file_wx_proto_msgTypes[10]
  494. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  495. ms.StoreMessageInfo(mi)
  496. }
  497. }
  498. func (x *ReduceUserUnreadRequest) String() string {
  499. return protoimpl.X.MessageStringOf(x)
  500. }
  501. func (*ReduceUserUnreadRequest) ProtoMessage() {}
  502. func (x *ReduceUserUnreadRequest) ProtoReflect() protoreflect.Message {
  503. mi := &file_wx_proto_msgTypes[10]
  504. if protoimpl.UnsafeEnabled && x != nil {
  505. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  506. if ms.LoadMessageInfo() == nil {
  507. ms.StoreMessageInfo(mi)
  508. }
  509. return ms
  510. }
  511. return mi.MessageOf(x)
  512. }
  513. // Deprecated: Use ReduceUserUnreadRequest.ProtoReflect.Descriptor instead.
  514. func (*ReduceUserUnreadRequest) Descriptor() ([]byte, []int) {
  515. return file_wx_proto_rawDescGZIP(), []int{10}
  516. }
  517. func (x *ReduceUserUnreadRequest) GetAccountId() int64 {
  518. if x != nil {
  519. return x.AccountId
  520. }
  521. return 0
  522. }
  523. func (x *ReduceUserUnreadRequest) GetPersonId() string {
  524. if x != nil {
  525. return x.PersonId
  526. }
  527. return ""
  528. }
  529. type SendNewMessageUnreadReminderRequest struct {
  530. state protoimpl.MessageState
  531. sizeCache protoimpl.SizeCache
  532. unknownFields protoimpl.UnknownFields
  533. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  534. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  535. }
  536. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  537. *x = SendNewMessageUnreadReminderRequest{}
  538. if protoimpl.UnsafeEnabled {
  539. mi := &file_wx_proto_msgTypes[11]
  540. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  541. ms.StoreMessageInfo(mi)
  542. }
  543. }
  544. func (x *SendNewMessageUnreadReminderRequest) String() string {
  545. return protoimpl.X.MessageStringOf(x)
  546. }
  547. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  548. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  549. mi := &file_wx_proto_msgTypes[11]
  550. if protoimpl.UnsafeEnabled && x != nil {
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. if ms.LoadMessageInfo() == nil {
  553. ms.StoreMessageInfo(mi)
  554. }
  555. return ms
  556. }
  557. return mi.MessageOf(x)
  558. }
  559. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  560. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  561. return file_wx_proto_rawDescGZIP(), []int{11}
  562. }
  563. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  564. if x != nil {
  565. return x.PersonId
  566. }
  567. return ""
  568. }
  569. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  570. if x != nil {
  571. return x.SendPersonId
  572. }
  573. return ""
  574. }
  575. var File_wx_proto protoreflect.FileDescriptor
  576. var file_wx_proto_rawDesc = []byte{
  577. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  578. 0x77, 0x78, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
  579. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  580. 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  581. 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61,
  582. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  583. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f,
  584. 0x75, 0x6e, 0x74, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  585. 0x6f, 0x22, 0x5c, 0x0a, 0x28, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f,
  586. 0x67, 0x72, 0x61, 0x6d, 0x53, 0x68, 0x61, 0x72, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69,
  587. 0x6e, 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a,
  588. 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75,
  589. 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x64,
  590. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x64, 0x22,
  591. 0x55, 0x0a, 0x29, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72,
  592. 0x61, 0x6d, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x46,
  593. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
  594. 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
  595. 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28,
  596. 0x03, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x22, 0x31, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47,
  597. 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  598. 0x18, 0x0a, 0x07, 0x73, 0x68, 0x61, 0x72, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  599. 0x52, 0x07, 0x73, 0x68, 0x61, 0x72, 0x65, 0x49, 0x64, 0x22, 0x27, 0x0a, 0x13, 0x47, 0x65, 0x74,
  600. 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  601. 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75,
  602. 0x72, 0x6c, 0x22, 0x5e, 0x0a, 0x12, 0x53, 0x65, 0x6e, 0x64, 0x41, 0x49, 0x52, 0x65, 0x70, 0x6c,
  603. 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73,
  604. 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73,
  605. 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
  606. 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x6f, 0x62, 0x6f,
  607. 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x72, 0x6f, 0x62, 0x6f, 0x74,
  608. 0x49, 0x64, 0x22, 0x27, 0x0a, 0x0d, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75,
  609. 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20,
  610. 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x15, 0x47,
  611. 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71,
  612. 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
  613. 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x89, 0x01, 0x0a, 0x13, 0x47,
  614. 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70,
  615. 0x6c, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b,
  616. 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
  617. 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65,
  618. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x12,
  619. 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  620. 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x69, 0x72,
  621. 0x65, 0x73, 0x5f, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x78, 0x70,
  622. 0x69, 0x72, 0x65, 0x73, 0x49, 0x6e, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
  623. 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  624. 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
  625. 0x65, 0x79, 0x22, 0x7c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67,
  626. 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61,
  627. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70,
  628. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  629. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  630. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  631. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d,
  632. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65,
  633. 0x22, 0x53, 0x0a, 0x17, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e,
  634. 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  635. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
  636. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72,
  637. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72,
  638. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77,
  639. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d,
  640. 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08,
  641. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  642. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x6e, 0x64,
  643. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
  644. 0x73, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0xbe, 0x0b, 0x0a,
  645. 0x02, 0x57, 0x78, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69, 0x67, 0x6e, 0x49,
  646. 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  647. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e,
  648. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  649. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72, 0x6f, 0x6e, 0x53,
  650. 0x65, 0x6e, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
  651. 0x65, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  652. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  653. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  654. 0x79, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65,
  655. 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e,
  656. 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53, 0x65, 0x6e,
  657. 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61,
  658. 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  659. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  660. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x1e, 0x53, 0x65,
  661. 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70,
  662. 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x61,
  663. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  664. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  665. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  666. 0x00, 0x12, 0x4d, 0x0a, 0x10, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55,
  667. 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x52,
  668. 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52,
  669. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  670. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
  671. 0x12, 0x51, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79,
  672. 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74,
  673. 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75,
  674. 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74,
  675. 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c,
  676. 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e,
  677. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e,
  678. 0x66, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  679. 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  680. 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x70,
  681. 0x69, 0x2f, 0x77, 0x78, 0x2f, 0x6a, 0x73, 0x73, 0x64, 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
  682. 0x67, 0x12, 0x74, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72,
  683. 0x69, 0x61, 0x6c, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61,
  684. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x49, 0x44, 0x1a, 0x19,
  685. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4d, 0x61, 0x74,
  686. 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  687. 0x26, 0x3a, 0x01, 0x2a, 0x22, 0x21, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  688. 0x6e, 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x2f, 0x75, 0x70, 0x6c, 0x6f, 0x61,
  689. 0x64, 0x2f, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x4b, 0x0a, 0x17, 0x43, 0x72, 0x6f, 0x6e, 0x44,
  690. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x6c, 0x65,
  691. 0x63, 0x74, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  692. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  693. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  694. 0x74, 0x79, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73,
  695. 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e,
  696. 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65,
  697. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47,
  698. 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x70,
  699. 0x6c, 0x79, 0x22, 0x1d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x61, 0x70, 0x69,
  700. 0x2f, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65,
  701. 0x6e, 0x12, 0x68, 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69,
  702. 0x74, 0x6f, 0x72, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x15, 0x2e, 0x61, 0x70,
  703. 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65,
  704. 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  705. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93,
  706. 0x02, 0x19, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x2f, 0x73, 0x75,
  707. 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x2f, 0x77, 0x65, 0x62, 0x12, 0x43, 0x0a, 0x0b, 0x53,
  708. 0x65, 0x6e, 0x64, 0x41, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69,
  709. 0x2e, 0x77, 0x78, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x41, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52,
  710. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  711. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
  712. 0x12, 0x4e, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x57, 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f,
  713. 0x64, 0x65, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x57,
  714. 0x78, 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  715. 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x78,
  716. 0x47, 0x7a, 0x68, 0x51, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
  717. 0x12, 0x6f, 0x0a, 0x21, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67,
  718. 0x72, 0x61, 0x6d, 0x53, 0x68, 0x61, 0x72, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x6e,
  719. 0x6b, 0x46, 0x61, 0x69, 0x6c, 0x12, 0x30, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53,
  720. 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x53, 0x68,
  721. 0x61, 0x72, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x6e, 0x6b, 0x46, 0x61, 0x69, 0x6c,
  722. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  723. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  724. 0x00, 0x12, 0x71, 0x0a, 0x22, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f,
  725. 0x67, 0x72, 0x61, 0x6d, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x76, 0x69, 0x74,
  726. 0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x31, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78,
  727. 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d,
  728. 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x46, 0x72, 0x69,
  729. 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  730. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  731. 0x74, 0x79, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x20, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x69, 0x6e, 0x69,
  732. 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x55, 0x70, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x69, 0x61,
  733. 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  734. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x50, 0x61,
  735. 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  736. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x37, 0x0a,
  737. 0x06, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x50, 0x01, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x2e, 0x69,
  738. 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72,
  739. 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69,
  740. 0x2f, 0x77, 0x78, 0x3b, 0x77, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  741. }
  742. var (
  743. file_wx_proto_rawDescOnce sync.Once
  744. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  745. )
  746. func file_wx_proto_rawDescGZIP() []byte {
  747. file_wx_proto_rawDescOnce.Do(func() {
  748. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  749. })
  750. return file_wx_proto_rawDescData
  751. }
  752. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
  753. var file_wx_proto_goTypes = []interface{}{
  754. (*SendMiniProgramShareVideoLinkFailRequest)(nil), // 0: api.wx.SendMiniProgramShareVideoLinkFailRequest
  755. (*SendMiniProgramSuccessInviteFriendRequest)(nil), // 1: api.wx.SendMiniProgramSuccessInviteFriendRequest
  756. (*GetWxGzhQrcodeRequest)(nil), // 2: api.wx.GetWxGzhQrcodeRequest
  757. (*GetWxGzhQrcodeReply)(nil), // 3: api.wx.GetWxGzhQrcodeReply
  758. (*SendAIReplyRequest)(nil), // 4: api.wx.SendAIReplyRequest
  759. (*OpenIDRequest)(nil), // 5: api.wx.OpenIDRequest
  760. (*GetAccessTokenRequest)(nil), // 6: api.wx.GetAccessTokenRequest
  761. (*GetAccessTokenReply)(nil), // 7: api.wx.GetAccessTokenReply
  762. (*GetUserMsgByKeyRequest)(nil), // 8: api.wx.GetUserMsgByKeyRequest
  763. (*GetUserMsgByKeyReply)(nil), // 9: api.wx.GetUserMsgByKeyReply
  764. (*ReduceUserUnreadRequest)(nil), // 10: api.wx.ReduceUserUnreadRequest
  765. (*SendNewMessageUnreadReminderRequest)(nil), // 11: api.wx.SendNewMessageUnreadReminderRequest
  766. (*emptypb.Empty)(nil), // 12: google.protobuf.Empty
  767. (*common.PersonIDParam)(nil), // 13: api.common.PersonIDParam
  768. (*common.WxConfReq)(nil), // 14: api.common.WxConfReq
  769. (*account.MediaID)(nil), // 15: api.account.MediaID
  770. (*common.WxConfResponse)(nil), // 16: api.common.WxConfResponse
  771. (*account.MaterialLink)(nil), // 17: api.account.MaterialLink
  772. }
  773. var file_wx_proto_depIdxs = []int32{
  774. 12, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  775. 12, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  776. 11, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  777. 13, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  778. 10, // 4: api.wx.Wx.ReduceUserUnread:input_type -> api.wx.ReduceUserUnreadRequest
  779. 8, // 5: api.wx.Wx.GetUserMsgByKey:input_type -> api.wx.GetUserMsgByKeyRequest
  780. 14, // 6: api.wx.Wx.WxConf:input_type -> api.common.WxConfReq
  781. 15, // 7: api.wx.Wx.UploadMaterialVoice:input_type -> api.account.MediaID
  782. 12, // 8: api.wx.Wx.CronDeleteOldUserSelect:input_type -> google.protobuf.Empty
  783. 6, // 9: api.wx.Wx.GetAccessToken:input_type -> api.wx.GetAccessTokenRequest
  784. 5, // 10: api.wx.Wx.SendNewVisitorReminder:input_type -> api.wx.OpenIDRequest
  785. 4, // 11: api.wx.Wx.SendAIReply:input_type -> api.wx.SendAIReplyRequest
  786. 2, // 12: api.wx.Wx.GetWxGzhQrcode:input_type -> api.wx.GetWxGzhQrcodeRequest
  787. 0, // 13: api.wx.Wx.sendMiniProgramShareVideoLinkFail:input_type -> api.wx.SendMiniProgramShareVideoLinkFailRequest
  788. 1, // 14: api.wx.Wx.sendMiniProgramSuccessInviteFriend:input_type -> api.wx.SendMiniProgramSuccessInviteFriendRequest
  789. 13, // 15: api.wx.Wx.sendMiniProgramUpOfficialVersion:input_type -> api.common.PersonIDParam
  790. 12, // 16: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  791. 12, // 17: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  792. 12, // 18: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  793. 12, // 19: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  794. 12, // 20: api.wx.Wx.ReduceUserUnread:output_type -> google.protobuf.Empty
  795. 9, // 21: api.wx.Wx.GetUserMsgByKey:output_type -> api.wx.GetUserMsgByKeyReply
  796. 16, // 22: api.wx.Wx.WxConf:output_type -> api.common.WxConfResponse
  797. 17, // 23: api.wx.Wx.UploadMaterialVoice:output_type -> api.account.MaterialLink
  798. 12, // 24: api.wx.Wx.CronDeleteOldUserSelect:output_type -> google.protobuf.Empty
  799. 7, // 25: api.wx.Wx.GetAccessToken:output_type -> api.wx.GetAccessTokenReply
  800. 12, // 26: api.wx.Wx.SendNewVisitorReminder:output_type -> google.protobuf.Empty
  801. 12, // 27: api.wx.Wx.SendAIReply:output_type -> google.protobuf.Empty
  802. 3, // 28: api.wx.Wx.GetWxGzhQrcode:output_type -> api.wx.GetWxGzhQrcodeReply
  803. 12, // 29: api.wx.Wx.sendMiniProgramShareVideoLinkFail:output_type -> google.protobuf.Empty
  804. 12, // 30: api.wx.Wx.sendMiniProgramSuccessInviteFriend:output_type -> google.protobuf.Empty
  805. 12, // 31: api.wx.Wx.sendMiniProgramUpOfficialVersion:output_type -> google.protobuf.Empty
  806. 16, // [16:32] is the sub-list for method output_type
  807. 0, // [0:16] is the sub-list for method input_type
  808. 0, // [0:0] is the sub-list for extension type_name
  809. 0, // [0:0] is the sub-list for extension extendee
  810. 0, // [0:0] is the sub-list for field type_name
  811. }
  812. func init() { file_wx_proto_init() }
  813. func file_wx_proto_init() {
  814. if File_wx_proto != nil {
  815. return
  816. }
  817. if !protoimpl.UnsafeEnabled {
  818. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  819. switch v := v.(*SendMiniProgramShareVideoLinkFailRequest); i {
  820. case 0:
  821. return &v.state
  822. case 1:
  823. return &v.sizeCache
  824. case 2:
  825. return &v.unknownFields
  826. default:
  827. return nil
  828. }
  829. }
  830. file_wx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  831. switch v := v.(*SendMiniProgramSuccessInviteFriendRequest); i {
  832. case 0:
  833. return &v.state
  834. case 1:
  835. return &v.sizeCache
  836. case 2:
  837. return &v.unknownFields
  838. default:
  839. return nil
  840. }
  841. }
  842. file_wx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  843. switch v := v.(*GetWxGzhQrcodeRequest); i {
  844. case 0:
  845. return &v.state
  846. case 1:
  847. return &v.sizeCache
  848. case 2:
  849. return &v.unknownFields
  850. default:
  851. return nil
  852. }
  853. }
  854. file_wx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  855. switch v := v.(*GetWxGzhQrcodeReply); i {
  856. case 0:
  857. return &v.state
  858. case 1:
  859. return &v.sizeCache
  860. case 2:
  861. return &v.unknownFields
  862. default:
  863. return nil
  864. }
  865. }
  866. file_wx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  867. switch v := v.(*SendAIReplyRequest); i {
  868. case 0:
  869. return &v.state
  870. case 1:
  871. return &v.sizeCache
  872. case 2:
  873. return &v.unknownFields
  874. default:
  875. return nil
  876. }
  877. }
  878. file_wx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  879. switch v := v.(*OpenIDRequest); i {
  880. case 0:
  881. return &v.state
  882. case 1:
  883. return &v.sizeCache
  884. case 2:
  885. return &v.unknownFields
  886. default:
  887. return nil
  888. }
  889. }
  890. file_wx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  891. switch v := v.(*GetAccessTokenRequest); i {
  892. case 0:
  893. return &v.state
  894. case 1:
  895. return &v.sizeCache
  896. case 2:
  897. return &v.unknownFields
  898. default:
  899. return nil
  900. }
  901. }
  902. file_wx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  903. switch v := v.(*GetAccessTokenReply); i {
  904. case 0:
  905. return &v.state
  906. case 1:
  907. return &v.sizeCache
  908. case 2:
  909. return &v.unknownFields
  910. default:
  911. return nil
  912. }
  913. }
  914. file_wx_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  915. switch v := v.(*GetUserMsgByKeyRequest); i {
  916. case 0:
  917. return &v.state
  918. case 1:
  919. return &v.sizeCache
  920. case 2:
  921. return &v.unknownFields
  922. default:
  923. return nil
  924. }
  925. }
  926. file_wx_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  927. switch v := v.(*GetUserMsgByKeyReply); i {
  928. case 0:
  929. return &v.state
  930. case 1:
  931. return &v.sizeCache
  932. case 2:
  933. return &v.unknownFields
  934. default:
  935. return nil
  936. }
  937. }
  938. file_wx_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  939. switch v := v.(*ReduceUserUnreadRequest); i {
  940. case 0:
  941. return &v.state
  942. case 1:
  943. return &v.sizeCache
  944. case 2:
  945. return &v.unknownFields
  946. default:
  947. return nil
  948. }
  949. }
  950. file_wx_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  951. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  952. case 0:
  953. return &v.state
  954. case 1:
  955. return &v.sizeCache
  956. case 2:
  957. return &v.unknownFields
  958. default:
  959. return nil
  960. }
  961. }
  962. }
  963. type x struct{}
  964. out := protoimpl.TypeBuilder{
  965. File: protoimpl.DescBuilder{
  966. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  967. RawDescriptor: file_wx_proto_rawDesc,
  968. NumEnums: 0,
  969. NumMessages: 12,
  970. NumExtensions: 0,
  971. NumServices: 1,
  972. },
  973. GoTypes: file_wx_proto_goTypes,
  974. DependencyIndexes: file_wx_proto_depIdxs,
  975. MessageInfos: file_wx_proto_msgTypes,
  976. }.Build()
  977. File_wx_proto = out.File
  978. file_wx_proto_rawDesc = nil
  979. file_wx_proto_goTypes = nil
  980. file_wx_proto_depIdxs = nil
  981. }