wx.pb.go 39 KB

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