thirdparty.pb.go 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: thirdparty.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type GetVcodeRequest struct {
  20. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
  26. func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GetVcodeRequest) ProtoMessage() {}
  28. func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_e10f141fd1fcfe2b, []int{0}
  30. }
  31. func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
  33. }
  34. func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GetVcodeRequest.Merge(m, src)
  39. }
  40. func (m *GetVcodeRequest) XXX_Size() int {
  41. return xxx_messageInfo_GetVcodeRequest.Size(m)
  42. }
  43. func (m *GetVcodeRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
  47. func (m *GetVcodeRequest) GetPhoneNumber() string {
  48. if m != nil {
  49. return m.PhoneNumber
  50. }
  51. return ""
  52. }
  53. type GetVcodeReply struct {
  54. Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
  55. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  56. XXX_unrecognized []byte `json:"-"`
  57. XXX_sizecache int32 `json:"-"`
  58. }
  59. func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
  60. func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
  61. func (*GetVcodeReply) ProtoMessage() {}
  62. func (*GetVcodeReply) Descriptor() ([]byte, []int) {
  63. return fileDescriptor_e10f141fd1fcfe2b, []int{1}
  64. }
  65. func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
  66. return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
  67. }
  68. func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  69. return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
  70. }
  71. func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
  72. xxx_messageInfo_GetVcodeReply.Merge(m, src)
  73. }
  74. func (m *GetVcodeReply) XXX_Size() int {
  75. return xxx_messageInfo_GetVcodeReply.Size(m)
  76. }
  77. func (m *GetVcodeReply) XXX_DiscardUnknown() {
  78. xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
  79. }
  80. var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
  81. func (m *GetVcodeReply) GetVcode() uint32 {
  82. if m != nil {
  83. return m.Vcode
  84. }
  85. return 0
  86. }
  87. type CheckVcodeRequest struct {
  88. PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
  89. Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
  90. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  91. XXX_unrecognized []byte `json:"-"`
  92. XXX_sizecache int32 `json:"-"`
  93. }
  94. func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
  95. func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
  96. func (*CheckVcodeRequest) ProtoMessage() {}
  97. func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
  98. return fileDescriptor_e10f141fd1fcfe2b, []int{2}
  99. }
  100. func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
  101. return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
  102. }
  103. func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  104. return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
  105. }
  106. func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
  107. xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
  108. }
  109. func (m *CheckVcodeRequest) XXX_Size() int {
  110. return xxx_messageInfo_CheckVcodeRequest.Size(m)
  111. }
  112. func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
  113. xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
  114. }
  115. var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
  116. func (m *CheckVcodeRequest) GetPhoneNumber() string {
  117. if m != nil {
  118. return m.PhoneNumber
  119. }
  120. return ""
  121. }
  122. func (m *CheckVcodeRequest) GetVcode() uint32 {
  123. if m != nil {
  124. return m.Vcode
  125. }
  126. return 0
  127. }
  128. type CheckVcodeReply struct {
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
  134. func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
  135. func (*CheckVcodeReply) ProtoMessage() {}
  136. func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_e10f141fd1fcfe2b, []int{3}
  138. }
  139. func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
  141. }
  142. func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
  144. }
  145. func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_CheckVcodeReply.Merge(m, src)
  147. }
  148. func (m *CheckVcodeReply) XXX_Size() int {
  149. return xxx_messageInfo_CheckVcodeReply.Size(m)
  150. }
  151. func (m *CheckVcodeReply) XXX_DiscardUnknown() {
  152. xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
  155. type WxAppletLoginAuthRequest struct {
  156. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  157. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  158. XXX_unrecognized []byte `json:"-"`
  159. XXX_sizecache int32 `json:"-"`
  160. }
  161. func (m *WxAppletLoginAuthRequest) Reset() { *m = WxAppletLoginAuthRequest{} }
  162. func (m *WxAppletLoginAuthRequest) String() string { return proto.CompactTextString(m) }
  163. func (*WxAppletLoginAuthRequest) ProtoMessage() {}
  164. func (*WxAppletLoginAuthRequest) Descriptor() ([]byte, []int) {
  165. return fileDescriptor_e10f141fd1fcfe2b, []int{4}
  166. }
  167. func (m *WxAppletLoginAuthRequest) XXX_Unmarshal(b []byte) error {
  168. return xxx_messageInfo_WxAppletLoginAuthRequest.Unmarshal(m, b)
  169. }
  170. func (m *WxAppletLoginAuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  171. return xxx_messageInfo_WxAppletLoginAuthRequest.Marshal(b, m, deterministic)
  172. }
  173. func (m *WxAppletLoginAuthRequest) XXX_Merge(src proto.Message) {
  174. xxx_messageInfo_WxAppletLoginAuthRequest.Merge(m, src)
  175. }
  176. func (m *WxAppletLoginAuthRequest) XXX_Size() int {
  177. return xxx_messageInfo_WxAppletLoginAuthRequest.Size(m)
  178. }
  179. func (m *WxAppletLoginAuthRequest) XXX_DiscardUnknown() {
  180. xxx_messageInfo_WxAppletLoginAuthRequest.DiscardUnknown(m)
  181. }
  182. var xxx_messageInfo_WxAppletLoginAuthRequest proto.InternalMessageInfo
  183. func (m *WxAppletLoginAuthRequest) GetCode() string {
  184. if m != nil {
  185. return m.Code
  186. }
  187. return ""
  188. }
  189. type WxAppletLoginAuthReply struct {
  190. OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id"`
  191. UnionId string `protobuf:"bytes,2,opt,name=union_id,json=unionId,proto3" json:"union_id"`
  192. SessionKey string `protobuf:"bytes,3,opt,name=session_key,json=sessionKey,proto3" json:"session_key"`
  193. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  194. XXX_unrecognized []byte `json:"-"`
  195. XXX_sizecache int32 `json:"-"`
  196. }
  197. func (m *WxAppletLoginAuthReply) Reset() { *m = WxAppletLoginAuthReply{} }
  198. func (m *WxAppletLoginAuthReply) String() string { return proto.CompactTextString(m) }
  199. func (*WxAppletLoginAuthReply) ProtoMessage() {}
  200. func (*WxAppletLoginAuthReply) Descriptor() ([]byte, []int) {
  201. return fileDescriptor_e10f141fd1fcfe2b, []int{5}
  202. }
  203. func (m *WxAppletLoginAuthReply) XXX_Unmarshal(b []byte) error {
  204. return xxx_messageInfo_WxAppletLoginAuthReply.Unmarshal(m, b)
  205. }
  206. func (m *WxAppletLoginAuthReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  207. return xxx_messageInfo_WxAppletLoginAuthReply.Marshal(b, m, deterministic)
  208. }
  209. func (m *WxAppletLoginAuthReply) XXX_Merge(src proto.Message) {
  210. xxx_messageInfo_WxAppletLoginAuthReply.Merge(m, src)
  211. }
  212. func (m *WxAppletLoginAuthReply) XXX_Size() int {
  213. return xxx_messageInfo_WxAppletLoginAuthReply.Size(m)
  214. }
  215. func (m *WxAppletLoginAuthReply) XXX_DiscardUnknown() {
  216. xxx_messageInfo_WxAppletLoginAuthReply.DiscardUnknown(m)
  217. }
  218. var xxx_messageInfo_WxAppletLoginAuthReply proto.InternalMessageInfo
  219. func (m *WxAppletLoginAuthReply) GetOpenId() string {
  220. if m != nil {
  221. return m.OpenId
  222. }
  223. return ""
  224. }
  225. func (m *WxAppletLoginAuthReply) GetUnionId() string {
  226. if m != nil {
  227. return m.UnionId
  228. }
  229. return ""
  230. }
  231. func (m *WxAppletLoginAuthReply) GetSessionKey() string {
  232. if m != nil {
  233. return m.SessionKey
  234. }
  235. return ""
  236. }
  237. type WxAppletPrepayRequest struct {
  238. Order string `protobuf:"bytes,1,opt,name=order,proto3" json:"order"`
  239. Product string `protobuf:"bytes,2,opt,name=product,proto3" json:"product"`
  240. OpenId string `protobuf:"bytes,3,opt,name=open_id,json=openId,proto3" json:"open_id"`
  241. Amount int64 `protobuf:"varint,4,opt,name=amount,proto3" json:"amount"`
  242. InputIp string `protobuf:"bytes,5,opt,name=input_ip,json=inputIp,proto3" json:"input_ip"`
  243. MchId string `protobuf:"bytes,6,opt,name=mch_id,json=mchId,proto3" json:"mch_id"`
  244. Native bool `protobuf:"varint,7,opt,name=native,proto3" json:"native"`
  245. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  246. XXX_unrecognized []byte `json:"-"`
  247. XXX_sizecache int32 `json:"-"`
  248. }
  249. func (m *WxAppletPrepayRequest) Reset() { *m = WxAppletPrepayRequest{} }
  250. func (m *WxAppletPrepayRequest) String() string { return proto.CompactTextString(m) }
  251. func (*WxAppletPrepayRequest) ProtoMessage() {}
  252. func (*WxAppletPrepayRequest) Descriptor() ([]byte, []int) {
  253. return fileDescriptor_e10f141fd1fcfe2b, []int{6}
  254. }
  255. func (m *WxAppletPrepayRequest) XXX_Unmarshal(b []byte) error {
  256. return xxx_messageInfo_WxAppletPrepayRequest.Unmarshal(m, b)
  257. }
  258. func (m *WxAppletPrepayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  259. return xxx_messageInfo_WxAppletPrepayRequest.Marshal(b, m, deterministic)
  260. }
  261. func (m *WxAppletPrepayRequest) XXX_Merge(src proto.Message) {
  262. xxx_messageInfo_WxAppletPrepayRequest.Merge(m, src)
  263. }
  264. func (m *WxAppletPrepayRequest) XXX_Size() int {
  265. return xxx_messageInfo_WxAppletPrepayRequest.Size(m)
  266. }
  267. func (m *WxAppletPrepayRequest) XXX_DiscardUnknown() {
  268. xxx_messageInfo_WxAppletPrepayRequest.DiscardUnknown(m)
  269. }
  270. var xxx_messageInfo_WxAppletPrepayRequest proto.InternalMessageInfo
  271. func (m *WxAppletPrepayRequest) GetOrder() string {
  272. if m != nil {
  273. return m.Order
  274. }
  275. return ""
  276. }
  277. func (m *WxAppletPrepayRequest) GetProduct() string {
  278. if m != nil {
  279. return m.Product
  280. }
  281. return ""
  282. }
  283. func (m *WxAppletPrepayRequest) GetOpenId() string {
  284. if m != nil {
  285. return m.OpenId
  286. }
  287. return ""
  288. }
  289. func (m *WxAppletPrepayRequest) GetAmount() int64 {
  290. if m != nil {
  291. return m.Amount
  292. }
  293. return 0
  294. }
  295. func (m *WxAppletPrepayRequest) GetInputIp() string {
  296. if m != nil {
  297. return m.InputIp
  298. }
  299. return ""
  300. }
  301. func (m *WxAppletPrepayRequest) GetMchId() string {
  302. if m != nil {
  303. return m.MchId
  304. }
  305. return ""
  306. }
  307. func (m *WxAppletPrepayRequest) GetNative() bool {
  308. if m != nil {
  309. return m.Native
  310. }
  311. return false
  312. }
  313. type WxAppletPrepayReply struct {
  314. Prepay string `protobuf:"bytes,1,opt,name=prepay,proto3" json:"prepay"`
  315. PrepayId string `protobuf:"bytes,2,opt,name=prepay_id,json=prepayId,proto3" json:"prepay_id"`
  316. CodeUrl string `protobuf:"bytes,3,opt,name=code_url,json=codeUrl,proto3" json:"code_url"`
  317. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  318. XXX_unrecognized []byte `json:"-"`
  319. XXX_sizecache int32 `json:"-"`
  320. }
  321. func (m *WxAppletPrepayReply) Reset() { *m = WxAppletPrepayReply{} }
  322. func (m *WxAppletPrepayReply) String() string { return proto.CompactTextString(m) }
  323. func (*WxAppletPrepayReply) ProtoMessage() {}
  324. func (*WxAppletPrepayReply) Descriptor() ([]byte, []int) {
  325. return fileDescriptor_e10f141fd1fcfe2b, []int{7}
  326. }
  327. func (m *WxAppletPrepayReply) XXX_Unmarshal(b []byte) error {
  328. return xxx_messageInfo_WxAppletPrepayReply.Unmarshal(m, b)
  329. }
  330. func (m *WxAppletPrepayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  331. return xxx_messageInfo_WxAppletPrepayReply.Marshal(b, m, deterministic)
  332. }
  333. func (m *WxAppletPrepayReply) XXX_Merge(src proto.Message) {
  334. xxx_messageInfo_WxAppletPrepayReply.Merge(m, src)
  335. }
  336. func (m *WxAppletPrepayReply) XXX_Size() int {
  337. return xxx_messageInfo_WxAppletPrepayReply.Size(m)
  338. }
  339. func (m *WxAppletPrepayReply) XXX_DiscardUnknown() {
  340. xxx_messageInfo_WxAppletPrepayReply.DiscardUnknown(m)
  341. }
  342. var xxx_messageInfo_WxAppletPrepayReply proto.InternalMessageInfo
  343. func (m *WxAppletPrepayReply) GetPrepay() string {
  344. if m != nil {
  345. return m.Prepay
  346. }
  347. return ""
  348. }
  349. func (m *WxAppletPrepayReply) GetPrepayId() string {
  350. if m != nil {
  351. return m.PrepayId
  352. }
  353. return ""
  354. }
  355. func (m *WxAppletPrepayReply) GetCodeUrl() string {
  356. if m != nil {
  357. return m.CodeUrl
  358. }
  359. return ""
  360. }
  361. type WxAppletQueryRequest struct {
  362. Order string `protobuf:"bytes,1,opt,name=order,proto3" json:"order"`
  363. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  364. XXX_unrecognized []byte `json:"-"`
  365. XXX_sizecache int32 `json:"-"`
  366. }
  367. func (m *WxAppletQueryRequest) Reset() { *m = WxAppletQueryRequest{} }
  368. func (m *WxAppletQueryRequest) String() string { return proto.CompactTextString(m) }
  369. func (*WxAppletQueryRequest) ProtoMessage() {}
  370. func (*WxAppletQueryRequest) Descriptor() ([]byte, []int) {
  371. return fileDescriptor_e10f141fd1fcfe2b, []int{8}
  372. }
  373. func (m *WxAppletQueryRequest) XXX_Unmarshal(b []byte) error {
  374. return xxx_messageInfo_WxAppletQueryRequest.Unmarshal(m, b)
  375. }
  376. func (m *WxAppletQueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  377. return xxx_messageInfo_WxAppletQueryRequest.Marshal(b, m, deterministic)
  378. }
  379. func (m *WxAppletQueryRequest) XXX_Merge(src proto.Message) {
  380. xxx_messageInfo_WxAppletQueryRequest.Merge(m, src)
  381. }
  382. func (m *WxAppletQueryRequest) XXX_Size() int {
  383. return xxx_messageInfo_WxAppletQueryRequest.Size(m)
  384. }
  385. func (m *WxAppletQueryRequest) XXX_DiscardUnknown() {
  386. xxx_messageInfo_WxAppletQueryRequest.DiscardUnknown(m)
  387. }
  388. var xxx_messageInfo_WxAppletQueryRequest proto.InternalMessageInfo
  389. func (m *WxAppletQueryRequest) GetOrder() string {
  390. if m != nil {
  391. return m.Order
  392. }
  393. return ""
  394. }
  395. type WxAppletQueryReply struct {
  396. TradeState string `protobuf:"bytes,1,opt,name=trade_state,json=tradeState,proto3" json:"trade_state"`
  397. TradeStateDesc string `protobuf:"bytes,2,opt,name=trade_state_desc,json=tradeStateDesc,proto3" json:"trade_state_desc"`
  398. TransactionId string `protobuf:"bytes,3,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id"`
  399. PayTime int64 `protobuf:"varint,4,opt,name=pay_time,json=payTime,proto3" json:"pay_time"`
  400. Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"`
  401. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  402. XXX_unrecognized []byte `json:"-"`
  403. XXX_sizecache int32 `json:"-"`
  404. }
  405. func (m *WxAppletQueryReply) Reset() { *m = WxAppletQueryReply{} }
  406. func (m *WxAppletQueryReply) String() string { return proto.CompactTextString(m) }
  407. func (*WxAppletQueryReply) ProtoMessage() {}
  408. func (*WxAppletQueryReply) Descriptor() ([]byte, []int) {
  409. return fileDescriptor_e10f141fd1fcfe2b, []int{9}
  410. }
  411. func (m *WxAppletQueryReply) XXX_Unmarshal(b []byte) error {
  412. return xxx_messageInfo_WxAppletQueryReply.Unmarshal(m, b)
  413. }
  414. func (m *WxAppletQueryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  415. return xxx_messageInfo_WxAppletQueryReply.Marshal(b, m, deterministic)
  416. }
  417. func (m *WxAppletQueryReply) XXX_Merge(src proto.Message) {
  418. xxx_messageInfo_WxAppletQueryReply.Merge(m, src)
  419. }
  420. func (m *WxAppletQueryReply) XXX_Size() int {
  421. return xxx_messageInfo_WxAppletQueryReply.Size(m)
  422. }
  423. func (m *WxAppletQueryReply) XXX_DiscardUnknown() {
  424. xxx_messageInfo_WxAppletQueryReply.DiscardUnknown(m)
  425. }
  426. var xxx_messageInfo_WxAppletQueryReply proto.InternalMessageInfo
  427. func (m *WxAppletQueryReply) GetTradeState() string {
  428. if m != nil {
  429. return m.TradeState
  430. }
  431. return ""
  432. }
  433. func (m *WxAppletQueryReply) GetTradeStateDesc() string {
  434. if m != nil {
  435. return m.TradeStateDesc
  436. }
  437. return ""
  438. }
  439. func (m *WxAppletQueryReply) GetTransactionId() string {
  440. if m != nil {
  441. return m.TransactionId
  442. }
  443. return ""
  444. }
  445. func (m *WxAppletQueryReply) GetPayTime() int64 {
  446. if m != nil {
  447. return m.PayTime
  448. }
  449. return 0
  450. }
  451. func (m *WxAppletQueryReply) GetAmount() int64 {
  452. if m != nil {
  453. return m.Amount
  454. }
  455. return 0
  456. }
  457. type WxPublicUnionIdRequest struct {
  458. OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id"`
  459. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  460. XXX_unrecognized []byte `json:"-"`
  461. XXX_sizecache int32 `json:"-"`
  462. }
  463. func (m *WxPublicUnionIdRequest) Reset() { *m = WxPublicUnionIdRequest{} }
  464. func (m *WxPublicUnionIdRequest) String() string { return proto.CompactTextString(m) }
  465. func (*WxPublicUnionIdRequest) ProtoMessage() {}
  466. func (*WxPublicUnionIdRequest) Descriptor() ([]byte, []int) {
  467. return fileDescriptor_e10f141fd1fcfe2b, []int{10}
  468. }
  469. func (m *WxPublicUnionIdRequest) XXX_Unmarshal(b []byte) error {
  470. return xxx_messageInfo_WxPublicUnionIdRequest.Unmarshal(m, b)
  471. }
  472. func (m *WxPublicUnionIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  473. return xxx_messageInfo_WxPublicUnionIdRequest.Marshal(b, m, deterministic)
  474. }
  475. func (m *WxPublicUnionIdRequest) XXX_Merge(src proto.Message) {
  476. xxx_messageInfo_WxPublicUnionIdRequest.Merge(m, src)
  477. }
  478. func (m *WxPublicUnionIdRequest) XXX_Size() int {
  479. return xxx_messageInfo_WxPublicUnionIdRequest.Size(m)
  480. }
  481. func (m *WxPublicUnionIdRequest) XXX_DiscardUnknown() {
  482. xxx_messageInfo_WxPublicUnionIdRequest.DiscardUnknown(m)
  483. }
  484. var xxx_messageInfo_WxPublicUnionIdRequest proto.InternalMessageInfo
  485. func (m *WxPublicUnionIdRequest) GetOpenId() string {
  486. if m != nil {
  487. return m.OpenId
  488. }
  489. return ""
  490. }
  491. type WxPublicUnionIdReply struct {
  492. UnionId string `protobuf:"bytes,2,opt,name=union_id,json=unionId,proto3" json:"union_id"`
  493. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  494. XXX_unrecognized []byte `json:"-"`
  495. XXX_sizecache int32 `json:"-"`
  496. }
  497. func (m *WxPublicUnionIdReply) Reset() { *m = WxPublicUnionIdReply{} }
  498. func (m *WxPublicUnionIdReply) String() string { return proto.CompactTextString(m) }
  499. func (*WxPublicUnionIdReply) ProtoMessage() {}
  500. func (*WxPublicUnionIdReply) Descriptor() ([]byte, []int) {
  501. return fileDescriptor_e10f141fd1fcfe2b, []int{11}
  502. }
  503. func (m *WxPublicUnionIdReply) XXX_Unmarshal(b []byte) error {
  504. return xxx_messageInfo_WxPublicUnionIdReply.Unmarshal(m, b)
  505. }
  506. func (m *WxPublicUnionIdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  507. return xxx_messageInfo_WxPublicUnionIdReply.Marshal(b, m, deterministic)
  508. }
  509. func (m *WxPublicUnionIdReply) XXX_Merge(src proto.Message) {
  510. xxx_messageInfo_WxPublicUnionIdReply.Merge(m, src)
  511. }
  512. func (m *WxPublicUnionIdReply) XXX_Size() int {
  513. return xxx_messageInfo_WxPublicUnionIdReply.Size(m)
  514. }
  515. func (m *WxPublicUnionIdReply) XXX_DiscardUnknown() {
  516. xxx_messageInfo_WxPublicUnionIdReply.DiscardUnknown(m)
  517. }
  518. var xxx_messageInfo_WxPublicUnionIdReply proto.InternalMessageInfo
  519. func (m *WxPublicUnionIdReply) GetUnionId() string {
  520. if m != nil {
  521. return m.UnionId
  522. }
  523. return ""
  524. }
  525. type WxPublicMsgKeyValue struct {
  526. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
  527. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value"`
  528. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  529. XXX_unrecognized []byte `json:"-"`
  530. XXX_sizecache int32 `json:"-"`
  531. }
  532. func (m *WxPublicMsgKeyValue) Reset() { *m = WxPublicMsgKeyValue{} }
  533. func (m *WxPublicMsgKeyValue) String() string { return proto.CompactTextString(m) }
  534. func (*WxPublicMsgKeyValue) ProtoMessage() {}
  535. func (*WxPublicMsgKeyValue) Descriptor() ([]byte, []int) {
  536. return fileDescriptor_e10f141fd1fcfe2b, []int{12}
  537. }
  538. func (m *WxPublicMsgKeyValue) XXX_Unmarshal(b []byte) error {
  539. return xxx_messageInfo_WxPublicMsgKeyValue.Unmarshal(m, b)
  540. }
  541. func (m *WxPublicMsgKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  542. return xxx_messageInfo_WxPublicMsgKeyValue.Marshal(b, m, deterministic)
  543. }
  544. func (m *WxPublicMsgKeyValue) XXX_Merge(src proto.Message) {
  545. xxx_messageInfo_WxPublicMsgKeyValue.Merge(m, src)
  546. }
  547. func (m *WxPublicMsgKeyValue) XXX_Size() int {
  548. return xxx_messageInfo_WxPublicMsgKeyValue.Size(m)
  549. }
  550. func (m *WxPublicMsgKeyValue) XXX_DiscardUnknown() {
  551. xxx_messageInfo_WxPublicMsgKeyValue.DiscardUnknown(m)
  552. }
  553. var xxx_messageInfo_WxPublicMsgKeyValue proto.InternalMessageInfo
  554. func (m *WxPublicMsgKeyValue) GetKey() string {
  555. if m != nil {
  556. return m.Key
  557. }
  558. return ""
  559. }
  560. func (m *WxPublicMsgKeyValue) GetValue() string {
  561. if m != nil {
  562. return m.Value
  563. }
  564. return ""
  565. }
  566. type WxPublicMsgSendRequest struct {
  567. TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id"`
  568. PublicOpenId string `protobuf:"bytes,2,opt,name=public_open_id,json=publicOpenId,proto3" json:"public_open_id"`
  569. Content []*WxPublicMsgKeyValue `protobuf:"bytes,3,rep,name=content,proto3" json:"content"`
  570. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  571. XXX_unrecognized []byte `json:"-"`
  572. XXX_sizecache int32 `json:"-"`
  573. }
  574. func (m *WxPublicMsgSendRequest) Reset() { *m = WxPublicMsgSendRequest{} }
  575. func (m *WxPublicMsgSendRequest) String() string { return proto.CompactTextString(m) }
  576. func (*WxPublicMsgSendRequest) ProtoMessage() {}
  577. func (*WxPublicMsgSendRequest) Descriptor() ([]byte, []int) {
  578. return fileDescriptor_e10f141fd1fcfe2b, []int{13}
  579. }
  580. func (m *WxPublicMsgSendRequest) XXX_Unmarshal(b []byte) error {
  581. return xxx_messageInfo_WxPublicMsgSendRequest.Unmarshal(m, b)
  582. }
  583. func (m *WxPublicMsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  584. return xxx_messageInfo_WxPublicMsgSendRequest.Marshal(b, m, deterministic)
  585. }
  586. func (m *WxPublicMsgSendRequest) XXX_Merge(src proto.Message) {
  587. xxx_messageInfo_WxPublicMsgSendRequest.Merge(m, src)
  588. }
  589. func (m *WxPublicMsgSendRequest) XXX_Size() int {
  590. return xxx_messageInfo_WxPublicMsgSendRequest.Size(m)
  591. }
  592. func (m *WxPublicMsgSendRequest) XXX_DiscardUnknown() {
  593. xxx_messageInfo_WxPublicMsgSendRequest.DiscardUnknown(m)
  594. }
  595. var xxx_messageInfo_WxPublicMsgSendRequest proto.InternalMessageInfo
  596. func (m *WxPublicMsgSendRequest) GetTemplateId() string {
  597. if m != nil {
  598. return m.TemplateId
  599. }
  600. return ""
  601. }
  602. func (m *WxPublicMsgSendRequest) GetPublicOpenId() string {
  603. if m != nil {
  604. return m.PublicOpenId
  605. }
  606. return ""
  607. }
  608. func (m *WxPublicMsgSendRequest) GetContent() []*WxPublicMsgKeyValue {
  609. if m != nil {
  610. return m.Content
  611. }
  612. return nil
  613. }
  614. type WxPublicMsgSendReply struct {
  615. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  616. XXX_unrecognized []byte `json:"-"`
  617. XXX_sizecache int32 `json:"-"`
  618. }
  619. func (m *WxPublicMsgSendReply) Reset() { *m = WxPublicMsgSendReply{} }
  620. func (m *WxPublicMsgSendReply) String() string { return proto.CompactTextString(m) }
  621. func (*WxPublicMsgSendReply) ProtoMessage() {}
  622. func (*WxPublicMsgSendReply) Descriptor() ([]byte, []int) {
  623. return fileDescriptor_e10f141fd1fcfe2b, []int{14}
  624. }
  625. func (m *WxPublicMsgSendReply) XXX_Unmarshal(b []byte) error {
  626. return xxx_messageInfo_WxPublicMsgSendReply.Unmarshal(m, b)
  627. }
  628. func (m *WxPublicMsgSendReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  629. return xxx_messageInfo_WxPublicMsgSendReply.Marshal(b, m, deterministic)
  630. }
  631. func (m *WxPublicMsgSendReply) XXX_Merge(src proto.Message) {
  632. xxx_messageInfo_WxPublicMsgSendReply.Merge(m, src)
  633. }
  634. func (m *WxPublicMsgSendReply) XXX_Size() int {
  635. return xxx_messageInfo_WxPublicMsgSendReply.Size(m)
  636. }
  637. func (m *WxPublicMsgSendReply) XXX_DiscardUnknown() {
  638. xxx_messageInfo_WxPublicMsgSendReply.DiscardUnknown(m)
  639. }
  640. var xxx_messageInfo_WxPublicMsgSendReply proto.InternalMessageInfo
  641. type WxPublicAddMiniRequest struct {
  642. MiniUrl string `protobuf:"bytes,1,opt,name=mini_url,json=miniUrl,proto3" json:"mini_url"`
  643. MiniPagepath string `protobuf:"bytes,2,opt,name=mini_pagepath,json=miniPagepath,proto3" json:"mini_pagepath"`
  644. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  645. XXX_unrecognized []byte `json:"-"`
  646. XXX_sizecache int32 `json:"-"`
  647. }
  648. func (m *WxPublicAddMiniRequest) Reset() { *m = WxPublicAddMiniRequest{} }
  649. func (m *WxPublicAddMiniRequest) String() string { return proto.CompactTextString(m) }
  650. func (*WxPublicAddMiniRequest) ProtoMessage() {}
  651. func (*WxPublicAddMiniRequest) Descriptor() ([]byte, []int) {
  652. return fileDescriptor_e10f141fd1fcfe2b, []int{15}
  653. }
  654. func (m *WxPublicAddMiniRequest) XXX_Unmarshal(b []byte) error {
  655. return xxx_messageInfo_WxPublicAddMiniRequest.Unmarshal(m, b)
  656. }
  657. func (m *WxPublicAddMiniRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  658. return xxx_messageInfo_WxPublicAddMiniRequest.Marshal(b, m, deterministic)
  659. }
  660. func (m *WxPublicAddMiniRequest) XXX_Merge(src proto.Message) {
  661. xxx_messageInfo_WxPublicAddMiniRequest.Merge(m, src)
  662. }
  663. func (m *WxPublicAddMiniRequest) XXX_Size() int {
  664. return xxx_messageInfo_WxPublicAddMiniRequest.Size(m)
  665. }
  666. func (m *WxPublicAddMiniRequest) XXX_DiscardUnknown() {
  667. xxx_messageInfo_WxPublicAddMiniRequest.DiscardUnknown(m)
  668. }
  669. var xxx_messageInfo_WxPublicAddMiniRequest proto.InternalMessageInfo
  670. func (m *WxPublicAddMiniRequest) GetMiniUrl() string {
  671. if m != nil {
  672. return m.MiniUrl
  673. }
  674. return ""
  675. }
  676. func (m *WxPublicAddMiniRequest) GetMiniPagepath() string {
  677. if m != nil {
  678. return m.MiniPagepath
  679. }
  680. return ""
  681. }
  682. type WxPublicAddMiniReply struct {
  683. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  684. XXX_unrecognized []byte `json:"-"`
  685. XXX_sizecache int32 `json:"-"`
  686. }
  687. func (m *WxPublicAddMiniReply) Reset() { *m = WxPublicAddMiniReply{} }
  688. func (m *WxPublicAddMiniReply) String() string { return proto.CompactTextString(m) }
  689. func (*WxPublicAddMiniReply) ProtoMessage() {}
  690. func (*WxPublicAddMiniReply) Descriptor() ([]byte, []int) {
  691. return fileDescriptor_e10f141fd1fcfe2b, []int{16}
  692. }
  693. func (m *WxPublicAddMiniReply) XXX_Unmarshal(b []byte) error {
  694. return xxx_messageInfo_WxPublicAddMiniReply.Unmarshal(m, b)
  695. }
  696. func (m *WxPublicAddMiniReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  697. return xxx_messageInfo_WxPublicAddMiniReply.Marshal(b, m, deterministic)
  698. }
  699. func (m *WxPublicAddMiniReply) XXX_Merge(src proto.Message) {
  700. xxx_messageInfo_WxPublicAddMiniReply.Merge(m, src)
  701. }
  702. func (m *WxPublicAddMiniReply) XXX_Size() int {
  703. return xxx_messageInfo_WxPublicAddMiniReply.Size(m)
  704. }
  705. func (m *WxPublicAddMiniReply) XXX_DiscardUnknown() {
  706. xxx_messageInfo_WxPublicAddMiniReply.DiscardUnknown(m)
  707. }
  708. var xxx_messageInfo_WxPublicAddMiniReply proto.InternalMessageInfo
  709. type TencentMsgSendRequest struct {
  710. Datas []string `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas"`
  711. MsgType int32 `protobuf:"varint,2,opt,name=msg_type,json=msgType,proto3" json:"msg_type"`
  712. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  713. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  714. XXX_unrecognized []byte `json:"-"`
  715. XXX_sizecache int32 `json:"-"`
  716. }
  717. func (m *TencentMsgSendRequest) Reset() { *m = TencentMsgSendRequest{} }
  718. func (m *TencentMsgSendRequest) String() string { return proto.CompactTextString(m) }
  719. func (*TencentMsgSendRequest) ProtoMessage() {}
  720. func (*TencentMsgSendRequest) Descriptor() ([]byte, []int) {
  721. return fileDescriptor_e10f141fd1fcfe2b, []int{17}
  722. }
  723. func (m *TencentMsgSendRequest) XXX_Unmarshal(b []byte) error {
  724. return xxx_messageInfo_TencentMsgSendRequest.Unmarshal(m, b)
  725. }
  726. func (m *TencentMsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  727. return xxx_messageInfo_TencentMsgSendRequest.Marshal(b, m, deterministic)
  728. }
  729. func (m *TencentMsgSendRequest) XXX_Merge(src proto.Message) {
  730. xxx_messageInfo_TencentMsgSendRequest.Merge(m, src)
  731. }
  732. func (m *TencentMsgSendRequest) XXX_Size() int {
  733. return xxx_messageInfo_TencentMsgSendRequest.Size(m)
  734. }
  735. func (m *TencentMsgSendRequest) XXX_DiscardUnknown() {
  736. xxx_messageInfo_TencentMsgSendRequest.DiscardUnknown(m)
  737. }
  738. var xxx_messageInfo_TencentMsgSendRequest proto.InternalMessageInfo
  739. func (m *TencentMsgSendRequest) GetDatas() []string {
  740. if m != nil {
  741. return m.Datas
  742. }
  743. return nil
  744. }
  745. func (m *TencentMsgSendRequest) GetMsgType() int32 {
  746. if m != nil {
  747. return m.MsgType
  748. }
  749. return 0
  750. }
  751. func (m *TencentMsgSendRequest) GetPhone() string {
  752. if m != nil {
  753. return m.Phone
  754. }
  755. return ""
  756. }
  757. type TencentMsgSendReply struct {
  758. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  759. XXX_unrecognized []byte `json:"-"`
  760. XXX_sizecache int32 `json:"-"`
  761. }
  762. func (m *TencentMsgSendReply) Reset() { *m = TencentMsgSendReply{} }
  763. func (m *TencentMsgSendReply) String() string { return proto.CompactTextString(m) }
  764. func (*TencentMsgSendReply) ProtoMessage() {}
  765. func (*TencentMsgSendReply) Descriptor() ([]byte, []int) {
  766. return fileDescriptor_e10f141fd1fcfe2b, []int{18}
  767. }
  768. func (m *TencentMsgSendReply) XXX_Unmarshal(b []byte) error {
  769. return xxx_messageInfo_TencentMsgSendReply.Unmarshal(m, b)
  770. }
  771. func (m *TencentMsgSendReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  772. return xxx_messageInfo_TencentMsgSendReply.Marshal(b, m, deterministic)
  773. }
  774. func (m *TencentMsgSendReply) XXX_Merge(src proto.Message) {
  775. xxx_messageInfo_TencentMsgSendReply.Merge(m, src)
  776. }
  777. func (m *TencentMsgSendReply) XXX_Size() int {
  778. return xxx_messageInfo_TencentMsgSendReply.Size(m)
  779. }
  780. func (m *TencentMsgSendReply) XXX_DiscardUnknown() {
  781. xxx_messageInfo_TencentMsgSendReply.DiscardUnknown(m)
  782. }
  783. var xxx_messageInfo_TencentMsgSendReply proto.InternalMessageInfo
  784. func init() {
  785. proto.RegisterType((*GetVcodeRequest)(nil), "pb_v1.GetVcodeRequest")
  786. proto.RegisterType((*GetVcodeReply)(nil), "pb_v1.GetVcodeReply")
  787. proto.RegisterType((*CheckVcodeRequest)(nil), "pb_v1.CheckVcodeRequest")
  788. proto.RegisterType((*CheckVcodeReply)(nil), "pb_v1.CheckVcodeReply")
  789. proto.RegisterType((*WxAppletLoginAuthRequest)(nil), "pb_v1.WxAppletLoginAuthRequest")
  790. proto.RegisterType((*WxAppletLoginAuthReply)(nil), "pb_v1.WxAppletLoginAuthReply")
  791. proto.RegisterType((*WxAppletPrepayRequest)(nil), "pb_v1.WxAppletPrepayRequest")
  792. proto.RegisterType((*WxAppletPrepayReply)(nil), "pb_v1.WxAppletPrepayReply")
  793. proto.RegisterType((*WxAppletQueryRequest)(nil), "pb_v1.WxAppletQueryRequest")
  794. proto.RegisterType((*WxAppletQueryReply)(nil), "pb_v1.WxAppletQueryReply")
  795. proto.RegisterType((*WxPublicUnionIdRequest)(nil), "pb_v1.WxPublicUnionIdRequest")
  796. proto.RegisterType((*WxPublicUnionIdReply)(nil), "pb_v1.WxPublicUnionIdReply")
  797. proto.RegisterType((*WxPublicMsgKeyValue)(nil), "pb_v1.WxPublicMsgKeyValue")
  798. proto.RegisterType((*WxPublicMsgSendRequest)(nil), "pb_v1.WxPublicMsgSendRequest")
  799. proto.RegisterType((*WxPublicMsgSendReply)(nil), "pb_v1.WxPublicMsgSendReply")
  800. proto.RegisterType((*WxPublicAddMiniRequest)(nil), "pb_v1.WxPublicAddMiniRequest")
  801. proto.RegisterType((*WxPublicAddMiniReply)(nil), "pb_v1.WxPublicAddMiniReply")
  802. proto.RegisterType((*TencentMsgSendRequest)(nil), "pb_v1.TencentMsgSendRequest")
  803. proto.RegisterType((*TencentMsgSendReply)(nil), "pb_v1.TencentMsgSendReply")
  804. }
  805. func init() {
  806. proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
  807. }
  808. var fileDescriptor_e10f141fd1fcfe2b = []byte{
  809. // 723 bytes of a gzipped FileDescriptorProto
  810. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x5d, 0x6f, 0xd3, 0x4a,
  811. 0x10, 0x95, 0x9b, 0x26, 0x4e, 0x27, 0x4d, 0x3f, 0xb6, 0x49, 0xae, 0x7b, 0xef, 0x43, 0x73, 0xf7,
  812. 0xde, 0x4a, 0x79, 0x80, 0x54, 0x81, 0xbe, 0xf2, 0x50, 0x40, 0x42, 0x51, 0x5b, 0x28, 0xee, 0x07,
  813. 0x88, 0x07, 0x2c, 0xc7, 0x1e, 0x25, 0x56, 0xed, 0xf5, 0x62, 0xaf, 0x23, 0xfc, 0x43, 0xf8, 0x31,
  814. 0xbc, 0xf2, 0xcb, 0xd0, 0xee, 0xda, 0xb1, 0x89, 0x5a, 0x24, 0xde, 0x7c, 0x66, 0x77, 0xce, 0x9c,
  815. 0x39, 0x33, 0x5e, 0xd8, 0x13, 0x8b, 0x20, 0xf1, 0xb9, 0x9b, 0x88, 0x7c, 0xcc, 0x93, 0x58, 0xc4,
  816. 0xa4, 0xc9, 0x67, 0xce, 0x72, 0x42, 0x4f, 0x61, 0xf7, 0x0d, 0x8a, 0x3b, 0x2f, 0xf6, 0xd1, 0xc6,
  817. 0x2f, 0x19, 0xa6, 0x82, 0xfc, 0x0b, 0xdb, 0x7c, 0x11, 0x33, 0x74, 0x58, 0x16, 0xcd, 0x30, 0xb1,
  818. 0x8c, 0xa1, 0x31, 0xda, 0xb2, 0x3b, 0x2a, 0xf6, 0x56, 0x85, 0xe8, 0x31, 0x74, 0xab, 0x2c, 0x1e,
  819. 0xe6, 0xa4, 0x07, 0xcd, 0xa5, 0x44, 0xea, 0x72, 0xd7, 0xd6, 0x80, 0x5e, 0xc0, 0xfe, 0xab, 0x05,
  820. 0x7a, 0xf7, 0x7f, 0x48, 0x5f, 0xb1, 0x6d, 0xd4, 0xd9, 0xf6, 0x61, 0xb7, 0xce, 0xc6, 0xc3, 0x9c,
  821. 0x8e, 0xc1, 0xfa, 0xf0, 0xf5, 0x8c, 0xf3, 0x10, 0xc5, 0x45, 0x3c, 0x0f, 0xd8, 0x59, 0x26, 0x16,
  822. 0x65, 0x1d, 0x02, 0x9b, 0x2b, 0x45, 0x5b, 0xb6, 0xfa, 0xa6, 0x11, 0x0c, 0x1e, 0xb8, 0x2f, 0x1b,
  823. 0xf8, 0x0b, 0xcc, 0x98, 0x23, 0x73, 0x02, 0xbf, 0x48, 0x68, 0x49, 0x38, 0xf5, 0xc9, 0x21, 0xb4,
  824. 0x33, 0x16, 0xc4, 0xea, 0x64, 0x43, 0x9d, 0x98, 0x0a, 0x4f, 0x7d, 0x72, 0x04, 0x9d, 0x14, 0xd3,
  825. 0x54, 0x1e, 0xde, 0x63, 0x6e, 0x35, 0xd4, 0x29, 0x14, 0xa1, 0x73, 0xcc, 0xe9, 0x0f, 0x03, 0xfa,
  826. 0x65, 0xbd, 0xab, 0x04, 0xb9, 0x9b, 0x97, 0xe2, 0x7a, 0xd0, 0x8c, 0x13, 0x7f, 0xd5, 0xbd, 0x06,
  827. 0xc4, 0x02, 0x93, 0x27, 0xb1, 0x9f, 0x79, 0xa2, 0x2c, 0x55, 0xc0, 0xba, 0xbc, 0xc6, 0x2f, 0xf2,
  828. 0x06, 0xd0, 0x72, 0xa3, 0x38, 0x63, 0xc2, 0xda, 0x1c, 0x1a, 0xa3, 0x86, 0x5d, 0x20, 0x29, 0x3b,
  829. 0x60, 0x3c, 0x13, 0x4e, 0xc0, 0xad, 0xa6, 0xe6, 0x52, 0x78, 0xca, 0x49, 0x1f, 0x5a, 0x91, 0xb7,
  830. 0x90, 0x54, 0x2d, 0x5d, 0x3c, 0xf2, 0x16, 0x9a, 0x89, 0xb9, 0x22, 0x58, 0xa2, 0x65, 0x0e, 0x8d,
  831. 0x51, 0xdb, 0x2e, 0x10, 0x45, 0x38, 0x58, 0xef, 0x41, 0x1a, 0x36, 0x80, 0x16, 0x57, 0xb0, 0xf4,
  832. 0x4b, 0x23, 0xf2, 0x0f, 0x6c, 0xe9, 0xaf, 0xca, 0xb0, 0xb6, 0x0e, 0x68, 0x33, 0xe5, 0x1c, 0x9c,
  833. 0x2c, 0x09, 0x8b, 0x3e, 0x4c, 0x89, 0x6f, 0x93, 0x90, 0x3e, 0x81, 0x5e, 0x59, 0xe6, 0x7d, 0x86,
  834. 0xc9, 0xef, 0x9d, 0xa2, 0xdf, 0x0d, 0x20, 0x6b, 0xd7, 0xa5, 0xa8, 0x23, 0xe8, 0x88, 0xc4, 0xf5,
  835. 0xd1, 0x49, 0x85, 0x2b, 0xca, 0xd1, 0x83, 0x0a, 0x5d, 0xcb, 0x08, 0x19, 0xc1, 0x5e, 0xed, 0x82,
  836. 0xe3, 0x63, 0xea, 0x15, 0x22, 0x77, 0xaa, 0x5b, 0xaf, 0x31, 0xf5, 0xc8, 0x31, 0xc8, 0x08, 0x4b,
  837. 0x5d, 0x4f, 0x14, 0xd3, 0xd7, 0x82, 0xbb, 0xb5, 0xa8, 0xee, 0x48, 0xf6, 0x2a, 0x82, 0x08, 0x8b,
  838. 0x09, 0x98, 0xdc, 0xcd, 0x6f, 0x82, 0x08, 0x6b, 0xa3, 0x69, 0xd6, 0x47, 0x43, 0x27, 0x72, 0x09,
  839. 0xaf, 0xb2, 0x59, 0x18, 0x78, 0xb7, 0x7a, 0x93, 0xca, 0x5e, 0x1f, 0x5b, 0x42, 0x3a, 0x91, 0xe6,
  840. 0xac, 0xa5, 0xc8, 0x7e, 0x1f, 0x5f, 0x4e, 0xfa, 0x42, 0x8e, 0x4d, 0xa7, 0x5c, 0xa6, 0xf3, 0x73,
  841. 0xcc, 0xef, 0xdc, 0x30, 0x43, 0xb2, 0x07, 0x0d, 0xb9, 0xab, 0x9a, 0x5e, 0x7e, 0xaa, 0x9f, 0x4d,
  842. 0x1e, 0x15, 0x04, 0x1a, 0xd0, 0x6f, 0x46, 0xa5, 0xf2, 0x32, 0x9d, 0x5f, 0x23, 0x5b, 0xa9, 0x94,
  843. 0x26, 0x63, 0xc4, 0x43, 0x69, 0xe0, 0x4a, 0x29, 0x94, 0xa1, 0xa9, 0x4f, 0xfe, 0x87, 0x1d, 0xae,
  844. 0x12, 0x9d, 0xb2, 0x1b, 0x4d, 0xbd, 0xad, 0xa3, 0xef, 0xf4, 0xe6, 0x9e, 0x82, 0xe9, 0xc5, 0x4c,
  845. 0x20, 0x13, 0x56, 0x63, 0xd8, 0x18, 0x75, 0x9e, 0xfd, 0x3d, 0x56, 0x4f, 0xd2, 0xf8, 0x01, 0xd9,
  846. 0x76, 0x79, 0x95, 0x0e, 0x2a, 0x27, 0x56, 0xb2, 0xe4, 0x4b, 0xf0, 0xb1, 0x92, 0x7b, 0xe6, 0xfb,
  847. 0x97, 0x01, 0x0b, 0x4a, 0xb9, 0x87, 0xd0, 0x8e, 0x02, 0x16, 0xa8, 0x9d, 0xd3, 0x5a, 0x4d, 0x89,
  848. 0x6f, 0x93, 0x90, 0xfc, 0x07, 0x5d, 0x75, 0xc4, 0xdd, 0x39, 0x72, 0x57, 0x2c, 0x4a, 0x9d, 0x32,
  849. 0x78, 0x55, 0xc4, 0xea, 0x15, 0x57, 0xcc, 0xb2, 0xe2, 0x67, 0xe8, 0xdf, 0x20, 0xf3, 0x90, 0x89,
  850. 0x35, 0x7f, 0x7a, 0xd0, 0xf4, 0x5d, 0xe1, 0xa6, 0x96, 0x31, 0x6c, 0x48, 0x43, 0x15, 0x50, 0x32,
  851. 0xd2, 0xb9, 0x23, 0x72, 0xae, 0x9d, 0x6e, 0xda, 0x66, 0x94, 0xce, 0x6f, 0x72, 0x8e, 0x32, 0x41,
  852. 0xbd, 0x7e, 0xc5, 0x86, 0x69, 0x40, 0xfb, 0x70, 0xb0, 0xce, 0xcf, 0xc3, 0xfc, 0x65, 0xff, 0xd3,
  853. 0x01, 0x4f, 0x62, 0x8e, 0x89, 0xc8, 0x9f, 0x0a, 0x37, 0xbd, 0x3f, 0xe1, 0xb3, 0x93, 0xe5, 0x64,
  854. 0xd6, 0x52, 0xaf, 0xfa, 0xf3, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xb2, 0x6f, 0x4b, 0xe9,
  855. 0x05, 0x00, 0x00,
  856. }