123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: thirdparty.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type GetVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
- func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeRequest) ProtoMessage() {}
- func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{0}
- }
- func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
- }
- func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeRequest.Merge(m, src)
- }
- func (m *GetVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_GetVcodeRequest.Size(m)
- }
- func (m *GetVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
- func (m *GetVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- type GetVcodeReply struct {
- Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
- func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeReply) ProtoMessage() {}
- func (*GetVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{1}
- }
- func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
- }
- func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeReply.Merge(m, src)
- }
- func (m *GetVcodeReply) XXX_Size() int {
- return xxx_messageInfo_GetVcodeReply.Size(m)
- }
- func (m *GetVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
- func (m *GetVcodeReply) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
- func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeRequest) ProtoMessage() {}
- func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{2}
- }
- func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
- }
- func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
- }
- func (m *CheckVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeRequest.Size(m)
- }
- func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
- func (m *CheckVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *CheckVcodeRequest) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
- func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeReply) ProtoMessage() {}
- func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{3}
- }
- func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
- }
- func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeReply.Merge(m, src)
- }
- func (m *CheckVcodeReply) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeReply.Size(m)
- }
- func (m *CheckVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
- type WxAppletLoginAuthRequest struct {
- Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletLoginAuthRequest) Reset() { *m = WxAppletLoginAuthRequest{} }
- func (m *WxAppletLoginAuthRequest) String() string { return proto.CompactTextString(m) }
- func (*WxAppletLoginAuthRequest) ProtoMessage() {}
- func (*WxAppletLoginAuthRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{4}
- }
- func (m *WxAppletLoginAuthRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletLoginAuthRequest.Unmarshal(m, b)
- }
- func (m *WxAppletLoginAuthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletLoginAuthRequest.Marshal(b, m, deterministic)
- }
- func (m *WxAppletLoginAuthRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletLoginAuthRequest.Merge(m, src)
- }
- func (m *WxAppletLoginAuthRequest) XXX_Size() int {
- return xxx_messageInfo_WxAppletLoginAuthRequest.Size(m)
- }
- func (m *WxAppletLoginAuthRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletLoginAuthRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletLoginAuthRequest proto.InternalMessageInfo
- func (m *WxAppletLoginAuthRequest) GetCode() string {
- if m != nil {
- return m.Code
- }
- return ""
- }
- type WxAppletLoginAuthReply struct {
- OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id"`
- UnionId string `protobuf:"bytes,2,opt,name=union_id,json=unionId,proto3" json:"union_id"`
- SessionKey string `protobuf:"bytes,3,opt,name=session_key,json=sessionKey,proto3" json:"session_key"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletLoginAuthReply) Reset() { *m = WxAppletLoginAuthReply{} }
- func (m *WxAppletLoginAuthReply) String() string { return proto.CompactTextString(m) }
- func (*WxAppletLoginAuthReply) ProtoMessage() {}
- func (*WxAppletLoginAuthReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{5}
- }
- func (m *WxAppletLoginAuthReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletLoginAuthReply.Unmarshal(m, b)
- }
- func (m *WxAppletLoginAuthReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletLoginAuthReply.Marshal(b, m, deterministic)
- }
- func (m *WxAppletLoginAuthReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletLoginAuthReply.Merge(m, src)
- }
- func (m *WxAppletLoginAuthReply) XXX_Size() int {
- return xxx_messageInfo_WxAppletLoginAuthReply.Size(m)
- }
- func (m *WxAppletLoginAuthReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletLoginAuthReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletLoginAuthReply proto.InternalMessageInfo
- func (m *WxAppletLoginAuthReply) GetOpenId() string {
- if m != nil {
- return m.OpenId
- }
- return ""
- }
- func (m *WxAppletLoginAuthReply) GetUnionId() string {
- if m != nil {
- return m.UnionId
- }
- return ""
- }
- func (m *WxAppletLoginAuthReply) GetSessionKey() string {
- if m != nil {
- return m.SessionKey
- }
- return ""
- }
- type WxAppletPrepayRequest struct {
- Order string `protobuf:"bytes,1,opt,name=order,proto3" json:"order"`
- Product string `protobuf:"bytes,2,opt,name=product,proto3" json:"product"`
- OpenId string `protobuf:"bytes,3,opt,name=open_id,json=openId,proto3" json:"open_id"`
- Amount int64 `protobuf:"varint,4,opt,name=amount,proto3" json:"amount"`
- InputIp string `protobuf:"bytes,5,opt,name=input_ip,json=inputIp,proto3" json:"input_ip"`
- MchId string `protobuf:"bytes,6,opt,name=mch_id,json=mchId,proto3" json:"mch_id"`
- Native bool `protobuf:"varint,7,opt,name=native,proto3" json:"native"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletPrepayRequest) Reset() { *m = WxAppletPrepayRequest{} }
- func (m *WxAppletPrepayRequest) String() string { return proto.CompactTextString(m) }
- func (*WxAppletPrepayRequest) ProtoMessage() {}
- func (*WxAppletPrepayRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{6}
- }
- func (m *WxAppletPrepayRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletPrepayRequest.Unmarshal(m, b)
- }
- func (m *WxAppletPrepayRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletPrepayRequest.Marshal(b, m, deterministic)
- }
- func (m *WxAppletPrepayRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletPrepayRequest.Merge(m, src)
- }
- func (m *WxAppletPrepayRequest) XXX_Size() int {
- return xxx_messageInfo_WxAppletPrepayRequest.Size(m)
- }
- func (m *WxAppletPrepayRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletPrepayRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletPrepayRequest proto.InternalMessageInfo
- func (m *WxAppletPrepayRequest) GetOrder() string {
- if m != nil {
- return m.Order
- }
- return ""
- }
- func (m *WxAppletPrepayRequest) GetProduct() string {
- if m != nil {
- return m.Product
- }
- return ""
- }
- func (m *WxAppletPrepayRequest) GetOpenId() string {
- if m != nil {
- return m.OpenId
- }
- return ""
- }
- func (m *WxAppletPrepayRequest) GetAmount() int64 {
- if m != nil {
- return m.Amount
- }
- return 0
- }
- func (m *WxAppletPrepayRequest) GetInputIp() string {
- if m != nil {
- return m.InputIp
- }
- return ""
- }
- func (m *WxAppletPrepayRequest) GetMchId() string {
- if m != nil {
- return m.MchId
- }
- return ""
- }
- func (m *WxAppletPrepayRequest) GetNative() bool {
- if m != nil {
- return m.Native
- }
- return false
- }
- type WxAppletPrepayReply struct {
- Prepay string `protobuf:"bytes,1,opt,name=prepay,proto3" json:"prepay"`
- PrepayId string `protobuf:"bytes,2,opt,name=prepay_id,json=prepayId,proto3" json:"prepay_id"`
- CodeUrl string `protobuf:"bytes,3,opt,name=code_url,json=codeUrl,proto3" json:"code_url"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletPrepayReply) Reset() { *m = WxAppletPrepayReply{} }
- func (m *WxAppletPrepayReply) String() string { return proto.CompactTextString(m) }
- func (*WxAppletPrepayReply) ProtoMessage() {}
- func (*WxAppletPrepayReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{7}
- }
- func (m *WxAppletPrepayReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletPrepayReply.Unmarshal(m, b)
- }
- func (m *WxAppletPrepayReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletPrepayReply.Marshal(b, m, deterministic)
- }
- func (m *WxAppletPrepayReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletPrepayReply.Merge(m, src)
- }
- func (m *WxAppletPrepayReply) XXX_Size() int {
- return xxx_messageInfo_WxAppletPrepayReply.Size(m)
- }
- func (m *WxAppletPrepayReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletPrepayReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletPrepayReply proto.InternalMessageInfo
- func (m *WxAppletPrepayReply) GetPrepay() string {
- if m != nil {
- return m.Prepay
- }
- return ""
- }
- func (m *WxAppletPrepayReply) GetPrepayId() string {
- if m != nil {
- return m.PrepayId
- }
- return ""
- }
- func (m *WxAppletPrepayReply) GetCodeUrl() string {
- if m != nil {
- return m.CodeUrl
- }
- return ""
- }
- type WxAppletQueryRequest struct {
- Order string `protobuf:"bytes,1,opt,name=order,proto3" json:"order"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletQueryRequest) Reset() { *m = WxAppletQueryRequest{} }
- func (m *WxAppletQueryRequest) String() string { return proto.CompactTextString(m) }
- func (*WxAppletQueryRequest) ProtoMessage() {}
- func (*WxAppletQueryRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{8}
- }
- func (m *WxAppletQueryRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletQueryRequest.Unmarshal(m, b)
- }
- func (m *WxAppletQueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletQueryRequest.Marshal(b, m, deterministic)
- }
- func (m *WxAppletQueryRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletQueryRequest.Merge(m, src)
- }
- func (m *WxAppletQueryRequest) XXX_Size() int {
- return xxx_messageInfo_WxAppletQueryRequest.Size(m)
- }
- func (m *WxAppletQueryRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletQueryRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletQueryRequest proto.InternalMessageInfo
- func (m *WxAppletQueryRequest) GetOrder() string {
- if m != nil {
- return m.Order
- }
- return ""
- }
- type WxAppletQueryReply struct {
- TradeState string `protobuf:"bytes,1,opt,name=trade_state,json=tradeState,proto3" json:"trade_state"`
- TradeStateDesc string `protobuf:"bytes,2,opt,name=trade_state_desc,json=tradeStateDesc,proto3" json:"trade_state_desc"`
- TransactionId string `protobuf:"bytes,3,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id"`
- PayTime int64 `protobuf:"varint,4,opt,name=pay_time,json=payTime,proto3" json:"pay_time"`
- Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxAppletQueryReply) Reset() { *m = WxAppletQueryReply{} }
- func (m *WxAppletQueryReply) String() string { return proto.CompactTextString(m) }
- func (*WxAppletQueryReply) ProtoMessage() {}
- func (*WxAppletQueryReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{9}
- }
- func (m *WxAppletQueryReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxAppletQueryReply.Unmarshal(m, b)
- }
- func (m *WxAppletQueryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxAppletQueryReply.Marshal(b, m, deterministic)
- }
- func (m *WxAppletQueryReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxAppletQueryReply.Merge(m, src)
- }
- func (m *WxAppletQueryReply) XXX_Size() int {
- return xxx_messageInfo_WxAppletQueryReply.Size(m)
- }
- func (m *WxAppletQueryReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxAppletQueryReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxAppletQueryReply proto.InternalMessageInfo
- func (m *WxAppletQueryReply) GetTradeState() string {
- if m != nil {
- return m.TradeState
- }
- return ""
- }
- func (m *WxAppletQueryReply) GetTradeStateDesc() string {
- if m != nil {
- return m.TradeStateDesc
- }
- return ""
- }
- func (m *WxAppletQueryReply) GetTransactionId() string {
- if m != nil {
- return m.TransactionId
- }
- return ""
- }
- func (m *WxAppletQueryReply) GetPayTime() int64 {
- if m != nil {
- return m.PayTime
- }
- return 0
- }
- func (m *WxAppletQueryReply) GetAmount() int64 {
- if m != nil {
- return m.Amount
- }
- return 0
- }
- type WxPublicUnionIdRequest struct {
- OpenId string `protobuf:"bytes,1,opt,name=open_id,json=openId,proto3" json:"open_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicUnionIdRequest) Reset() { *m = WxPublicUnionIdRequest{} }
- func (m *WxPublicUnionIdRequest) String() string { return proto.CompactTextString(m) }
- func (*WxPublicUnionIdRequest) ProtoMessage() {}
- func (*WxPublicUnionIdRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{10}
- }
- func (m *WxPublicUnionIdRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicUnionIdRequest.Unmarshal(m, b)
- }
- func (m *WxPublicUnionIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicUnionIdRequest.Marshal(b, m, deterministic)
- }
- func (m *WxPublicUnionIdRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicUnionIdRequest.Merge(m, src)
- }
- func (m *WxPublicUnionIdRequest) XXX_Size() int {
- return xxx_messageInfo_WxPublicUnionIdRequest.Size(m)
- }
- func (m *WxPublicUnionIdRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicUnionIdRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicUnionIdRequest proto.InternalMessageInfo
- func (m *WxPublicUnionIdRequest) GetOpenId() string {
- if m != nil {
- return m.OpenId
- }
- return ""
- }
- type WxPublicUnionIdReply struct {
- UnionId string `protobuf:"bytes,2,opt,name=union_id,json=unionId,proto3" json:"union_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicUnionIdReply) Reset() { *m = WxPublicUnionIdReply{} }
- func (m *WxPublicUnionIdReply) String() string { return proto.CompactTextString(m) }
- func (*WxPublicUnionIdReply) ProtoMessage() {}
- func (*WxPublicUnionIdReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{11}
- }
- func (m *WxPublicUnionIdReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicUnionIdReply.Unmarshal(m, b)
- }
- func (m *WxPublicUnionIdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicUnionIdReply.Marshal(b, m, deterministic)
- }
- func (m *WxPublicUnionIdReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicUnionIdReply.Merge(m, src)
- }
- func (m *WxPublicUnionIdReply) XXX_Size() int {
- return xxx_messageInfo_WxPublicUnionIdReply.Size(m)
- }
- func (m *WxPublicUnionIdReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicUnionIdReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicUnionIdReply proto.InternalMessageInfo
- func (m *WxPublicUnionIdReply) GetUnionId() string {
- if m != nil {
- return m.UnionId
- }
- return ""
- }
- type WxPublicMsgKeyValue struct {
- Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key"`
- Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicMsgKeyValue) Reset() { *m = WxPublicMsgKeyValue{} }
- func (m *WxPublicMsgKeyValue) String() string { return proto.CompactTextString(m) }
- func (*WxPublicMsgKeyValue) ProtoMessage() {}
- func (*WxPublicMsgKeyValue) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{12}
- }
- func (m *WxPublicMsgKeyValue) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicMsgKeyValue.Unmarshal(m, b)
- }
- func (m *WxPublicMsgKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicMsgKeyValue.Marshal(b, m, deterministic)
- }
- func (m *WxPublicMsgKeyValue) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicMsgKeyValue.Merge(m, src)
- }
- func (m *WxPublicMsgKeyValue) XXX_Size() int {
- return xxx_messageInfo_WxPublicMsgKeyValue.Size(m)
- }
- func (m *WxPublicMsgKeyValue) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicMsgKeyValue.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicMsgKeyValue proto.InternalMessageInfo
- func (m *WxPublicMsgKeyValue) GetKey() string {
- if m != nil {
- return m.Key
- }
- return ""
- }
- func (m *WxPublicMsgKeyValue) GetValue() string {
- if m != nil {
- return m.Value
- }
- return ""
- }
- type WxPublicMsgSendRequest struct {
- TemplateId string `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id"`
- PublicOpenId string `protobuf:"bytes,2,opt,name=public_open_id,json=publicOpenId,proto3" json:"public_open_id"`
- Content []*WxPublicMsgKeyValue `protobuf:"bytes,3,rep,name=content,proto3" json:"content"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicMsgSendRequest) Reset() { *m = WxPublicMsgSendRequest{} }
- func (m *WxPublicMsgSendRequest) String() string { return proto.CompactTextString(m) }
- func (*WxPublicMsgSendRequest) ProtoMessage() {}
- func (*WxPublicMsgSendRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{13}
- }
- func (m *WxPublicMsgSendRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicMsgSendRequest.Unmarshal(m, b)
- }
- func (m *WxPublicMsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicMsgSendRequest.Marshal(b, m, deterministic)
- }
- func (m *WxPublicMsgSendRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicMsgSendRequest.Merge(m, src)
- }
- func (m *WxPublicMsgSendRequest) XXX_Size() int {
- return xxx_messageInfo_WxPublicMsgSendRequest.Size(m)
- }
- func (m *WxPublicMsgSendRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicMsgSendRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicMsgSendRequest proto.InternalMessageInfo
- func (m *WxPublicMsgSendRequest) GetTemplateId() string {
- if m != nil {
- return m.TemplateId
- }
- return ""
- }
- func (m *WxPublicMsgSendRequest) GetPublicOpenId() string {
- if m != nil {
- return m.PublicOpenId
- }
- return ""
- }
- func (m *WxPublicMsgSendRequest) GetContent() []*WxPublicMsgKeyValue {
- if m != nil {
- return m.Content
- }
- return nil
- }
- type WxPublicMsgSendReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicMsgSendReply) Reset() { *m = WxPublicMsgSendReply{} }
- func (m *WxPublicMsgSendReply) String() string { return proto.CompactTextString(m) }
- func (*WxPublicMsgSendReply) ProtoMessage() {}
- func (*WxPublicMsgSendReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{14}
- }
- func (m *WxPublicMsgSendReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicMsgSendReply.Unmarshal(m, b)
- }
- func (m *WxPublicMsgSendReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicMsgSendReply.Marshal(b, m, deterministic)
- }
- func (m *WxPublicMsgSendReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicMsgSendReply.Merge(m, src)
- }
- func (m *WxPublicMsgSendReply) XXX_Size() int {
- return xxx_messageInfo_WxPublicMsgSendReply.Size(m)
- }
- func (m *WxPublicMsgSendReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicMsgSendReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicMsgSendReply proto.InternalMessageInfo
- type WxPublicAddMiniRequest struct {
- MiniUrl string `protobuf:"bytes,1,opt,name=mini_url,json=miniUrl,proto3" json:"mini_url"`
- MiniPagepath string `protobuf:"bytes,2,opt,name=mini_pagepath,json=miniPagepath,proto3" json:"mini_pagepath"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicAddMiniRequest) Reset() { *m = WxPublicAddMiniRequest{} }
- func (m *WxPublicAddMiniRequest) String() string { return proto.CompactTextString(m) }
- func (*WxPublicAddMiniRequest) ProtoMessage() {}
- func (*WxPublicAddMiniRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{15}
- }
- func (m *WxPublicAddMiniRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicAddMiniRequest.Unmarshal(m, b)
- }
- func (m *WxPublicAddMiniRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicAddMiniRequest.Marshal(b, m, deterministic)
- }
- func (m *WxPublicAddMiniRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicAddMiniRequest.Merge(m, src)
- }
- func (m *WxPublicAddMiniRequest) XXX_Size() int {
- return xxx_messageInfo_WxPublicAddMiniRequest.Size(m)
- }
- func (m *WxPublicAddMiniRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicAddMiniRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicAddMiniRequest proto.InternalMessageInfo
- func (m *WxPublicAddMiniRequest) GetMiniUrl() string {
- if m != nil {
- return m.MiniUrl
- }
- return ""
- }
- func (m *WxPublicAddMiniRequest) GetMiniPagepath() string {
- if m != nil {
- return m.MiniPagepath
- }
- return ""
- }
- type WxPublicAddMiniReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *WxPublicAddMiniReply) Reset() { *m = WxPublicAddMiniReply{} }
- func (m *WxPublicAddMiniReply) String() string { return proto.CompactTextString(m) }
- func (*WxPublicAddMiniReply) ProtoMessage() {}
- func (*WxPublicAddMiniReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{16}
- }
- func (m *WxPublicAddMiniReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WxPublicAddMiniReply.Unmarshal(m, b)
- }
- func (m *WxPublicAddMiniReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WxPublicAddMiniReply.Marshal(b, m, deterministic)
- }
- func (m *WxPublicAddMiniReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WxPublicAddMiniReply.Merge(m, src)
- }
- func (m *WxPublicAddMiniReply) XXX_Size() int {
- return xxx_messageInfo_WxPublicAddMiniReply.Size(m)
- }
- func (m *WxPublicAddMiniReply) XXX_DiscardUnknown() {
- xxx_messageInfo_WxPublicAddMiniReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_WxPublicAddMiniReply proto.InternalMessageInfo
- type TencentMsgSendRequest struct {
- Datas []string `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas"`
- MsgType int32 `protobuf:"varint,2,opt,name=msg_type,json=msgType,proto3" json:"msg_type"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TencentMsgSendRequest) Reset() { *m = TencentMsgSendRequest{} }
- func (m *TencentMsgSendRequest) String() string { return proto.CompactTextString(m) }
- func (*TencentMsgSendRequest) ProtoMessage() {}
- func (*TencentMsgSendRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{17}
- }
- func (m *TencentMsgSendRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TencentMsgSendRequest.Unmarshal(m, b)
- }
- func (m *TencentMsgSendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TencentMsgSendRequest.Marshal(b, m, deterministic)
- }
- func (m *TencentMsgSendRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TencentMsgSendRequest.Merge(m, src)
- }
- func (m *TencentMsgSendRequest) XXX_Size() int {
- return xxx_messageInfo_TencentMsgSendRequest.Size(m)
- }
- func (m *TencentMsgSendRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_TencentMsgSendRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_TencentMsgSendRequest proto.InternalMessageInfo
- func (m *TencentMsgSendRequest) GetDatas() []string {
- if m != nil {
- return m.Datas
- }
- return nil
- }
- func (m *TencentMsgSendRequest) GetMsgType() int32 {
- if m != nil {
- return m.MsgType
- }
- return 0
- }
- func (m *TencentMsgSendRequest) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- type TencentMsgSendReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *TencentMsgSendReply) Reset() { *m = TencentMsgSendReply{} }
- func (m *TencentMsgSendReply) String() string { return proto.CompactTextString(m) }
- func (*TencentMsgSendReply) ProtoMessage() {}
- func (*TencentMsgSendReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{18}
- }
- func (m *TencentMsgSendReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TencentMsgSendReply.Unmarshal(m, b)
- }
- func (m *TencentMsgSendReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TencentMsgSendReply.Marshal(b, m, deterministic)
- }
- func (m *TencentMsgSendReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TencentMsgSendReply.Merge(m, src)
- }
- func (m *TencentMsgSendReply) XXX_Size() int {
- return xxx_messageInfo_TencentMsgSendReply.Size(m)
- }
- func (m *TencentMsgSendReply) XXX_DiscardUnknown() {
- xxx_messageInfo_TencentMsgSendReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_TencentMsgSendReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GetVcodeRequest)(nil), "pb_v1.GetVcodeRequest")
- proto.RegisterType((*GetVcodeReply)(nil), "pb_v1.GetVcodeReply")
- proto.RegisterType((*CheckVcodeRequest)(nil), "pb_v1.CheckVcodeRequest")
- proto.RegisterType((*CheckVcodeReply)(nil), "pb_v1.CheckVcodeReply")
- proto.RegisterType((*WxAppletLoginAuthRequest)(nil), "pb_v1.WxAppletLoginAuthRequest")
- proto.RegisterType((*WxAppletLoginAuthReply)(nil), "pb_v1.WxAppletLoginAuthReply")
- proto.RegisterType((*WxAppletPrepayRequest)(nil), "pb_v1.WxAppletPrepayRequest")
- proto.RegisterType((*WxAppletPrepayReply)(nil), "pb_v1.WxAppletPrepayReply")
- proto.RegisterType((*WxAppletQueryRequest)(nil), "pb_v1.WxAppletQueryRequest")
- proto.RegisterType((*WxAppletQueryReply)(nil), "pb_v1.WxAppletQueryReply")
- proto.RegisterType((*WxPublicUnionIdRequest)(nil), "pb_v1.WxPublicUnionIdRequest")
- proto.RegisterType((*WxPublicUnionIdReply)(nil), "pb_v1.WxPublicUnionIdReply")
- proto.RegisterType((*WxPublicMsgKeyValue)(nil), "pb_v1.WxPublicMsgKeyValue")
- proto.RegisterType((*WxPublicMsgSendRequest)(nil), "pb_v1.WxPublicMsgSendRequest")
- proto.RegisterType((*WxPublicMsgSendReply)(nil), "pb_v1.WxPublicMsgSendReply")
- proto.RegisterType((*WxPublicAddMiniRequest)(nil), "pb_v1.WxPublicAddMiniRequest")
- proto.RegisterType((*WxPublicAddMiniReply)(nil), "pb_v1.WxPublicAddMiniReply")
- proto.RegisterType((*TencentMsgSendRequest)(nil), "pb_v1.TencentMsgSendRequest")
- proto.RegisterType((*TencentMsgSendReply)(nil), "pb_v1.TencentMsgSendReply")
- }
- func init() {
- proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
- }
- var fileDescriptor_e10f141fd1fcfe2b = []byte{
- // 723 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x5d, 0x6f, 0xd3, 0x4a,
- 0x10, 0x95, 0x9b, 0x26, 0x4e, 0x27, 0x4d, 0x3f, 0xb6, 0x49, 0xae, 0x7b, 0xef, 0x43, 0x73, 0xf7,
- 0xde, 0x4a, 0x79, 0x80, 0x54, 0x81, 0xbe, 0xf2, 0x50, 0x40, 0x42, 0x51, 0x5b, 0x28, 0xee, 0x07,
- 0x88, 0x07, 0x2c, 0xc7, 0x1e, 0x25, 0x56, 0xed, 0xf5, 0x62, 0xaf, 0x23, 0xfc, 0x43, 0xf8, 0x31,
- 0xbc, 0xf2, 0xcb, 0xd0, 0xee, 0xda, 0xb1, 0x89, 0x5a, 0x24, 0xde, 0x7c, 0x66, 0x77, 0xce, 0x9c,
- 0x39, 0x33, 0x5e, 0xd8, 0x13, 0x8b, 0x20, 0xf1, 0xb9, 0x9b, 0x88, 0x7c, 0xcc, 0x93, 0x58, 0xc4,
- 0xa4, 0xc9, 0x67, 0xce, 0x72, 0x42, 0x4f, 0x61, 0xf7, 0x0d, 0x8a, 0x3b, 0x2f, 0xf6, 0xd1, 0xc6,
- 0x2f, 0x19, 0xa6, 0x82, 0xfc, 0x0b, 0xdb, 0x7c, 0x11, 0x33, 0x74, 0x58, 0x16, 0xcd, 0x30, 0xb1,
- 0x8c, 0xa1, 0x31, 0xda, 0xb2, 0x3b, 0x2a, 0xf6, 0x56, 0x85, 0xe8, 0x31, 0x74, 0xab, 0x2c, 0x1e,
- 0xe6, 0xa4, 0x07, 0xcd, 0xa5, 0x44, 0xea, 0x72, 0xd7, 0xd6, 0x80, 0x5e, 0xc0, 0xfe, 0xab, 0x05,
- 0x7a, 0xf7, 0x7f, 0x48, 0x5f, 0xb1, 0x6d, 0xd4, 0xd9, 0xf6, 0x61, 0xb7, 0xce, 0xc6, 0xc3, 0x9c,
- 0x8e, 0xc1, 0xfa, 0xf0, 0xf5, 0x8c, 0xf3, 0x10, 0xc5, 0x45, 0x3c, 0x0f, 0xd8, 0x59, 0x26, 0x16,
- 0x65, 0x1d, 0x02, 0x9b, 0x2b, 0x45, 0x5b, 0xb6, 0xfa, 0xa6, 0x11, 0x0c, 0x1e, 0xb8, 0x2f, 0x1b,
- 0xf8, 0x0b, 0xcc, 0x98, 0x23, 0x73, 0x02, 0xbf, 0x48, 0x68, 0x49, 0x38, 0xf5, 0xc9, 0x21, 0xb4,
- 0x33, 0x16, 0xc4, 0xea, 0x64, 0x43, 0x9d, 0x98, 0x0a, 0x4f, 0x7d, 0x72, 0x04, 0x9d, 0x14, 0xd3,
- 0x54, 0x1e, 0xde, 0x63, 0x6e, 0x35, 0xd4, 0x29, 0x14, 0xa1, 0x73, 0xcc, 0xe9, 0x0f, 0x03, 0xfa,
- 0x65, 0xbd, 0xab, 0x04, 0xb9, 0x9b, 0x97, 0xe2, 0x7a, 0xd0, 0x8c, 0x13, 0x7f, 0xd5, 0xbd, 0x06,
- 0xc4, 0x02, 0x93, 0x27, 0xb1, 0x9f, 0x79, 0xa2, 0x2c, 0x55, 0xc0, 0xba, 0xbc, 0xc6, 0x2f, 0xf2,
- 0x06, 0xd0, 0x72, 0xa3, 0x38, 0x63, 0xc2, 0xda, 0x1c, 0x1a, 0xa3, 0x86, 0x5d, 0x20, 0x29, 0x3b,
- 0x60, 0x3c, 0x13, 0x4e, 0xc0, 0xad, 0xa6, 0xe6, 0x52, 0x78, 0xca, 0x49, 0x1f, 0x5a, 0x91, 0xb7,
- 0x90, 0x54, 0x2d, 0x5d, 0x3c, 0xf2, 0x16, 0x9a, 0x89, 0xb9, 0x22, 0x58, 0xa2, 0x65, 0x0e, 0x8d,
- 0x51, 0xdb, 0x2e, 0x10, 0x45, 0x38, 0x58, 0xef, 0x41, 0x1a, 0x36, 0x80, 0x16, 0x57, 0xb0, 0xf4,
- 0x4b, 0x23, 0xf2, 0x0f, 0x6c, 0xe9, 0xaf, 0xca, 0xb0, 0xb6, 0x0e, 0x68, 0x33, 0xe5, 0x1c, 0x9c,
- 0x2c, 0x09, 0x8b, 0x3e, 0x4c, 0x89, 0x6f, 0x93, 0x90, 0x3e, 0x81, 0x5e, 0x59, 0xe6, 0x7d, 0x86,
- 0xc9, 0xef, 0x9d, 0xa2, 0xdf, 0x0d, 0x20, 0x6b, 0xd7, 0xa5, 0xa8, 0x23, 0xe8, 0x88, 0xc4, 0xf5,
- 0xd1, 0x49, 0x85, 0x2b, 0xca, 0xd1, 0x83, 0x0a, 0x5d, 0xcb, 0x08, 0x19, 0xc1, 0x5e, 0xed, 0x82,
- 0xe3, 0x63, 0xea, 0x15, 0x22, 0x77, 0xaa, 0x5b, 0xaf, 0x31, 0xf5, 0xc8, 0x31, 0xc8, 0x08, 0x4b,
- 0x5d, 0x4f, 0x14, 0xd3, 0xd7, 0x82, 0xbb, 0xb5, 0xa8, 0xee, 0x48, 0xf6, 0x2a, 0x82, 0x08, 0x8b,
- 0x09, 0x98, 0xdc, 0xcd, 0x6f, 0x82, 0x08, 0x6b, 0xa3, 0x69, 0xd6, 0x47, 0x43, 0x27, 0x72, 0x09,
- 0xaf, 0xb2, 0x59, 0x18, 0x78, 0xb7, 0x7a, 0x93, 0xca, 0x5e, 0x1f, 0x5b, 0x42, 0x3a, 0x91, 0xe6,
- 0xac, 0xa5, 0xc8, 0x7e, 0x1f, 0x5f, 0x4e, 0xfa, 0x42, 0x8e, 0x4d, 0xa7, 0x5c, 0xa6, 0xf3, 0x73,
- 0xcc, 0xef, 0xdc, 0x30, 0x43, 0xb2, 0x07, 0x0d, 0xb9, 0xab, 0x9a, 0x5e, 0x7e, 0xaa, 0x9f, 0x4d,
- 0x1e, 0x15, 0x04, 0x1a, 0xd0, 0x6f, 0x46, 0xa5, 0xf2, 0x32, 0x9d, 0x5f, 0x23, 0x5b, 0xa9, 0x94,
- 0x26, 0x63, 0xc4, 0x43, 0x69, 0xe0, 0x4a, 0x29, 0x94, 0xa1, 0xa9, 0x4f, 0xfe, 0x87, 0x1d, 0xae,
- 0x12, 0x9d, 0xb2, 0x1b, 0x4d, 0xbd, 0xad, 0xa3, 0xef, 0xf4, 0xe6, 0x9e, 0x82, 0xe9, 0xc5, 0x4c,
- 0x20, 0x13, 0x56, 0x63, 0xd8, 0x18, 0x75, 0x9e, 0xfd, 0x3d, 0x56, 0x4f, 0xd2, 0xf8, 0x01, 0xd9,
- 0x76, 0x79, 0x95, 0x0e, 0x2a, 0x27, 0x56, 0xb2, 0xe4, 0x4b, 0xf0, 0xb1, 0x92, 0x7b, 0xe6, 0xfb,
- 0x97, 0x01, 0x0b, 0x4a, 0xb9, 0x87, 0xd0, 0x8e, 0x02, 0x16, 0xa8, 0x9d, 0xd3, 0x5a, 0x4d, 0x89,
- 0x6f, 0x93, 0x90, 0xfc, 0x07, 0x5d, 0x75, 0xc4, 0xdd, 0x39, 0x72, 0x57, 0x2c, 0x4a, 0x9d, 0x32,
- 0x78, 0x55, 0xc4, 0xea, 0x15, 0x57, 0xcc, 0xb2, 0xe2, 0x67, 0xe8, 0xdf, 0x20, 0xf3, 0x90, 0x89,
- 0x35, 0x7f, 0x7a, 0xd0, 0xf4, 0x5d, 0xe1, 0xa6, 0x96, 0x31, 0x6c, 0x48, 0x43, 0x15, 0x50, 0x32,
- 0xd2, 0xb9, 0x23, 0x72, 0xae, 0x9d, 0x6e, 0xda, 0x66, 0x94, 0xce, 0x6f, 0x72, 0x8e, 0x32, 0x41,
- 0xbd, 0x7e, 0xc5, 0x86, 0x69, 0x40, 0xfb, 0x70, 0xb0, 0xce, 0xcf, 0xc3, 0xfc, 0x65, 0xff, 0xd3,
- 0x01, 0x4f, 0x62, 0x8e, 0x89, 0xc8, 0x9f, 0x0a, 0x37, 0xbd, 0x3f, 0xe1, 0xb3, 0x93, 0xe5, 0x64,
- 0xd6, 0x52, 0xaf, 0xfa, 0xf3, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xb2, 0x6f, 0x4b, 0xe9,
- 0x05, 0x00, 0x00,
- }
|