742 lines
21 KiB
Go
742 lines
21 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: pay/pay_msg.proto
|
|
|
|
package pb
|
|
|
|
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 PayRecordReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *PayRecordReq) Reset() {
|
|
*x = PayRecordReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayRecordReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayRecordReq) ProtoMessage() {}
|
|
|
|
func (x *PayRecordReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayRecordReq.ProtoReflect.Descriptor instead.
|
|
func (*PayRecordReq) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
//充值记录
|
|
type PayRecordResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBUserPay `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *PayRecordResp) Reset() {
|
|
*x = PayRecordResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayRecordResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayRecordResp) ProtoMessage() {}
|
|
|
|
func (x *PayRecordResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayRecordResp.ProtoReflect.Descriptor instead.
|
|
func (*PayRecordResp) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *PayRecordResp) GetInfo() *DBUserPay {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//用户重置信息获取
|
|
type PayInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *PayInfoReq) Reset() {
|
|
*x = PayInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayInfoReq) ProtoMessage() {}
|
|
|
|
func (x *PayInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*PayInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type PayInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBPayDaily `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *PayInfoResp) Reset() {
|
|
*x = PayInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayInfoResp) ProtoMessage() {}
|
|
|
|
func (x *PayInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*PayInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *PayInfoResp) GetInfo() *DBPayDaily {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//购买每日礼包
|
|
type PayDailyBuyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
}
|
|
|
|
func (x *PayDailyBuyReq) Reset() {
|
|
*x = PayDailyBuyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayDailyBuyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayDailyBuyReq) ProtoMessage() {}
|
|
|
|
func (x *PayDailyBuyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayDailyBuyReq.ProtoReflect.Descriptor instead.
|
|
func (*PayDailyBuyReq) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *PayDailyBuyReq) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type PayDailyBuyResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Isucc bool `protobuf:"varint,1,opt,name=isucc,proto3" json:"isucc"`
|
|
Items []*UserAssets `protobuf:"bytes,2,rep,name=items,proto3" json:"items"`
|
|
}
|
|
|
|
func (x *PayDailyBuyResp) Reset() {
|
|
*x = PayDailyBuyResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayDailyBuyResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayDailyBuyResp) ProtoMessage() {}
|
|
|
|
func (x *PayDailyBuyResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayDailyBuyResp.ProtoReflect.Descriptor instead.
|
|
func (*PayDailyBuyResp) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *PayDailyBuyResp) GetIsucc() bool {
|
|
if x != nil {
|
|
return x.Isucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *PayDailyBuyResp) GetItems() []*UserAssets {
|
|
if x != nil {
|
|
return x.Items
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//充值完成推送
|
|
type PayShippedPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pid string `protobuf:"bytes,1,opt,name=pid,proto3" json:"pid"`
|
|
Orderid string `protobuf:"bytes,2,opt,name=orderid,proto3" json:"orderid"`
|
|
Items []*UserAssets `protobuf:"bytes,3,rep,name=items,proto3" json:"items"`
|
|
Info *DBUserPay `protobuf:"bytes,4,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *PayShippedPush) Reset() {
|
|
*x = PayShippedPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayShippedPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayShippedPush) ProtoMessage() {}
|
|
|
|
func (x *PayShippedPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayShippedPush.ProtoReflect.Descriptor instead.
|
|
func (*PayShippedPush) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *PayShippedPush) GetPid() string {
|
|
if x != nil {
|
|
return x.Pid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayShippedPush) GetOrderid() string {
|
|
if x != nil {
|
|
return x.Orderid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayShippedPush) GetItems() []*UserAssets {
|
|
if x != nil {
|
|
return x.Items
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *PayShippedPush) GetInfo() *DBUserPay {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
///支付系统发货请求
|
|
type PayDeliveryReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Orderid string `protobuf:"bytes,2,opt,name=orderid,proto3" json:"orderid"`
|
|
Productid string `protobuf:"bytes,3,opt,name=productid,proto3" json:"productid"`
|
|
Price int32 `protobuf:"varint,4,opt,name=price,proto3" json:"price"`
|
|
Amount int32 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"`
|
|
}
|
|
|
|
func (x *PayDeliveryReq) Reset() {
|
|
*x = PayDeliveryReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayDeliveryReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayDeliveryReq) ProtoMessage() {}
|
|
|
|
func (x *PayDeliveryReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayDeliveryReq.ProtoReflect.Descriptor instead.
|
|
func (*PayDeliveryReq) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *PayDeliveryReq) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayDeliveryReq) GetOrderid() string {
|
|
if x != nil {
|
|
return x.Orderid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayDeliveryReq) GetProductid() string {
|
|
if x != nil {
|
|
return x.Productid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayDeliveryReq) GetPrice() int32 {
|
|
if x != nil {
|
|
return x.Price
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PayDeliveryReq) GetAmount() int32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
///支付系统发货请求 回应
|
|
type PayDeliveryResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Code ErrorCode `protobuf:"varint,1,opt,name=code,proto3,enum=ErrorCode" json:"s"` //头像
|
|
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
|
|
Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *PayDeliveryResp) Reset() {
|
|
*x = PayDeliveryResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pay_pay_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PayDeliveryResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PayDeliveryResp) ProtoMessage() {}
|
|
|
|
func (x *PayDeliveryResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pay_pay_msg_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 PayDeliveryResp.ProtoReflect.Descriptor instead.
|
|
func (*PayDeliveryResp) Descriptor() ([]byte, []int) {
|
|
return file_pay_pay_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *PayDeliveryResp) GetCode() ErrorCode {
|
|
if x != nil {
|
|
return x.Code
|
|
}
|
|
return ErrorCode_Success
|
|
}
|
|
|
|
func (x *PayDeliveryResp) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PayDeliveryResp) GetData() string {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_pay_pay_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_pay_pay_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x11, 0x70, 0x61, 0x79, 0x2f, 0x70, 0x61, 0x79, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x1a, 0x10, 0x70, 0x61, 0x79, 0x2f, 0x70, 0x61, 0x79, 0x5f, 0x64, 0x62, 0x2e,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x0f, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x61, 0x79, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52,
|
|
0x65, 0x71, 0x22, 0x2f, 0x0a, 0x0d, 0x50, 0x61, 0x79, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x79, 0x52, 0x04, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x22, 0x0c, 0x0a, 0x0a, 0x50, 0x61, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
0x71, 0x22, 0x2e, 0x0a, 0x0b, 0x50, 0x61, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b,
|
|
0x2e, 0x44, 0x42, 0x50, 0x61, 0x79, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x52, 0x04, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x22, 0x20, 0x0a, 0x0e, 0x50, 0x61, 0x79, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x42, 0x75, 0x79,
|
|
0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x02, 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x0f, 0x50, 0x61, 0x79, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x42,
|
|
0x75, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x75, 0x63, 0x63, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x75, 0x63, 0x63, 0x12, 0x21, 0x0a, 0x05,
|
|
0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73,
|
|
0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22,
|
|
0x7f, 0x0a, 0x0e, 0x50, 0x61, 0x79, 0x53, 0x68, 0x69, 0x70, 0x70, 0x65, 0x64, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
0x70, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x69, 0x64, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x69, 0x64, 0x12, 0x21, 0x0a,
|
|
0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
|
|
0x12, 0x1e, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a,
|
|
0x2e, 0x44, 0x42, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x79, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x22, 0x88, 0x01, 0x0a, 0x0e, 0x50, 0x61, 0x79, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79,
|
|
0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x69, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x69, 0x64, 0x12,
|
|
0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x64, 0x12, 0x14, 0x0a,
|
|
0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x70, 0x72,
|
|
0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x57, 0x0a, 0x0f, 0x50,
|
|
0x61, 0x79, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e,
|
|
0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0a, 0x2e, 0x45,
|
|
0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10,
|
|
0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67,
|
|
0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_pay_pay_msg_proto_rawDescOnce sync.Once
|
|
file_pay_pay_msg_proto_rawDescData = file_pay_pay_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_pay_pay_msg_proto_rawDescGZIP() []byte {
|
|
file_pay_pay_msg_proto_rawDescOnce.Do(func() {
|
|
file_pay_pay_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_pay_pay_msg_proto_rawDescData)
|
|
})
|
|
return file_pay_pay_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_pay_pay_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_pay_pay_msg_proto_goTypes = []interface{}{
|
|
(*PayRecordReq)(nil), // 0: PayRecordReq
|
|
(*PayRecordResp)(nil), // 1: PayRecordResp
|
|
(*PayInfoReq)(nil), // 2: PayInfoReq
|
|
(*PayInfoResp)(nil), // 3: PayInfoResp
|
|
(*PayDailyBuyReq)(nil), // 4: PayDailyBuyReq
|
|
(*PayDailyBuyResp)(nil), // 5: PayDailyBuyResp
|
|
(*PayShippedPush)(nil), // 6: PayShippedPush
|
|
(*PayDeliveryReq)(nil), // 7: PayDeliveryReq
|
|
(*PayDeliveryResp)(nil), // 8: PayDeliveryResp
|
|
(*DBUserPay)(nil), // 9: DBUserPay
|
|
(*DBPayDaily)(nil), // 10: DBPayDaily
|
|
(*UserAssets)(nil), // 11: UserAssets
|
|
(ErrorCode)(0), // 12: ErrorCode
|
|
}
|
|
var file_pay_pay_msg_proto_depIdxs = []int32{
|
|
9, // 0: PayRecordResp.info:type_name -> DBUserPay
|
|
10, // 1: PayInfoResp.info:type_name -> DBPayDaily
|
|
11, // 2: PayDailyBuyResp.items:type_name -> UserAssets
|
|
11, // 3: PayShippedPush.items:type_name -> UserAssets
|
|
9, // 4: PayShippedPush.info:type_name -> DBUserPay
|
|
12, // 5: PayDeliveryResp.code:type_name -> ErrorCode
|
|
6, // [6:6] is the sub-list for method output_type
|
|
6, // [6:6] is the sub-list for method input_type
|
|
6, // [6:6] is the sub-list for extension type_name
|
|
6, // [6:6] is the sub-list for extension extendee
|
|
0, // [0:6] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_pay_pay_msg_proto_init() }
|
|
func file_pay_pay_msg_proto_init() {
|
|
if File_pay_pay_msg_proto != nil {
|
|
return
|
|
}
|
|
file_pay_pay_db_proto_init()
|
|
file_comm_proto_init()
|
|
file_errorcode_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_pay_pay_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayRecordReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayRecordResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayDailyBuyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayDailyBuyResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayShippedPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayDeliveryReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pay_pay_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PayDeliveryResp); 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_pay_pay_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_pay_pay_msg_proto_goTypes,
|
|
DependencyIndexes: file_pay_pay_msg_proto_depIdxs,
|
|
MessageInfos: file_pay_pay_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_pay_pay_msg_proto = out.File
|
|
file_pay_pay_msg_proto_rawDesc = nil
|
|
file_pay_pay_msg_proto_goTypes = nil
|
|
file_pay_pay_msg_proto_depIdxs = nil
|
|
}
|