wx.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type GetUserMsgByKeyRequest struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  27. }
  28. func (x *GetUserMsgByKeyRequest) Reset() {
  29. *x = GetUserMsgByKeyRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_wx_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *GetUserMsgByKeyRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*GetUserMsgByKeyRequest) ProtoMessage() {}
  40. func (x *GetUserMsgByKeyRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_wx_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use GetUserMsgByKeyRequest.ProtoReflect.Descriptor instead.
  52. func (*GetUserMsgByKeyRequest) Descriptor() ([]byte, []int) {
  53. return file_wx_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *GetUserMsgByKeyRequest) GetKey() string {
  56. if x != nil {
  57. return x.Key
  58. }
  59. return ""
  60. }
  61. type GetUserMsgByKeyReply struct {
  62. state protoimpl.MessageState
  63. sizeCache protoimpl.SizeCache
  64. unknownFields protoimpl.UnknownFields
  65. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  66. OpenId string `protobuf:"bytes,2,opt,name=openId,proto3" json:"openId"`
  67. AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId"`
  68. AppName string `protobuf:"bytes,4,opt,name=appName,proto3" json:"appName"`
  69. }
  70. func (x *GetUserMsgByKeyReply) Reset() {
  71. *x = GetUserMsgByKeyReply{}
  72. if protoimpl.UnsafeEnabled {
  73. mi := &file_wx_proto_msgTypes[1]
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. ms.StoreMessageInfo(mi)
  76. }
  77. }
  78. func (x *GetUserMsgByKeyReply) String() string {
  79. return protoimpl.X.MessageStringOf(x)
  80. }
  81. func (*GetUserMsgByKeyReply) ProtoMessage() {}
  82. func (x *GetUserMsgByKeyReply) ProtoReflect() protoreflect.Message {
  83. mi := &file_wx_proto_msgTypes[1]
  84. if protoimpl.UnsafeEnabled && x != nil {
  85. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  86. if ms.LoadMessageInfo() == nil {
  87. ms.StoreMessageInfo(mi)
  88. }
  89. return ms
  90. }
  91. return mi.MessageOf(x)
  92. }
  93. // Deprecated: Use GetUserMsgByKeyReply.ProtoReflect.Descriptor instead.
  94. func (*GetUserMsgByKeyReply) Descriptor() ([]byte, []int) {
  95. return file_wx_proto_rawDescGZIP(), []int{1}
  96. }
  97. func (x *GetUserMsgByKeyReply) GetPartnerId() string {
  98. if x != nil {
  99. return x.PartnerId
  100. }
  101. return ""
  102. }
  103. func (x *GetUserMsgByKeyReply) GetOpenId() string {
  104. if x != nil {
  105. return x.OpenId
  106. }
  107. return ""
  108. }
  109. func (x *GetUserMsgByKeyReply) GetAppId() string {
  110. if x != nil {
  111. return x.AppId
  112. }
  113. return ""
  114. }
  115. func (x *GetUserMsgByKeyReply) GetAppName() string {
  116. if x != nil {
  117. return x.AppName
  118. }
  119. return ""
  120. }
  121. type ReduceUserUnreadRequest struct {
  122. state protoimpl.MessageState
  123. sizeCache protoimpl.SizeCache
  124. unknownFields protoimpl.UnknownFields
  125. AccountId int64 `protobuf:"varint,1,opt,name=accountId,proto3" json:"accountId"`
  126. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  127. }
  128. func (x *ReduceUserUnreadRequest) Reset() {
  129. *x = ReduceUserUnreadRequest{}
  130. if protoimpl.UnsafeEnabled {
  131. mi := &file_wx_proto_msgTypes[2]
  132. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  133. ms.StoreMessageInfo(mi)
  134. }
  135. }
  136. func (x *ReduceUserUnreadRequest) String() string {
  137. return protoimpl.X.MessageStringOf(x)
  138. }
  139. func (*ReduceUserUnreadRequest) ProtoMessage() {}
  140. func (x *ReduceUserUnreadRequest) ProtoReflect() protoreflect.Message {
  141. mi := &file_wx_proto_msgTypes[2]
  142. if protoimpl.UnsafeEnabled && x != nil {
  143. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  144. if ms.LoadMessageInfo() == nil {
  145. ms.StoreMessageInfo(mi)
  146. }
  147. return ms
  148. }
  149. return mi.MessageOf(x)
  150. }
  151. // Deprecated: Use ReduceUserUnreadRequest.ProtoReflect.Descriptor instead.
  152. func (*ReduceUserUnreadRequest) Descriptor() ([]byte, []int) {
  153. return file_wx_proto_rawDescGZIP(), []int{2}
  154. }
  155. func (x *ReduceUserUnreadRequest) GetAccountId() int64 {
  156. if x != nil {
  157. return x.AccountId
  158. }
  159. return 0
  160. }
  161. func (x *ReduceUserUnreadRequest) GetPersonId() string {
  162. if x != nil {
  163. return x.PersonId
  164. }
  165. return ""
  166. }
  167. type SendNewMessageUnreadReminderRequest struct {
  168. state protoimpl.MessageState
  169. sizeCache protoimpl.SizeCache
  170. unknownFields protoimpl.UnknownFields
  171. PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
  172. SendPersonId string `protobuf:"bytes,2,opt,name=sendPersonId,proto3" json:"sendPersonId"`
  173. }
  174. func (x *SendNewMessageUnreadReminderRequest) Reset() {
  175. *x = SendNewMessageUnreadReminderRequest{}
  176. if protoimpl.UnsafeEnabled {
  177. mi := &file_wx_proto_msgTypes[3]
  178. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  179. ms.StoreMessageInfo(mi)
  180. }
  181. }
  182. func (x *SendNewMessageUnreadReminderRequest) String() string {
  183. return protoimpl.X.MessageStringOf(x)
  184. }
  185. func (*SendNewMessageUnreadReminderRequest) ProtoMessage() {}
  186. func (x *SendNewMessageUnreadReminderRequest) ProtoReflect() protoreflect.Message {
  187. mi := &file_wx_proto_msgTypes[3]
  188. if protoimpl.UnsafeEnabled && x != nil {
  189. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  190. if ms.LoadMessageInfo() == nil {
  191. ms.StoreMessageInfo(mi)
  192. }
  193. return ms
  194. }
  195. return mi.MessageOf(x)
  196. }
  197. // Deprecated: Use SendNewMessageUnreadReminderRequest.ProtoReflect.Descriptor instead.
  198. func (*SendNewMessageUnreadReminderRequest) Descriptor() ([]byte, []int) {
  199. return file_wx_proto_rawDescGZIP(), []int{3}
  200. }
  201. func (x *SendNewMessageUnreadReminderRequest) GetPersonId() string {
  202. if x != nil {
  203. return x.PersonId
  204. }
  205. return ""
  206. }
  207. func (x *SendNewMessageUnreadReminderRequest) GetSendPersonId() string {
  208. if x != nil {
  209. return x.SendPersonId
  210. }
  211. return ""
  212. }
  213. var File_wx_proto protoreflect.FileDescriptor
  214. var file_wx_proto_rawDesc = []byte{
  215. 0x0a, 0x08, 0x77, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e,
  216. 0x77, 0x78, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61,
  217. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  218. 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  219. 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61,
  220. 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  221. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2a, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
  222. 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  223. 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
  224. 0x65, 0x79, 0x22, 0x7c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67,
  225. 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61,
  226. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70,
  227. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e,
  228. 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
  229. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  230. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d,
  231. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65,
  232. 0x22, 0x53, 0x0a, 0x17, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e,
  233. 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61,
  234. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
  235. 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72,
  236. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72,
  237. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x23, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77,
  238. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d,
  239. 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08,
  240. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  241. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x6e, 0x64,
  242. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
  243. 0x73, 0x65, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x32, 0xd2, 0x04, 0x0a,
  244. 0x02, 0x57, 0x78, 0x12, 0x42, 0x0a, 0x0e, 0x43, 0x72, 0x6f, 0x6e, 0x53, 0x69, 0x67, 0x6e, 0x49,
  245. 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  246. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e,
  247. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  248. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x16, 0x43, 0x72, 0x6f, 0x6e, 0x53,
  249. 0x65, 0x6e, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
  250. 0x65, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  251. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  252. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  253. 0x79, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65,
  254. 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e,
  255. 0x64, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x53, 0x65, 0x6e,
  256. 0x64, 0x4e, 0x65, 0x77, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61,
  257. 0x64, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  258. 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  259. 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x1e, 0x53, 0x65,
  260. 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70,
  261. 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x6d, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x19, 0x2e, 0x61,
  262. 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  263. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  264. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
  265. 0x00, 0x12, 0x4d, 0x0a, 0x10, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55,
  266. 0x6e, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x52,
  267. 0x65, 0x64, 0x75, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x52,
  268. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  269. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00,
  270. 0x12, 0x51, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79,
  271. 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74,
  272. 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x71, 0x75,
  273. 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x2e, 0x47, 0x65, 0x74,
  274. 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x70, 0x6c,
  275. 0x79, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e,
  276. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e,
  277. 0x66, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  278. 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  279. 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77,
  280. 0x78, 0x2f, 0x6a, 0x73, 0x73, 0x64, 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01,
  281. 0x2a, 0x42, 0x37, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x77, 0x78, 0x50, 0x01, 0x5a, 0x2b, 0x67,
  282. 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65,
  283. 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  284. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x3b, 0x77, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  285. 0x6f, 0x33,
  286. }
  287. var (
  288. file_wx_proto_rawDescOnce sync.Once
  289. file_wx_proto_rawDescData = file_wx_proto_rawDesc
  290. )
  291. func file_wx_proto_rawDescGZIP() []byte {
  292. file_wx_proto_rawDescOnce.Do(func() {
  293. file_wx_proto_rawDescData = protoimpl.X.CompressGZIP(file_wx_proto_rawDescData)
  294. })
  295. return file_wx_proto_rawDescData
  296. }
  297. var file_wx_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  298. var file_wx_proto_goTypes = []interface{}{
  299. (*GetUserMsgByKeyRequest)(nil), // 0: api.wx.GetUserMsgByKeyRequest
  300. (*GetUserMsgByKeyReply)(nil), // 1: api.wx.GetUserMsgByKeyReply
  301. (*ReduceUserUnreadRequest)(nil), // 2: api.wx.ReduceUserUnreadRequest
  302. (*SendNewMessageUnreadReminderRequest)(nil), // 3: api.wx.SendNewMessageUnreadReminderRequest
  303. (*emptypb.Empty)(nil), // 4: google.protobuf.Empty
  304. (*common.PersonIDParam)(nil), // 5: api.common.PersonIDParam
  305. (*common.WxConfReq)(nil), // 6: api.common.WxConfReq
  306. (*common.WxConfResponse)(nil), // 7: api.common.WxConfResponse
  307. }
  308. var file_wx_proto_depIdxs = []int32{
  309. 4, // 0: api.wx.Wx.CronSignInUser:input_type -> google.protobuf.Empty
  310. 4, // 1: api.wx.Wx.CronSendUnreadTemplate:input_type -> google.protobuf.Empty
  311. 3, // 2: api.wx.Wx.SendNewMessageUnreadReminder:input_type -> api.wx.SendNewMessageUnreadReminderRequest
  312. 5, // 3: api.wx.Wx.SendNewVisitorTemplateReminder:input_type -> api.common.PersonIDParam
  313. 2, // 4: api.wx.Wx.ReduceUserUnread:input_type -> api.wx.ReduceUserUnreadRequest
  314. 0, // 5: api.wx.Wx.GetUserMsgByKey:input_type -> api.wx.GetUserMsgByKeyRequest
  315. 6, // 6: api.wx.Wx.WxConf:input_type -> api.common.WxConfReq
  316. 4, // 7: api.wx.Wx.CronSignInUser:output_type -> google.protobuf.Empty
  317. 4, // 8: api.wx.Wx.CronSendUnreadTemplate:output_type -> google.protobuf.Empty
  318. 4, // 9: api.wx.Wx.SendNewMessageUnreadReminder:output_type -> google.protobuf.Empty
  319. 4, // 10: api.wx.Wx.SendNewVisitorTemplateReminder:output_type -> google.protobuf.Empty
  320. 4, // 11: api.wx.Wx.ReduceUserUnread:output_type -> google.protobuf.Empty
  321. 1, // 12: api.wx.Wx.GetUserMsgByKey:output_type -> api.wx.GetUserMsgByKeyReply
  322. 7, // 13: api.wx.Wx.WxConf:output_type -> api.common.WxConfResponse
  323. 7, // [7:14] is the sub-list for method output_type
  324. 0, // [0:7] is the sub-list for method input_type
  325. 0, // [0:0] is the sub-list for extension type_name
  326. 0, // [0:0] is the sub-list for extension extendee
  327. 0, // [0:0] is the sub-list for field type_name
  328. }
  329. func init() { file_wx_proto_init() }
  330. func file_wx_proto_init() {
  331. if File_wx_proto != nil {
  332. return
  333. }
  334. if !protoimpl.UnsafeEnabled {
  335. file_wx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  336. switch v := v.(*GetUserMsgByKeyRequest); i {
  337. case 0:
  338. return &v.state
  339. case 1:
  340. return &v.sizeCache
  341. case 2:
  342. return &v.unknownFields
  343. default:
  344. return nil
  345. }
  346. }
  347. file_wx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  348. switch v := v.(*GetUserMsgByKeyReply); i {
  349. case 0:
  350. return &v.state
  351. case 1:
  352. return &v.sizeCache
  353. case 2:
  354. return &v.unknownFields
  355. default:
  356. return nil
  357. }
  358. }
  359. file_wx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  360. switch v := v.(*ReduceUserUnreadRequest); i {
  361. case 0:
  362. return &v.state
  363. case 1:
  364. return &v.sizeCache
  365. case 2:
  366. return &v.unknownFields
  367. default:
  368. return nil
  369. }
  370. }
  371. file_wx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  372. switch v := v.(*SendNewMessageUnreadReminderRequest); i {
  373. case 0:
  374. return &v.state
  375. case 1:
  376. return &v.sizeCache
  377. case 2:
  378. return &v.unknownFields
  379. default:
  380. return nil
  381. }
  382. }
  383. }
  384. type x struct{}
  385. out := protoimpl.TypeBuilder{
  386. File: protoimpl.DescBuilder{
  387. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  388. RawDescriptor: file_wx_proto_rawDesc,
  389. NumEnums: 0,
  390. NumMessages: 4,
  391. NumExtensions: 0,
  392. NumServices: 1,
  393. },
  394. GoTypes: file_wx_proto_goTypes,
  395. DependencyIndexes: file_wx_proto_depIdxs,
  396. MessageInfos: file_wx_proto_msgTypes,
  397. }.Build()
  398. File_wx_proto = out.File
  399. file_wx_proto_rawDesc = nil
  400. file_wx_proto_goTypes = nil
  401. file_wx_proto_depIdxs = nil
  402. }