transfer_yl/rpc/transfer/transfer.pb.go

3381 lines
115 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.34.2
// protoc (unknown)
// source: transfer.proto
package transfer
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type DefaultRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}
func (x *DefaultRes) Reset() {
*x = DefaultRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DefaultRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DefaultRes) ProtoMessage() {}
func (x *DefaultRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DefaultRes.ProtoReflect.Descriptor instead.
func (*DefaultRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{0}
}
func (x *DefaultRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *DefaultRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
type DefaultReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
}
func (x *DefaultReq) Reset() {
*x = DefaultReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DefaultReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DefaultReq) ProtoMessage() {}
func (x *DefaultReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DefaultReq.ProtoReflect.Descriptor instead.
func (*DefaultReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{1}
}
func (x *DefaultReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *DefaultReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *DefaultReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
type NewMarketDiscardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
OutBizNo string `protobuf:"bytes,2,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
TradeNo string `protobuf:"bytes,3,opt,name=trade_no,json=tradeNo,proto3" json:"trade_no,omitempty"`
}
func (x *NewMarketDiscardReq) Reset() {
*x = NewMarketDiscardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketDiscardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketDiscardReq) ProtoMessage() {}
func (x *NewMarketDiscardReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketDiscardReq.ProtoReflect.Descriptor instead.
func (*NewMarketDiscardReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{2}
}
func (x *NewMarketDiscardReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *NewMarketDiscardReq) GetOutBizNo() string {
if x != nil {
return x.OutBizNo
}
return ""
}
func (x *NewMarketDiscardReq) GetTradeNo() string {
if x != nil {
return x.TradeNo
}
return ""
}
type NewMarketDiscardRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
}
func (x *NewMarketDiscardRes) Reset() {
*x = NewMarketDiscardRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketDiscardRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketDiscardRes) ProtoMessage() {}
func (x *NewMarketDiscardRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketDiscardRes.ProtoReflect.Descriptor instead.
func (*NewMarketDiscardRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{3}
}
func (x *NewMarketDiscardRes) GetCode() int32 {
if x != nil {
return x.Code
}
return 0
}
func (x *NewMarketDiscardRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *NewMarketDiscardRes) GetReason() string {
if x != nil {
return x.Reason
}
return ""
}
type NewMarketQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
OutBizNo string `protobuf:"bytes,2,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
TradeNo string `protobuf:"bytes,3,opt,name=trade_no,json=tradeNo,proto3" json:"trade_no,omitempty"`
}
func (x *NewMarketQueryReq) Reset() {
*x = NewMarketQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketQueryReq) ProtoMessage() {}
func (x *NewMarketQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketQueryReq.ProtoReflect.Descriptor instead.
func (*NewMarketQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{4}
}
func (x *NewMarketQueryReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *NewMarketQueryReq) GetOutBizNo() string {
if x != nil {
return x.OutBizNo
}
return ""
}
func (x *NewMarketQueryReq) GetTradeNo() string {
if x != nil {
return x.TradeNo
}
return ""
}
type NewMarketOrderReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
OutBizNo string `protobuf:"bytes,1,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
ActivityNo string `protobuf:"bytes,2,opt,name=activity_no,json=activityNo,proto3" json:"activity_no,omitempty"`
Number int32 `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"`
}
func (x *NewMarketOrderReq) Reset() {
*x = NewMarketOrderReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketOrderReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketOrderReq) ProtoMessage() {}
func (x *NewMarketOrderReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketOrderReq.ProtoReflect.Descriptor instead.
func (*NewMarketOrderReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{5}
}
func (x *NewMarketOrderReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *NewMarketOrderReq) GetOutBizNo() string {
if x != nil {
return x.OutBizNo
}
return ""
}
func (x *NewMarketOrderReq) GetActivityNo() string {
if x != nil {
return x.ActivityNo
}
return ""
}
func (x *NewMarketOrderReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
type NewMarketOrderRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
Data *NewMarketOrderRes_Data `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *NewMarketOrderRes) Reset() {
*x = NewMarketOrderRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketOrderRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketOrderRes) ProtoMessage() {}
func (x *NewMarketOrderRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketOrderRes.ProtoReflect.Descriptor instead.
func (*NewMarketOrderRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{6}
}
func (x *NewMarketOrderRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *NewMarketOrderRes) GetCode() int32 {
if x != nil {
return x.Code
}
return 0
}
func (x *NewMarketOrderRes) GetReason() string {
if x != nil {
return x.Reason
}
return ""
}
func (x *NewMarketOrderRes) GetData() *NewMarketOrderRes_Data {
if x != nil {
return x.Data
}
return nil
}
type RsCouponGrantReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VendorNo string `protobuf:"bytes,1,opt,name=vendorNo,proto3" json:"vendorNo,omitempty"`
Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
OutBizNo string `protobuf:"bytes,3,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
Num int32 `protobuf:"varint,4,opt,name=num,proto3" json:"num,omitempty"`
Sign string `protobuf:"bytes,5,opt,name=sign,proto3" json:"sign,omitempty"`
}
func (x *RsCouponGrantReq) Reset() {
*x = RsCouponGrantReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RsCouponGrantReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RsCouponGrantReq) ProtoMessage() {}
func (x *RsCouponGrantReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RsCouponGrantReq.ProtoReflect.Descriptor instead.
func (*RsCouponGrantReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{7}
}
func (x *RsCouponGrantReq) GetVendorNo() string {
if x != nil {
return x.VendorNo
}
return ""
}
func (x *RsCouponGrantReq) GetData() string {
if x != nil {
return x.Data
}
return ""
}
func (x *RsCouponGrantReq) GetOutBizNo() string {
if x != nil {
return x.OutBizNo
}
return ""
}
func (x *RsCouponGrantReq) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *RsCouponGrantReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
type RsCouponGrantRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
Data *RsCouponGrantRes_Data `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *RsCouponGrantRes) Reset() {
*x = RsCouponGrantRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RsCouponGrantRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RsCouponGrantRes) ProtoMessage() {}
func (x *RsCouponGrantRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RsCouponGrantRes.ProtoReflect.Descriptor instead.
func (*RsCouponGrantRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{8}
}
func (x *RsCouponGrantRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *RsCouponGrantRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *RsCouponGrantRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *RsCouponGrantRes) GetData() *RsCouponGrantRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketQueryRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketQueryRes) Reset() {
*x = MarketQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryRes) ProtoMessage() {}
func (x *MarketQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketQueryRes.ProtoReflect.Descriptor instead.
func (*MarketQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{9}
}
func (x *MarketQueryRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketQueryRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketQueryRes) GetData() *MarketQueryRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=req_code,json=reqCode,proto3" json:"req_code,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=mem_id,json=memId,proto3" json:"mem_id,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=req_serial_no,json=reqSerialNo,proto3" json:"req_serial_no,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherCode string `protobuf:"bytes,9,opt,name=voucher_code,json=voucherCode,proto3" json:"voucher_code,omitempty"`
}
func (x *MarketQueryReq) Reset() {
*x = MarketQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryReq) ProtoMessage() {}
func (x *MarketQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketQueryReq.ProtoReflect.Descriptor instead.
func (*MarketQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{10}
}
func (x *MarketQueryReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketQueryReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *MarketQueryReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketQueryReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketQueryReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketQueryReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketQueryReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketQueryReq) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
type MarketKeyDiscardRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketKeyDiscardRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketKeyDiscardRes) Reset() {
*x = MarketKeyDiscardRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardRes) ProtoMessage() {}
func (x *MarketKeyDiscardRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeyDiscardRes.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{11}
}
func (x *MarketKeyDiscardRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketKeyDiscardRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketKeyDiscardRes) GetData() *MarketKeyDiscardRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketKeyDiscardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=req_code,json=reqCode,proto3" json:"req_code,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=mem_id,json=memId,proto3" json:"mem_id,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=req_serial_no,json=reqSerialNo,proto3" json:"req_serial_no,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherCode string `protobuf:"bytes,9,opt,name=voucher_code,json=voucherCode,proto3" json:"voucher_code,omitempty"`
}
func (x *MarketKeyDiscardReq) Reset() {
*x = MarketKeyDiscardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardReq) ProtoMessage() {}
func (x *MarketKeyDiscardReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeyDiscardReq.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{12}
}
func (x *MarketKeyDiscardReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketKeyDiscardReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *MarketKeyDiscardReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketKeyDiscardReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketKeyDiscardReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketKeyDiscardReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketKeyDiscardReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeyDiscardReq) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
type MarketKeySendRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketKeySendRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketKeySendRes) Reset() {
*x = MarketKeySendRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendRes) ProtoMessage() {}
func (x *MarketKeySendRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeySendRes.ProtoReflect.Descriptor instead.
func (*MarketKeySendRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{13}
}
func (x *MarketKeySendRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketKeySendRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketKeySendRes) GetData() *MarketKeySendRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketKeySendReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=req_code,json=reqCode,proto3" json:"req_code,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=mem_id,json=memId,proto3" json:"mem_id,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=req_serial_no,json=reqSerialNo,proto3" json:"req_serial_no,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
PosId string `protobuf:"bytes,7,opt,name=pos_id,json=posId,proto3" json:"pos_id,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherNum int64 `protobuf:"varint,9,opt,name=voucher_num,json=voucherNum,proto3" json:"voucher_num,omitempty"`
MobileNo string `protobuf:"bytes,10,opt,name=mobile_no,json=mobileNo,proto3" json:"mobile_no,omitempty"`
SendMsg string `protobuf:"bytes,11,opt,name=send_msg,json=sendMsg,proto3" json:"send_msg,omitempty"`
}
func (x *MarketKeySendReq) Reset() {
*x = MarketKeySendReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendReq) ProtoMessage() {}
func (x *MarketKeySendReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeySendReq.ProtoReflect.Descriptor instead.
func (*MarketKeySendReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{14}
}
func (x *MarketKeySendReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketKeySendReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *MarketKeySendReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketKeySendReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketKeySendReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketKeySendReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketKeySendReq) GetPosId() string {
if x != nil {
return x.PosId
}
return ""
}
func (x *MarketKeySendReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeySendReq) GetVoucherNum() int64 {
if x != nil {
return x.VoucherNum
}
return 0
}
func (x *MarketKeySendReq) GetMobileNo() string {
if x != nil {
return x.MobileNo
}
return ""
}
func (x *MarketKeySendReq) GetSendMsg() string {
if x != nil {
return x.SendMsg
}
return ""
}
type ZltxRechargeProductRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Products []*ZltxRechargeProductRes_Product `protobuf:"bytes,3,rep,name=products,proto3" json:"products,omitempty"`
}
func (x *ZltxRechargeProductRes) Reset() {
*x = ZltxRechargeProductRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeProductRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeProductRes) ProtoMessage() {}
func (x *ZltxRechargeProductRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxRechargeProductRes.ProtoReflect.Descriptor instead.
func (*ZltxRechargeProductRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{15}
}
func (x *ZltxRechargeProductRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxRechargeProductRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxRechargeProductRes) GetProducts() []*ZltxRechargeProductRes_Product {
if x != nil {
return x.Products
}
return nil
}
type ZltxRechargeInfoRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
}
func (x *ZltxRechargeInfoRes) Reset() {
*x = ZltxRechargeInfoRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeInfoRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeInfoRes) ProtoMessage() {}
func (x *ZltxRechargeInfoRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxRechargeInfoRes.ProtoReflect.Descriptor instead.
func (*ZltxRechargeInfoRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{16}
}
func (x *ZltxRechargeInfoRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxRechargeInfoRes) GetBalance() string {
if x != nil {
return x.Balance
}
return ""
}
type ZltxOrderSmsRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderSmsRes) Reset() {
*x = ZltxOrderSmsRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderSmsRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderSmsRes) ProtoMessage() {}
func (x *ZltxOrderSmsRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderSmsRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderSmsRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{17}
}
func (x *ZltxOrderSmsRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderSmsRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderSmsRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderSmsRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderSmsReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId int64 `protobuf:"varint,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderSmsReq) Reset() {
*x = ZltxOrderSmsReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderSmsReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderSmsReq) ProtoMessage() {}
func (x *ZltxOrderSmsReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderSmsReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderSmsReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{18}
}
func (x *ZltxOrderSmsReq) GetMerchantId() int64 {
if x != nil {
return x.MerchantId
}
return 0
}
func (x *ZltxOrderSmsReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderSmsReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderSmsReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderCardQueryRes) Reset() {
*x = ZltxOrderCardQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardQueryRes) ProtoMessage() {}
func (x *ZltxOrderCardQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderCardQueryRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{19}
}
func (x *ZltxOrderCardQueryRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId int64 `protobuf:"varint,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderCardQueryReq) Reset() {
*x = ZltxOrderCardQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardQueryReq) ProtoMessage() {}
func (x *ZltxOrderCardQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderCardQueryReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{20}
}
func (x *ZltxOrderCardQueryReq) GetMerchantId() int64 {
if x != nil {
return x.MerchantId
}
return 0
}
func (x *ZltxOrderCardQueryReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderCardQueryReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderCardQueryReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId int64 `protobuf:"varint,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
TimeStamp uint64 `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
ProductId int64 `protobuf:"varint,5,opt,name=productId,proto3" json:"productId,omitempty"`
Mobile string `protobuf:"bytes,6,opt,name=mobile,proto3" json:"mobile,omitempty"`
AccountType uint32 `protobuf:"varint,7,opt,name=accountType,proto3" json:"accountType,omitempty"`
Number int32 `protobuf:"varint,8,opt,name=number,proto3" json:"number,omitempty"`
NotifyUrl string `protobuf:"bytes,9,opt,name=notifyUrl,proto3" json:"notifyUrl,omitempty"`
ExtendParameter string `protobuf:"bytes,10,opt,name=extendParameter,proto3" json:"extendParameter,omitempty"`
}
func (x *ZltxOrderCardReq) Reset() {
*x = ZltxOrderCardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardReq) ProtoMessage() {}
func (x *ZltxOrderCardReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderCardReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{21}
}
func (x *ZltxOrderCardReq) GetMerchantId() int64 {
if x != nil {
return x.MerchantId
}
return 0
}
func (x *ZltxOrderCardReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderCardReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderCardReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
func (x *ZltxOrderCardReq) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxOrderCardReq) GetMobile() string {
if x != nil {
return x.Mobile
}
return ""
}
func (x *ZltxOrderCardReq) GetAccountType() uint32 {
if x != nil {
return x.AccountType
}
return 0
}
func (x *ZltxOrderCardReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
func (x *ZltxOrderCardReq) GetNotifyUrl() string {
if x != nil {
return x.NotifyUrl
}
return ""
}
func (x *ZltxOrderCardReq) GetExtendParameter() string {
if x != nil {
return x.ExtendParameter
}
return ""
}
type ZltxOrderRechargeQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderRechargeQueryRes) Reset() {
*x = ZltxOrderRechargeQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeQueryRes) ProtoMessage() {}
func (x *ZltxOrderRechargeQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderRechargeQueryRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{22}
}
func (x *ZltxOrderRechargeQueryRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderRechargeQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId uint64 `protobuf:"varint,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderRechargeQueryReq) Reset() {
*x = ZltxOrderRechargeQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeQueryReq) ProtoMessage() {}
func (x *ZltxOrderRechargeQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderRechargeQueryReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{23}
}
func (x *ZltxOrderRechargeQueryReq) GetMerchantId() uint64 {
if x != nil {
return x.MerchantId
}
return 0
}
func (x *ZltxOrderRechargeQueryReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderRechargeQueryReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderRechargeQueryReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderRechargeReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId uint64 `protobuf:"varint,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
TimeStamp uint64 `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
ProductId int64 `protobuf:"varint,5,opt,name=productId,proto3" json:"productId,omitempty"`
RechargeAccount string `protobuf:"bytes,6,opt,name=rechargeAccount,proto3" json:"rechargeAccount,omitempty"`
AccountType uint32 `protobuf:"varint,7,opt,name=accountType,proto3" json:"accountType,omitempty"`
Number int32 `protobuf:"varint,8,opt,name=number,proto3" json:"number,omitempty"`
NotifyUrl string `protobuf:"bytes,9,opt,name=notifyUrl,proto3" json:"notifyUrl,omitempty"`
ExtendParameter string `protobuf:"bytes,10,opt,name=extendParameter,proto3" json:"extendParameter,omitempty"`
}
func (x *ZltxOrderRechargeReq) Reset() {
*x = ZltxOrderRechargeReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeReq) ProtoMessage() {}
func (x *ZltxOrderRechargeReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[24]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderRechargeReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{24}
}
func (x *ZltxOrderRechargeReq) GetMerchantId() uint64 {
if x != nil {
return x.MerchantId
}
return 0
}
func (x *ZltxOrderRechargeReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderRechargeReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderRechargeReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
func (x *ZltxOrderRechargeReq) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxOrderRechargeReq) GetRechargeAccount() string {
if x != nil {
return x.RechargeAccount
}
return ""
}
func (x *ZltxOrderRechargeReq) GetAccountType() uint32 {
if x != nil {
return x.AccountType
}
return 0
}
func (x *ZltxOrderRechargeReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
func (x *ZltxOrderRechargeReq) GetNotifyUrl() string {
if x != nil {
return x.NotifyUrl
}
return ""
}
func (x *ZltxOrderRechargeReq) GetExtendParameter() string {
if x != nil {
return x.ExtendParameter
}
return ""
}
type NewMarketOrderRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OutBizNo string `protobuf:"bytes,1,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
TradeNo string `protobuf:"bytes,2,opt,name=trade_no,json=tradeNo,proto3" json:"trade_no,omitempty"`
Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
ValidBeginTime string `protobuf:"bytes,6,opt,name=valid_begin_time,json=validBeginTime,proto3" json:"valid_begin_time,omitempty"`
ValidEndTime string `protobuf:"bytes,7,opt,name=valid_end_time,json=validEndTime,proto3" json:"valid_end_time,omitempty"`
UsageTime string `protobuf:"bytes,8,opt,name=usage_time,json=usageTime,proto3" json:"usage_time,omitempty"`
DiscardTime string `protobuf:"bytes,9,opt,name=discard_time,json=discardTime,proto3" json:"discard_time,omitempty"`
}
func (x *NewMarketOrderRes_Data) Reset() {
*x = NewMarketOrderRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *NewMarketOrderRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*NewMarketOrderRes_Data) ProtoMessage() {}
func (x *NewMarketOrderRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[25]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use NewMarketOrderRes_Data.ProtoReflect.Descriptor instead.
func (*NewMarketOrderRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{6, 0}
}
func (x *NewMarketOrderRes_Data) GetOutBizNo() string {
if x != nil {
return x.OutBizNo
}
return ""
}
func (x *NewMarketOrderRes_Data) GetTradeNo() string {
if x != nil {
return x.TradeNo
}
return ""
}
func (x *NewMarketOrderRes_Data) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
func (x *NewMarketOrderRes_Data) GetStatus() int32 {
if x != nil {
return x.Status
}
return 0
}
func (x *NewMarketOrderRes_Data) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
func (x *NewMarketOrderRes_Data) GetValidBeginTime() string {
if x != nil {
return x.ValidBeginTime
}
return ""
}
func (x *NewMarketOrderRes_Data) GetValidEndTime() string {
if x != nil {
return x.ValidEndTime
}
return ""
}
func (x *NewMarketOrderRes_Data) GetUsageTime() string {
if x != nil {
return x.UsageTime
}
return ""
}
func (x *NewMarketOrderRes_Data) GetDiscardTime() string {
if x != nil {
return x.DiscardTime
}
return ""
}
type RsCouponGrantRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SipOrderNo string `protobuf:"bytes,1,opt,name=sipOrderNo,proto3" json:"sipOrderNo,omitempty"`
VendorOrderNo string `protobuf:"bytes,2,opt,name=vendorOrderNo,proto3" json:"vendorOrderNo,omitempty"`
VoucherInfo []*RsCouponGrantRes_Data_VoucherInfo `protobuf:"bytes,3,rep,name=voucherInfo,proto3" json:"voucherInfo,omitempty"`
}
func (x *RsCouponGrantRes_Data) Reset() {
*x = RsCouponGrantRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RsCouponGrantRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RsCouponGrantRes_Data) ProtoMessage() {}
func (x *RsCouponGrantRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[26]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RsCouponGrantRes_Data.ProtoReflect.Descriptor instead.
func (*RsCouponGrantRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{8, 0}
}
func (x *RsCouponGrantRes_Data) GetSipOrderNo() string {
if x != nil {
return x.SipOrderNo
}
return ""
}
func (x *RsCouponGrantRes_Data) GetVendorOrderNo() string {
if x != nil {
return x.VendorOrderNo
}
return ""
}
func (x *RsCouponGrantRes_Data) GetVoucherInfo() []*RsCouponGrantRes_Data_VoucherInfo {
if x != nil {
return x.VoucherInfo
}
return nil
}
type RsCouponGrantRes_Data_VoucherInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherCode string `protobuf:"bytes,1,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
VoucherPassword string `protobuf:"bytes,2,opt,name=voucherPassword,proto3" json:"voucherPassword,omitempty"`
VoucherDesc string `protobuf:"bytes,3,opt,name=voucherDesc,proto3" json:"voucherDesc,omitempty"`
QrCodeUrl string `protobuf:"bytes,4,opt,name=qrCodeUrl,proto3" json:"qrCodeUrl,omitempty"`
StartTime string `protobuf:"bytes,5,opt,name=startTime,proto3" json:"startTime,omitempty"`
EndTime string `protobuf:"bytes,6,opt,name=endTime,proto3" json:"endTime,omitempty"`
}
func (x *RsCouponGrantRes_Data_VoucherInfo) Reset() {
*x = RsCouponGrantRes_Data_VoucherInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RsCouponGrantRes_Data_VoucherInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RsCouponGrantRes_Data_VoucherInfo) ProtoMessage() {}
func (x *RsCouponGrantRes_Data_VoucherInfo) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[27]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RsCouponGrantRes_Data_VoucherInfo.ProtoReflect.Descriptor instead.
func (*RsCouponGrantRes_Data_VoucherInfo) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{8, 0, 0}
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetVoucherPassword() string {
if x != nil {
return x.VoucherPassword
}
return ""
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetVoucherDesc() string {
if x != nil {
return x.VoucherDesc
}
return ""
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetQrCodeUrl() string {
if x != nil {
return x.QrCodeUrl
}
return ""
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetStartTime() string {
if x != nil {
return x.StartTime
}
return ""
}
func (x *RsCouponGrantRes_Data_VoucherInfo) GetEndTime() string {
if x != nil {
return x.EndTime
}
return ""
}
type MarketQueryRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucher_code,json=voucherCode,proto3" json:"voucher_code,omitempty"`
VoucherStatus string `protobuf:"bytes,5,opt,name=voucher_status,json=voucherStatus,proto3" json:"voucher_status,omitempty"`
}
func (x *MarketQueryRes_Data) Reset() {
*x = MarketQueryRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryRes_Data) ProtoMessage() {}
func (x *MarketQueryRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[28]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketQueryRes_Data.ProtoReflect.Descriptor instead.
func (*MarketQueryRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{9, 0}
}
func (x *MarketQueryRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketQueryRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketQueryRes_Data) GetVoucherStatus() string {
if x != nil {
return x.VoucherStatus
}
return ""
}
type MarketKeyDiscardRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucher_code,json=voucherCode,proto3" json:"voucher_code,omitempty"`
VoucherDate string `protobuf:"bytes,4,opt,name=voucher_date,json=voucherDate,proto3" json:"voucher_date,omitempty"`
Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
}
func (x *MarketKeyDiscardRes_Data) Reset() {
*x = MarketKeyDiscardRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardRes_Data) ProtoMessage() {}
func (x *MarketKeyDiscardRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[29]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeyDiscardRes_Data.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{11, 0}
}
func (x *MarketKeyDiscardRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetVoucherDate() string {
if x != nil {
return x.VoucherDate
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
type MarketKeySendRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucher_id,json=voucherId,proto3" json:"voucher_id,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucher_code,json=voucherCode,proto3" json:"voucher_code,omitempty"`
ShortUrl string `protobuf:"bytes,3,opt,name=short_url,json=shortUrl,proto3" json:"short_url,omitempty"`
VoucherSdate string `protobuf:"bytes,4,opt,name=voucher_sdate,json=voucherSdate,proto3" json:"voucher_sdate,omitempty"`
VoucherEdate string `protobuf:"bytes,5,opt,name=voucher_edate,json=voucherEdate,proto3" json:"voucher_edate,omitempty"`
CodeType string `protobuf:"bytes,6,opt,name=code_type,json=codeType,proto3" json:"code_type,omitempty"`
}
func (x *MarketKeySendRes_Data) Reset() {
*x = MarketKeySendRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendRes_Data) ProtoMessage() {}
func (x *MarketKeySendRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[30]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeySendRes_Data.ProtoReflect.Descriptor instead.
func (*MarketKeySendRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{13, 0}
}
func (x *MarketKeySendRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketKeySendRes_Data) GetShortUrl() string {
if x != nil {
return x.ShortUrl
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherSdate() string {
if x != nil {
return x.VoucherSdate
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherEdate() string {
if x != nil {
return x.VoucherEdate
}
return ""
}
func (x *MarketKeySendRes_Data) GetCodeType() string {
if x != nil {
return x.CodeType
}
return ""
}
type ZltxRechargeProductRes_Product struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductId int64 `protobuf:"varint,1,opt,name=productId,proto3" json:"productId,omitempty"`
ChannelPrice string `protobuf:"bytes,2,opt,name=channelPrice,proto3" json:"channelPrice,omitempty"`
ItemName string `protobuf:"bytes,3,opt,name=itemName,proto3" json:"itemName,omitempty"`
OriginalPrice string `protobuf:"bytes,4,opt,name=originalPrice,proto3" json:"originalPrice,omitempty"`
}
func (x *ZltxRechargeProductRes_Product) Reset() {
*x = ZltxRechargeProductRes_Product{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeProductRes_Product) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeProductRes_Product) ProtoMessage() {}
func (x *ZltxRechargeProductRes_Product) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[31]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxRechargeProductRes_Product.ProtoReflect.Descriptor instead.
func (*ZltxRechargeProductRes_Product) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{15, 0}
}
func (x *ZltxRechargeProductRes_Product) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxRechargeProductRes_Product) GetChannelPrice() string {
if x != nil {
return x.ChannelPrice
}
return ""
}
func (x *ZltxRechargeProductRes_Product) GetItemName() string {
if x != nil {
return x.ItemName
}
return ""
}
func (x *ZltxRechargeProductRes_Product) GetOriginalPrice() string {
if x != nil {
return x.OriginalPrice
}
return ""
}
var File_transfer_proto protoreflect.FileDescriptor
var file_transfer_proto_rawDesc = []byte{
0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x12, 0x08, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x22, 0x3a, 0x0a, 0x0a, 0x44, 0x65,
0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x5e, 0x0a, 0x0a, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c,
0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61,
0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d,
0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61,
0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x22, 0x65, 0x0a, 0x13, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72,
0x6b, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x15, 0x0a,
0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x5f, 0x62, 0x69, 0x7a, 0x5f,
0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x42, 0x69, 0x7a,
0x4e, 0x6f, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x64, 0x65, 0x5f, 0x6e, 0x6f, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x5b, 0x0a,
0x13, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72,
0x64, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x63, 0x0a, 0x11, 0x4e, 0x65,
0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12,
0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x5f, 0x62, 0x69,
0x7a, 0x5f, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x42,
0x69, 0x7a, 0x4e, 0x6f, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x61, 0x64, 0x65, 0x5f, 0x6e, 0x6f,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22,
0x81, 0x01, 0x0a, 0x11, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4f, 0x72, 0x64,
0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18,
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x0a,
0x6f, 0x75, 0x74, 0x5f, 0x62, 0x69, 0x7a, 0x5f, 0x6e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x08, 0x6f, 0x75, 0x74, 0x42, 0x69, 0x7a, 0x4e, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x63,
0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x5f, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x4e, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x6e,
0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6e, 0x75, 0x6d,
0x62, 0x65, 0x72, 0x22, 0x9f, 0x03, 0x0a, 0x11, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65,
0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f,
0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12,
0x34, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e,
0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b,
0x65, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52,
0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x8d, 0x02, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c,
0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x5f, 0x62, 0x69, 0x7a, 0x5f, 0x6e, 0x6f, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x08, 0x6f, 0x75, 0x74, 0x42, 0x69, 0x7a, 0x4e, 0x6f, 0x12, 0x19, 0x0a, 0x08,
0x74, 0x72, 0x61, 0x64, 0x65, 0x5f, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x74, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
0x73, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
0x75, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x10, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x62, 0x65, 0x67,
0x69, 0x6e, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x76,
0x61, 0x6c, 0x69, 0x64, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x24, 0x0a,
0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x45, 0x6e, 0x64, 0x54,
0x69, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x69, 0x6d,
0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x73, 0x61, 0x67, 0x65, 0x54, 0x69,
0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x74, 0x69,
0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x63, 0x61, 0x72,
0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x86, 0x01, 0x0a, 0x10, 0x52, 0x73, 0x43, 0x6f, 0x75, 0x70,
0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x65,
0x6e, 0x64, 0x6f, 0x72, 0x4e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x65,
0x6e, 0x64, 0x6f, 0x72, 0x4e, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x0a, 0x6f, 0x75,
0x74, 0x5f, 0x62, 0x69, 0x7a, 0x5f, 0x6e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
0x6f, 0x75, 0x74, 0x42, 0x69, 0x7a, 0x4e, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18,
0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69,
0x67, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x22, 0xff,
0x03, 0x0a, 0x10, 0x52, 0x73, 0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74,
0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74,
0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
0x65, 0x72, 0x2e, 0x52, 0x73, 0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74,
0x52, 0x65, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xef,
0x02, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x70, 0x4f, 0x72,
0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x76, 0x65, 0x6e, 0x64, 0x6f,
0x72, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x6f, 0x12, 0x4d, 0x0a,
0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x52, 0x73,
0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x2e, 0x44,
0x61, 0x74, 0x61, 0x2e, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52,
0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0xd1, 0x01, 0x0a,
0x0b, 0x56, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b,
0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x28,
0x0a, 0x0f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63,
0x68, 0x65, 0x72, 0x44, 0x65, 0x73, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76,
0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x44, 0x65, 0x73, 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x71, 0x72,
0x43, 0x6f, 0x64, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x71,
0x72, 0x43, 0x6f, 0x64, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72,
0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61,
0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
0x22, 0xe0, 0x01, 0x0a, 0x0e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79,
0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a,
0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12,
0x31, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51,
0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61,
0x74, 0x61, 0x1a, 0x6f, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x6f,
0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x76, 0x6f, 0x75,
0x63, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x25, 0x0a, 0x0e,
0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x74, 0x61,
0x74, 0x75, 0x73, 0x22, 0xf1, 0x01, 0x0a, 0x0e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75,
0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a,
0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67,
0x6e, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x15, 0x0a, 0x06,
0x6d, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x65,
0x6d, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61,
0x6c, 0x5f, 0x6e, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53,
0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65,
0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68,
0x65, 0x72, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f,
0x63, 0x6f, 0x64, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63,
0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xff, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x72, 0x6b,
0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x12,
0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x36, 0x0a, 0x04, 0x64,
0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69,
0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64,
0x61, 0x74, 0x61, 0x1a, 0x83, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a,
0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x76,
0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21,
0x0a, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x04,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x44, 0x61, 0x74,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28,
0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x13, 0x4d, 0x61,
0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65,
0x71, 0x12, 0x15, 0x0a, 0x06, 0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x19, 0x0a, 0x08,
0x72, 0x65, 0x71, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x15, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x5f, 0x69,
0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x22,
0x0a, 0x0d, 0x72, 0x65, 0x71, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x6f, 0x18,
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c,
0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18,
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x08,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12,
0x21, 0x0a, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x22, 0xc2, 0x02, 0x0a, 0x10, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79,
0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64,
0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
0x6d, 0x73, 0x67, 0x12, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72,
0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61,
0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xcc, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74,
0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64,
0x12, 0x21, 0x0a, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43,
0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x5f, 0x75, 0x72, 0x6c,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c,
0x12, 0x23, 0x0a, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x73, 0x64, 0x61, 0x74,
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x53, 0x64, 0x61, 0x74, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x5f, 0x65, 0x64, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x6f,
0x75, 0x63, 0x68, 0x65, 0x72, 0x45, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x6f,
0x64, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63,
0x6f, 0x64, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0xc0, 0x02, 0x0a, 0x10, 0x4d, 0x61, 0x72, 0x6b,
0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x12, 0x15, 0x0a, 0x06,
0x61, 0x70, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x5f, 0x63,
0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f,
0x64, 0x65, 0x12, 0x15, 0x0a, 0x06, 0x6d, 0x65, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x05, 0x6d, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0d, 0x72, 0x65, 0x71,
0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x12, 0x1c, 0x0a,
0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x15, 0x0a, 0x06, 0x70,
0x6f, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x73,
0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x69, 0x64,
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49,
0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x5f, 0x6e, 0x75, 0x6d,
0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x4e,
0x75, 0x6d, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x6f, 0x18,
0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f, 0x12,
0x19, 0x0a, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x22, 0x9c, 0x02, 0x0a, 0x16, 0x5a,
0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75,
0x63, 0x74, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
0x61, 0x67, 0x65, 0x12, 0x44, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x73, 0x18,
0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f,
0x64, 0x75, 0x63, 0x74, 0x52, 0x65, 0x73, 0x2e, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x52,
0x08, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x73, 0x1a, 0x8d, 0x01, 0x0a, 0x07, 0x50, 0x72,
0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63,
0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x72,
0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e,
0x65, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e,
0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e,
0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50,
0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67,
0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x22, 0x43, 0x0a, 0x13, 0x5a, 0x6c, 0x74,
0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x77,
0x0a, 0x0f, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52, 0x65,
0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72,
0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74,
0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x83, 0x01, 0x0a, 0x0f, 0x5a, 0x6c, 0x74, 0x78,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d,
0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74,
0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09,
0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67,
0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1e, 0x0a,
0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x7d, 0x0a,
0x15, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x51, 0x75,
0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a,
0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x89, 0x01, 0x0a,
0x15, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x51, 0x75,
0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61,
0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63,
0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74,
0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53,
0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x03, 0x20, 0x01,
0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54,
0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75,
0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0xbc, 0x02, 0x0a, 0x10, 0x5a, 0x6c, 0x74,
0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a,
0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x03, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a,
0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67,
0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03,
0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12,
0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x12,
0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a,
0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d,
0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f,
0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65,
0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01,
0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a,
0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72,
0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x50, 0x61,
0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0x81, 0x01, 0x0a, 0x19, 0x5a, 0x6c, 0x74, 0x78,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65,
0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f,
0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x8d, 0x01, 0x0a, 0x19,
0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67,
0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72,
0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d,
0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d,
0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69,
0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6f,
0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0xd2, 0x02, 0x0a, 0x14,
0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67,
0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61,
0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65,
0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d,
0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61,
0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54,
0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63,
0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75,
0x63, 0x74, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65,
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20,
0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
0x01, 0x28, 0x0d, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65,
0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05,
0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x74, 0x69,
0x66, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x74,
0x69, 0x66, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64,
0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72,
0x32, 0x8a, 0x09, 0x0a, 0x08, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x12, 0x49, 0x0a,
0x11, 0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72,
0x67, 0x65, 0x12, 0x1e, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c,
0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x52,
0x65, 0x71, 0x1a, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65,
0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x12, 0x62, 0x0a, 0x16, 0x7a, 0x6c, 0x74, 0x78,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65,
0x72, 0x79, 0x12, 0x23, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c,
0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x51,
0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x23, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68,
0x61, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x41, 0x0a, 0x0d,
0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x12, 0x1a, 0x2e,
0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64,
0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x12,
0x56, 0x0a, 0x12, 0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64,
0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x51, 0x75,
0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65,
0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x51,
0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0c, 0x7a, 0x6c, 0x74, 0x78, 0x4f,
0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x12, 0x19, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52,
0x65, 0x71, 0x1a, 0x19, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c,
0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x12, 0x47, 0x0a,
0x10, 0x7a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x49, 0x6e, 0x66,
0x6f, 0x12, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x66,
0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x49,
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4d, 0x0a, 0x13, 0x7a, 0x6c, 0x74, 0x78, 0x52, 0x65,
0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x14, 0x2e,
0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a,
0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75,
0x63, 0x74, 0x52, 0x65, 0x73, 0x12, 0x45, 0x0a, 0x0b, 0x7a, 0x6c, 0x74, 0x78, 0x52, 0x73, 0x4d,
0x69, 0x58, 0x75, 0x65, 0x12, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e,
0x52, 0x73, 0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71,
0x1a, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x52, 0x73, 0x43, 0x6f,
0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x12, 0x47, 0x0a, 0x0d,
0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x2e,
0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b,
0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65,
0x6e, 0x64, 0x52, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x10, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b,
0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x12, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69,
0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73,
0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x12, 0x41, 0x0a, 0x0b, 0x6d, 0x61, 0x72, 0x6b, 0x65,
0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x18, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65,
0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71,
0x1a, 0x18, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b,
0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x47, 0x0a, 0x0d, 0x72, 0x73,
0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x74, 0x72,
0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x52, 0x73, 0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47,
0x72, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66,
0x65, 0x72, 0x2e, 0x52, 0x73, 0x43, 0x6f, 0x75, 0x70, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x6e, 0x74,
0x52, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x1b, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65,
0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12,
0x4a, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72,
0x79, 0x12, 0x1b, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65, 0x77,
0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x1b,
0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72,
0x6b, 0x65, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x10, 0x6e,
0x65, 0x77, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x12,
0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x61,
0x72, 0x6b, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1d,
0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x61, 0x72,
0x6b, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x42, 0x0c, 0x5a,
0x0a, 0x2e, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x33,
}
var (
file_transfer_proto_rawDescOnce sync.Once
file_transfer_proto_rawDescData = file_transfer_proto_rawDesc
)
func file_transfer_proto_rawDescGZIP() []byte {
file_transfer_proto_rawDescOnce.Do(func() {
file_transfer_proto_rawDescData = protoimpl.X.CompressGZIP(file_transfer_proto_rawDescData)
})
return file_transfer_proto_rawDescData
}
var file_transfer_proto_msgTypes = make([]protoimpl.MessageInfo, 32)
var file_transfer_proto_goTypes = []any{
(*DefaultRes)(nil), // 0: transfer.DefaultRes
(*DefaultReq)(nil), // 1: transfer.DefaultReq
(*NewMarketDiscardReq)(nil), // 2: transfer.NewMarketDiscardReq
(*NewMarketDiscardRes)(nil), // 3: transfer.NewMarketDiscardRes
(*NewMarketQueryReq)(nil), // 4: transfer.NewMarketQueryReq
(*NewMarketOrderReq)(nil), // 5: transfer.NewMarketOrderReq
(*NewMarketOrderRes)(nil), // 6: transfer.NewMarketOrderRes
(*RsCouponGrantReq)(nil), // 7: transfer.RsCouponGrantReq
(*RsCouponGrantRes)(nil), // 8: transfer.RsCouponGrantRes
(*MarketQueryRes)(nil), // 9: transfer.MarketQueryRes
(*MarketQueryReq)(nil), // 10: transfer.MarketQueryReq
(*MarketKeyDiscardRes)(nil), // 11: transfer.MarketKeyDiscardRes
(*MarketKeyDiscardReq)(nil), // 12: transfer.MarketKeyDiscardReq
(*MarketKeySendRes)(nil), // 13: transfer.MarketKeySendRes
(*MarketKeySendReq)(nil), // 14: transfer.MarketKeySendReq
(*ZltxRechargeProductRes)(nil), // 15: transfer.ZltxRechargeProductRes
(*ZltxRechargeInfoRes)(nil), // 16: transfer.ZltxRechargeInfoRes
(*ZltxOrderSmsRes)(nil), // 17: transfer.ZltxOrderSmsRes
(*ZltxOrderSmsReq)(nil), // 18: transfer.ZltxOrderSmsReq
(*ZltxOrderCardQueryRes)(nil), // 19: transfer.ZltxOrderCardQueryRes
(*ZltxOrderCardQueryReq)(nil), // 20: transfer.ZltxOrderCardQueryReq
(*ZltxOrderCardReq)(nil), // 21: transfer.ZltxOrderCardReq
(*ZltxOrderRechargeQueryRes)(nil), // 22: transfer.ZltxOrderRechargeQueryRes
(*ZltxOrderRechargeQueryReq)(nil), // 23: transfer.ZltxOrderRechargeQueryReq
(*ZltxOrderRechargeReq)(nil), // 24: transfer.ZltxOrderRechargeReq
(*NewMarketOrderRes_Data)(nil), // 25: transfer.NewMarketOrderRes.Data
(*RsCouponGrantRes_Data)(nil), // 26: transfer.RsCouponGrantRes.Data
(*RsCouponGrantRes_Data_VoucherInfo)(nil), // 27: transfer.RsCouponGrantRes.Data.VoucherInfo
(*MarketQueryRes_Data)(nil), // 28: transfer.MarketQueryRes.Data
(*MarketKeyDiscardRes_Data)(nil), // 29: transfer.MarketKeyDiscardRes.Data
(*MarketKeySendRes_Data)(nil), // 30: transfer.MarketKeySendRes.Data
(*ZltxRechargeProductRes_Product)(nil), // 31: transfer.ZltxRechargeProductRes.Product
}
var file_transfer_proto_depIdxs = []int32{
25, // 0: transfer.NewMarketOrderRes.data:type_name -> transfer.NewMarketOrderRes.Data
26, // 1: transfer.RsCouponGrantRes.data:type_name -> transfer.RsCouponGrantRes.Data
28, // 2: transfer.MarketQueryRes.data:type_name -> transfer.MarketQueryRes.Data
29, // 3: transfer.MarketKeyDiscardRes.data:type_name -> transfer.MarketKeyDiscardRes.Data
30, // 4: transfer.MarketKeySendRes.data:type_name -> transfer.MarketKeySendRes.Data
31, // 5: transfer.ZltxRechargeProductRes.products:type_name -> transfer.ZltxRechargeProductRes.Product
27, // 6: transfer.RsCouponGrantRes.Data.voucherInfo:type_name -> transfer.RsCouponGrantRes.Data.VoucherInfo
24, // 7: transfer.Transfer.zltxOrderRecharge:input_type -> transfer.ZltxOrderRechargeReq
23, // 8: transfer.Transfer.zltxOrderRechargeQuery:input_type -> transfer.ZltxOrderRechargeQueryReq
21, // 9: transfer.Transfer.zltxOrderCard:input_type -> transfer.ZltxOrderCardReq
20, // 10: transfer.Transfer.zltxOrderCardQuery:input_type -> transfer.ZltxOrderCardQueryReq
18, // 11: transfer.Transfer.zltxOrderSms:input_type -> transfer.ZltxOrderSmsReq
1, // 12: transfer.Transfer.zltxRechargeInfo:input_type -> transfer.DefaultReq
1, // 13: transfer.Transfer.zltxRechargeProduct:input_type -> transfer.DefaultReq
7, // 14: transfer.Transfer.zltxRsMiXue:input_type -> transfer.RsCouponGrantReq
14, // 15: transfer.Transfer.marketKeySend:input_type -> transfer.MarketKeySendReq
12, // 16: transfer.Transfer.marketKeyDiscard:input_type -> transfer.MarketKeyDiscardReq
10, // 17: transfer.Transfer.marketQuery:input_type -> transfer.MarketQueryReq
7, // 18: transfer.Transfer.rsCouponGrant:input_type -> transfer.RsCouponGrantReq
5, // 19: transfer.Transfer.newMarketOrder:input_type -> transfer.NewMarketOrderReq
4, // 20: transfer.Transfer.newMarketQuery:input_type -> transfer.NewMarketQueryReq
2, // 21: transfer.Transfer.newMarketDiscard:input_type -> transfer.NewMarketDiscardReq
0, // 22: transfer.Transfer.zltxOrderRecharge:output_type -> transfer.DefaultRes
22, // 23: transfer.Transfer.zltxOrderRechargeQuery:output_type -> transfer.ZltxOrderRechargeQueryRes
0, // 24: transfer.Transfer.zltxOrderCard:output_type -> transfer.DefaultRes
19, // 25: transfer.Transfer.zltxOrderCardQuery:output_type -> transfer.ZltxOrderCardQueryRes
17, // 26: transfer.Transfer.zltxOrderSms:output_type -> transfer.ZltxOrderSmsRes
16, // 27: transfer.Transfer.zltxRechargeInfo:output_type -> transfer.ZltxRechargeInfoRes
15, // 28: transfer.Transfer.zltxRechargeProduct:output_type -> transfer.ZltxRechargeProductRes
8, // 29: transfer.Transfer.zltxRsMiXue:output_type -> transfer.RsCouponGrantRes
13, // 30: transfer.Transfer.marketKeySend:output_type -> transfer.MarketKeySendRes
11, // 31: transfer.Transfer.marketKeyDiscard:output_type -> transfer.MarketKeyDiscardRes
9, // 32: transfer.Transfer.marketQuery:output_type -> transfer.MarketQueryRes
8, // 33: transfer.Transfer.rsCouponGrant:output_type -> transfer.RsCouponGrantRes
6, // 34: transfer.Transfer.newMarketOrder:output_type -> transfer.NewMarketOrderRes
6, // 35: transfer.Transfer.newMarketQuery:output_type -> transfer.NewMarketOrderRes
3, // 36: transfer.Transfer.newMarketDiscard:output_type -> transfer.NewMarketDiscardRes
22, // [22:37] is the sub-list for method output_type
7, // [7:22] is the sub-list for method input_type
7, // [7:7] is the sub-list for extension type_name
7, // [7:7] is the sub-list for extension extendee
0, // [0:7] is the sub-list for field type_name
}
func init() { file_transfer_proto_init() }
func file_transfer_proto_init() {
if File_transfer_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_transfer_proto_msgTypes[0].Exporter = func(v any, i int) any {
switch v := v.(*DefaultRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[1].Exporter = func(v any, i int) any {
switch v := v.(*DefaultReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[2].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketDiscardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[3].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketDiscardRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[4].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[5].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketOrderReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[6].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketOrderRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[7].Exporter = func(v any, i int) any {
switch v := v.(*RsCouponGrantReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[8].Exporter = func(v any, i int) any {
switch v := v.(*RsCouponGrantRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[9].Exporter = func(v any, i int) any {
switch v := v.(*MarketQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[10].Exporter = func(v any, i int) any {
switch v := v.(*MarketQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[11].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeyDiscardRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[12].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeyDiscardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[13].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeySendRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[14].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeySendReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[15].Exporter = func(v any, i int) any {
switch v := v.(*ZltxRechargeProductRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[16].Exporter = func(v any, i int) any {
switch v := v.(*ZltxRechargeInfoRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[17].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderSmsRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[18].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderSmsReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[19].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderCardQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[20].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderCardQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[21].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderCardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[22].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderRechargeQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[23].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderRechargeQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[24].Exporter = func(v any, i int) any {
switch v := v.(*ZltxOrderRechargeReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[25].Exporter = func(v any, i int) any {
switch v := v.(*NewMarketOrderRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[26].Exporter = func(v any, i int) any {
switch v := v.(*RsCouponGrantRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[27].Exporter = func(v any, i int) any {
switch v := v.(*RsCouponGrantRes_Data_VoucherInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[28].Exporter = func(v any, i int) any {
switch v := v.(*MarketQueryRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[29].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeyDiscardRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[30].Exporter = func(v any, i int) any {
switch v := v.(*MarketKeySendRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[31].Exporter = func(v any, i int) any {
switch v := v.(*ZltxRechargeProductRes_Product); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_transfer_proto_rawDesc,
NumEnums: 0,
NumMessages: 32,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_transfer_proto_goTypes,
DependencyIndexes: file_transfer_proto_depIdxs,
MessageInfos: file_transfer_proto_msgTypes,
}.Build()
File_transfer_proto = out.File
file_transfer_proto_rawDesc = nil
file_transfer_proto_goTypes = nil
file_transfer_proto_depIdxs = nil
}