micro-bundle/pb/bundle/bundle.pb.go

8700 lines
267 KiB
Go
Raw Normal View History

2025-02-20 12:40:39 +00:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
2025-08-27 02:23:22 +00:00
// protoc-gen-go v1.36.7
// protoc v6.32.0
2025-02-20 12:40:39 +00:00
// source: pb/bundle.proto
package bundle
import (
2025-03-28 01:23:17 +00:00
_ "github.com/mwitkow/go-proto-validators"
2025-02-20 12:40:39 +00:00
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
2025-03-28 01:23:17 +00:00
_ "google.golang.org/protobuf/types/descriptorpb"
2025-02-20 12:40:39 +00:00
reflect "reflect"
sync "sync"
2025-08-27 02:23:22 +00:00
unsafe "unsafe"
2025-02-20 12:40:39 +00:00
)
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)
)
2025-06-26 09:18:58 +00:00
type DeleteValueAddServiceRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
UserID uint64 `protobuf:"varint,2,opt,name=userID,proto3" json:"userID"`
2025-06-26 09:18:58 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-26 09:18:58 +00:00
}
func (x *DeleteValueAddServiceRequest) Reset() {
*x = DeleteValueAddServiceRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-26 09:18:58 +00:00
}
func (x *DeleteValueAddServiceRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteValueAddServiceRequest) ProtoMessage() {}
func (x *DeleteValueAddServiceRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[0]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DeleteValueAddServiceRequest.ProtoReflect.Descriptor instead.
func (*DeleteValueAddServiceRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{0}
}
func (x *DeleteValueAddServiceRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *DeleteValueAddServiceRequest) GetUserID() uint64 {
if x != nil {
return x.UserID
}
return 0
}
2025-06-15 02:08:40 +00:00
type GetReconciliationListReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
BundleName string `protobuf:"bytes,2,opt,name=bundleName,proto3" json:"bundleName"`
PayStatus int32 `protobuf:"varint,3,opt,name=payStatus,proto3" json:"payStatus"`
PayChannel int32 `protobuf:"varint,4,opt,name=payChannel,proto3" json:"payChannel"`
BundleOrderOn string `protobuf:"bytes,5,opt,name=bundleOrderOn,proto3" json:"bundleOrderOn"`
CreatedStart string `protobuf:"bytes,6,opt,name=createdStart,proto3" json:"createdStart"`
CreatedEnd string `protobuf:"bytes,7,opt,name=createdEnd,proto3" json:"createdEnd"`
PayTimeStart string `protobuf:"bytes,8,opt,name=payTimeStart,proto3" json:"payTimeStart"`
PayTimeEnd string `protobuf:"bytes,9,opt,name=payTimeEnd,proto3" json:"payTimeEnd"`
SerialNumber string `protobuf:"bytes,10,opt,name=serialNumber,proto3" json:"serialNumber"`
Page int32 `protobuf:"varint,11,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,12,opt,name=pageSize,proto3" json:"pageSize"`
UserIDS []uint64 `protobuf:"varint,13,rep,packed,name=userIDS,proto3" json:"userIDS"`
BundleAddOrderOn string `protobuf:"bytes,14,opt,name=bundleAddOrderOn,proto3" json:"bundleAddOrderOn"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListReq) Reset() {
*x = GetReconciliationListReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetReconciliationListReq) ProtoMessage() {}
func (x *GetReconciliationListReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[1]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-15 02:08:40 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetReconciliationListReq.ProtoReflect.Descriptor instead.
func (*GetReconciliationListReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{1}
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListReq) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *GetReconciliationListReq) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *GetReconciliationListReq) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *GetReconciliationListReq) GetPayChannel() int32 {
if x != nil {
return x.PayChannel
}
return 0
}
2025-06-26 09:18:58 +00:00
func (x *GetReconciliationListReq) GetBundleOrderOn() string {
2025-06-15 02:08:40 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.BundleOrderOn
2025-06-15 02:08:40 +00:00
}
return ""
}
func (x *GetReconciliationListReq) GetCreatedStart() string {
if x != nil {
return x.CreatedStart
}
return ""
}
func (x *GetReconciliationListReq) GetCreatedEnd() string {
if x != nil {
return x.CreatedEnd
}
return ""
}
func (x *GetReconciliationListReq) GetPayTimeStart() string {
if x != nil {
return x.PayTimeStart
}
return ""
}
func (x *GetReconciliationListReq) GetPayTimeEnd() string {
if x != nil {
return x.PayTimeEnd
}
return ""
}
func (x *GetReconciliationListReq) GetSerialNumber() string {
if x != nil {
return x.SerialNumber
}
return ""
}
func (x *GetReconciliationListReq) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *GetReconciliationListReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *GetReconciliationListReq) GetUserIDS() []uint64 {
if x != nil {
return x.UserIDS
}
return nil
}
2025-06-26 09:18:58 +00:00
func (x *GetReconciliationListReq) GetBundleAddOrderOn() string {
if x != nil {
return x.BundleAddOrderOn
}
return ""
}
2025-06-15 02:08:40 +00:00
type GetReconciliationListResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
List []*ReconciliationInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize"`
2025-06-15 02:08:40 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListResp) Reset() {
*x = GetReconciliationListResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetReconciliationListResp) ProtoMessage() {}
func (x *GetReconciliationListResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[2]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-15 02:08:40 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetReconciliationListResp.ProtoReflect.Descriptor instead.
func (*GetReconciliationListResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{2}
2025-06-15 02:08:40 +00:00
}
func (x *GetReconciliationListResp) GetList() []*ReconciliationInfo {
if x != nil {
return x.List
}
return nil
}
func (x *GetReconciliationListResp) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *GetReconciliationListResp) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *GetReconciliationListResp) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
type ReconciliationInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID"`
BundleOrderOn string `protobuf:"bytes,2,opt,name=bundleOrderOn,proto3" json:"bundleOrderOn"`
BundleAddOrderOn string `protobuf:"bytes,3,opt,name=bundleAddOrderOn,proto3" json:"bundleAddOrderOn"`
CreationTime string `protobuf:"bytes,4,opt,name=CreationTime,proto3" json:"CreationTime"`
UserName string `protobuf:"bytes,5,opt,name=userName,proto3" json:"userName"`
UserTel string `protobuf:"bytes,6,opt,name=userTel,proto3" json:"userTel"`
BundleName string `protobuf:"bytes,7,opt,name=bundleName,proto3" json:"bundleName"`
PayAmount float32 `protobuf:"fixed32,8,opt,name=payAmount,proto3" json:"payAmount"`
CurrencyType int32 `protobuf:"varint,9,opt,name=currencyType,proto3" json:"currencyType"`
PayChannel int32 `protobuf:"varint,10,opt,name=payChannel,proto3" json:"payChannel"`
PayTime string `protobuf:"bytes,11,opt,name=payTime,proto3" json:"payTime"`
PayStatus int32 `protobuf:"varint,12,opt,name=payStatus,proto3" json:"payStatus"`
SerialNumber string `protobuf:"bytes,13,opt,name=serialNumber,proto3" json:"serialNumber"`
UserID uint64 `protobuf:"varint,14,opt,name=userID,proto3" json:"userID"`
HandlingFee string `protobuf:"bytes,15,opt,name=handlingFee,proto3" json:"handlingFee"`
SubNum string `protobuf:"bytes,16,opt,name=subNum,proto3" json:"subNum"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-15 02:08:40 +00:00
}
func (x *ReconciliationInfo) Reset() {
*x = ReconciliationInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-15 02:08:40 +00:00
}
func (x *ReconciliationInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReconciliationInfo) ProtoMessage() {}
func (x *ReconciliationInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[3]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-15 02:08:40 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ReconciliationInfo.ProtoReflect.Descriptor instead.
func (*ReconciliationInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{3}
2025-06-15 02:08:40 +00:00
}
func (x *ReconciliationInfo) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *ReconciliationInfo) GetBundleOrderOn() string {
if x != nil {
return x.BundleOrderOn
}
return ""
}
func (x *ReconciliationInfo) GetBundleAddOrderOn() string {
if x != nil {
return x.BundleAddOrderOn
}
return ""
}
2025-06-15 05:20:14 +00:00
func (x *ReconciliationInfo) GetCreationTime() string {
2025-06-15 02:08:40 +00:00
if x != nil {
2025-06-15 05:20:14 +00:00
return x.CreationTime
2025-06-15 02:08:40 +00:00
}
return ""
}
func (x *ReconciliationInfo) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *ReconciliationInfo) GetUserTel() string {
if x != nil {
return x.UserTel
}
return ""
}
func (x *ReconciliationInfo) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *ReconciliationInfo) GetPayAmount() float32 {
if x != nil {
return x.PayAmount
}
return 0
}
func (x *ReconciliationInfo) GetCurrencyType() int32 {
if x != nil {
return x.CurrencyType
}
return 0
}
func (x *ReconciliationInfo) GetPayChannel() int32 {
if x != nil {
return x.PayChannel
}
return 0
}
func (x *ReconciliationInfo) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
func (x *ReconciliationInfo) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *ReconciliationInfo) GetSerialNumber() string {
if x != nil {
return x.SerialNumber
}
return ""
}
func (x *ReconciliationInfo) GetUserID() uint64 {
if x != nil {
return x.UserID
}
return 0
}
2025-07-08 08:12:16 +00:00
func (x *ReconciliationInfo) GetHandlingFee() string {
if x != nil {
return x.HandlingFee
}
return ""
}
2025-08-27 02:23:22 +00:00
func (x *ReconciliationInfo) GetSubNum() string {
if x != nil {
return x.SubNum
}
return ""
}
2025-06-14 07:09:15 +00:00
type OrderInfoByOrderNoRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
2025-06-14 07:09:15 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoRequest) Reset() {
*x = OrderInfoByOrderNoRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderInfoByOrderNoRequest) ProtoMessage() {}
func (x *OrderInfoByOrderNoRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[4]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 07:09:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderInfoByOrderNoRequest.ProtoReflect.Descriptor instead.
func (*OrderInfoByOrderNoRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{4}
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
type OrderInfoByOrderNoResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type"`
UserId uint64 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId"`
OrderUUID string `protobuf:"bytes,3,opt,name=orderUUID,proto3" json:"orderUUID"`
AccountNumber int32 `protobuf:"varint,4,opt,name=accountNumber,proto3" json:"accountNumber"`
VideoNumber int32 `protobuf:"varint,5,opt,name=videoNumber,proto3" json:"videoNumber"`
ImageNumber int32 `protobuf:"varint,6,opt,name=imageNumber,proto3" json:"imageNumber"`
DataNumber int32 `protobuf:"varint,7,opt,name=dataNumber,proto3" json:"dataNumber"`
Duration int32 `protobuf:"varint,8,opt,name=duration,proto3" json:"duration"`
Unit string `protobuf:"bytes,9,opt,name=unit,proto3" json:"unit"`
UserName string `protobuf:"bytes,10,opt,name=userName,proto3" json:"userName"`
2025-06-14 07:09:15 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoResp) Reset() {
*x = OrderInfoByOrderNoResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderInfoByOrderNoResp) ProtoMessage() {}
func (x *OrderInfoByOrderNoResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[5]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 07:09:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderInfoByOrderNoResp.ProtoReflect.Descriptor instead.
func (*OrderInfoByOrderNoResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{5}
2025-06-14 07:09:15 +00:00
}
func (x *OrderInfoByOrderNoResp) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetUserId() uint64 {
if x != nil {
return x.UserId
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetOrderUUID() string {
if x != nil {
return x.OrderUUID
}
return ""
}
func (x *OrderInfoByOrderNoResp) GetAccountNumber() int32 {
if x != nil {
return x.AccountNumber
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetVideoNumber() int32 {
if x != nil {
return x.VideoNumber
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetImageNumber() int32 {
if x != nil {
return x.ImageNumber
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetDataNumber() int32 {
if x != nil {
return x.DataNumber
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetDuration() int32 {
if x != nil {
return x.Duration
}
return 0
}
func (x *OrderInfoByOrderNoResp) GetUnit() string {
if x != nil {
return x.Unit
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *OrderInfoByOrderNoResp) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
2025-06-13 11:25:00 +00:00
type OrderCreateRecord struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
BundleUuid string `protobuf:"bytes,1,opt,name=bundleUuid,proto3" json:"bundleUuid"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language"`
ExpirationTime string `protobuf:"bytes,3,opt,name=expirationTime,proto3" json:"expirationTime"`
BundleName string `protobuf:"bytes,4,opt,name=bundleName,proto3" json:"bundleName"`
CustomerID string `protobuf:"bytes,5,opt,name=customerID,proto3" json:"customerID"`
CustomerNum string `protobuf:"bytes,6,opt,name=customerNum,proto3" json:"customerNum"`
CustomerName string `protobuf:"bytes,7,opt,name=customerName,proto3" json:"customerName"`
Amount float32 `protobuf:"fixed32,8,opt,name=amount,proto3" json:"amount"`
AmountType int64 `protobuf:"varint,9,opt,name=amountType,proto3" json:"amountType"`
SignContract string `protobuf:"bytes,10,opt,name=signContract,proto3" json:"signContract"`
Signature string `protobuf:"bytes,11,opt,name=signature,proto3" json:"signature"`
SignedTime string `protobuf:"bytes,12,opt,name=signedTime,proto3" json:"signedTime"`
Status int64 `protobuf:"varint,13,opt,name=status,proto3" json:"status"`
PayTime string `protobuf:"bytes,14,opt,name=payTime,proto3" json:"payTime"`
ContractNo string `protobuf:"bytes,15,opt,name=contractNo,proto3" json:"contractNo"`
TotalAmount float32 `protobuf:"fixed32,16,opt,name=totalAmount,proto3" json:"totalAmount"` //总金额
BundleCommonUid string `protobuf:"bytes,17,opt,name=bundleCommonUid,proto3" json:"bundleCommonUid"`
Snapshot string `protobuf:"bytes,18,opt,name=snapshot,proto3" json:"snapshot"`
PayType int32 `protobuf:"varint,19,opt,name=payType,proto3" json:"payType"`
AddRecords []*OrderCreateAddRecord `protobuf:"bytes,20,rep,name=addRecords,proto3" json:"addRecords"` //增值服务
2025-07-07 11:27:51 +00:00
OrderNo string `protobuf:"bytes,21,opt,name=orderNo,proto3" json:"orderNo"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateRecord) Reset() {
*x = OrderCreateRecord{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderCreateRecord) ProtoMessage() {}
func (x *OrderCreateRecord) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[6]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 11:25:00 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderCreateRecord.ProtoReflect.Descriptor instead.
func (*OrderCreateRecord) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{6}
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateRecord) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
func (x *OrderCreateRecord) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *OrderCreateRecord) GetExpirationTime() string {
if x != nil {
return x.ExpirationTime
}
return ""
}
func (x *OrderCreateRecord) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderCreateRecord) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderCreateRecord) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderCreateRecord) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderCreateRecord) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderCreateRecord) GetAmountType() int64 {
if x != nil {
return x.AmountType
}
return 0
}
func (x *OrderCreateRecord) GetSignContract() string {
if x != nil {
return x.SignContract
}
return ""
}
func (x *OrderCreateRecord) GetSignature() string {
if x != nil {
return x.Signature
}
return ""
}
func (x *OrderCreateRecord) GetSignedTime() string {
if x != nil {
return x.SignedTime
}
return ""
}
func (x *OrderCreateRecord) GetStatus() int64 {
if x != nil {
return x.Status
}
return 0
}
func (x *OrderCreateRecord) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
func (x *OrderCreateRecord) GetContractNo() string {
if x != nil {
return x.ContractNo
}
return ""
}
func (x *OrderCreateRecord) GetTotalAmount() float32 {
if x != nil {
return x.TotalAmount
}
return 0
}
func (x *OrderCreateRecord) GetBundleCommonUid() string {
if x != nil {
return x.BundleCommonUid
}
return ""
}
func (x *OrderCreateRecord) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
2025-06-13 14:36:54 +00:00
func (x *OrderCreateRecord) GetPayType() int32 {
if x != nil {
return x.PayType
}
return 0
}
2025-06-13 11:25:00 +00:00
func (x *OrderCreateRecord) GetAddRecords() []*OrderCreateAddRecord {
if x != nil {
return x.AddRecords
}
return nil
}
2025-07-07 11:27:51 +00:00
func (x *OrderCreateRecord) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
2025-06-13 11:25:00 +00:00
type OrderCreateAddRecord struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ServiceType int32 `protobuf:"varint,1,opt,name=serviceType,proto3" json:"serviceType"`
ValueUid string `protobuf:"bytes,2,opt,name=valueUid,proto3" json:"valueUid"`
CurrencyType int64 `protobuf:"varint,3,opt,name=currencyType,proto3" json:"currencyType"`
Amount float32 `protobuf:"fixed32,4,opt,name=amount,proto3" json:"amount"`
Num int32 `protobuf:"varint,5,opt,name=num,proto3" json:"num"`
Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit"`
Source int32 `protobuf:"varint,7,opt,name=source,proto3" json:"source"`
PaymentStatus int32 `protobuf:"varint,8,opt,name=paymentStatus,proto3" json:"paymentStatus"`
HandlingFee string `protobuf:"bytes,9,opt,name=handlingFee,proto3" json:"handlingFee"`
2025-06-13 11:25:00 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateAddRecord) Reset() {
*x = OrderCreateAddRecord{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateAddRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderCreateAddRecord) ProtoMessage() {}
func (x *OrderCreateAddRecord) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[7]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 11:25:00 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderCreateAddRecord.ProtoReflect.Descriptor instead.
func (*OrderCreateAddRecord) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{7}
2025-06-13 11:25:00 +00:00
}
func (x *OrderCreateAddRecord) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
func (x *OrderCreateAddRecord) GetValueUid() string {
if x != nil {
return x.ValueUid
}
return ""
}
func (x *OrderCreateAddRecord) GetCurrencyType() int64 {
if x != nil {
return x.CurrencyType
}
return 0
}
func (x *OrderCreateAddRecord) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderCreateAddRecord) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *OrderCreateAddRecord) GetUnit() string {
if x != nil {
return x.Unit
}
return ""
}
func (x *OrderCreateAddRecord) GetSource() int32 {
if x != nil {
return x.Source
}
return 0
}
func (x *OrderCreateAddRecord) GetPaymentStatus() int32 {
if x != nil {
return x.PaymentStatus
}
return 0
}
2025-07-08 06:17:38 +00:00
func (x *OrderCreateAddRecord) GetHandlingFee() string {
if x != nil {
return x.HandlingFee
}
return ""
}
2025-06-13 08:47:23 +00:00
type OrderRecordsRequestV2 struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
CustomerName string `protobuf:"bytes,1,opt,name=customerName,proto3" json:"customerName"`
TelNum string `protobuf:"bytes,2,opt,name=telNum,proto3" json:"telNum"`
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName"`
PayStatus int32 `protobuf:"varint,4,opt,name=payStatus,proto3" json:"payStatus"`
AddPayStatus int32 `protobuf:"varint,5,opt,name=addPayStatus,proto3" json:"addPayStatus"`
OrderNo string `protobuf:"bytes,6,opt,name=orderNo,proto3" json:"orderNo"`
OrderAddNo string `protobuf:"bytes,7,opt,name=orderAddNo,proto3" json:"orderAddNo"`
BundleCreateAtStart string `protobuf:"bytes,8,opt,name=bundleCreateAtStart,proto3" json:"bundleCreateAtStart"`
BundleCreateAtEnd string `protobuf:"bytes,9,opt,name=bundleCreateAtEnd,proto3" json:"bundleCreateAtEnd"`
OrderAddCreateAtStart string `protobuf:"bytes,10,opt,name=orderAddCreateAtStart,proto3" json:"orderAddCreateAtStart"`
OrderAddCreateAtEnd string `protobuf:"bytes,11,opt,name=orderAddCreateAtEnd,proto3" json:"orderAddCreateAtEnd"`
Page int32 `protobuf:"varint,12,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,13,opt,name=pageSize,proto3" json:"pageSize"`
UserIds []int64 `protobuf:"varint,14,rep,packed,name=userIds,proto3" json:"userIds"`
BundlePayStart string `protobuf:"bytes,15,opt,name=bundlePayStart,proto3" json:"bundlePayStart"`
BundlePayEnd string `protobuf:"bytes,16,opt,name=bundlePayEnd,proto3" json:"bundlePayEnd"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsRequestV2) Reset() {
*x = OrderRecordsRequestV2{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsRequestV2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsRequestV2) ProtoMessage() {}
func (x *OrderRecordsRequestV2) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[8]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsRequestV2.ProtoReflect.Descriptor instead.
func (*OrderRecordsRequestV2) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{8}
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsRequestV2) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderRecordsRequestV2) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderRecordsRequestV2) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *OrderRecordsRequestV2) GetAddPayStatus() int32 {
if x != nil {
return x.AddPayStatus
}
return 0
}
func (x *OrderRecordsRequestV2) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddNo() string {
if x != nil {
return x.OrderAddNo
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleCreateAtStart() string {
if x != nil {
return x.BundleCreateAtStart
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundleCreateAtEnd() string {
if x != nil {
return x.BundleCreateAtEnd
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddCreateAtStart() string {
if x != nil {
return x.OrderAddCreateAtStart
}
return ""
}
func (x *OrderRecordsRequestV2) GetOrderAddCreateAtEnd() string {
if x != nil {
return x.OrderAddCreateAtEnd
}
return ""
}
func (x *OrderRecordsRequestV2) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsRequestV2) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsRequestV2) GetUserIds() []int64 {
if x != nil {
return x.UserIds
}
return nil
}
2025-07-02 06:00:54 +00:00
func (x *OrderRecordsRequestV2) GetBundlePayStart() string {
if x != nil {
return x.BundlePayStart
}
return ""
}
func (x *OrderRecordsRequestV2) GetBundlePayEnd() string {
if x != nil {
return x.BundlePayEnd
}
return ""
}
2025-06-13 08:47:23 +00:00
type OrderRecordsResponseV2 struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
BundleInfo []*OrderBundleRecordInfo `protobuf:"bytes,1,rep,name=bundleInfo,proto3" json:"bundleInfo"`
Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"`
Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total"`
2025-06-13 08:47:23 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsResponseV2) Reset() {
*x = OrderRecordsResponseV2{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsResponseV2) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsResponseV2) ProtoMessage() {}
func (x *OrderRecordsResponseV2) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[9]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsResponseV2.ProtoReflect.Descriptor instead.
func (*OrderRecordsResponseV2) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{9}
2025-06-13 08:47:23 +00:00
}
func (x *OrderRecordsResponseV2) GetBundleInfo() []*OrderBundleRecordInfo {
if x != nil {
return x.BundleInfo
}
return nil
}
func (x *OrderRecordsResponseV2) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsResponseV2) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsResponseV2) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
type OrderBundleRecordInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
BundleName string `protobuf:"bytes,2,opt,name=bundleName,proto3" json:"bundleName"`
PayStatus int32 `protobuf:"varint,3,opt,name=payStatus,proto3" json:"payStatus"`
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum"`
CustomerName string `protobuf:"bytes,5,opt,name=customerName,proto3" json:"customerName"`
BundleCreateAt string `protobuf:"bytes,6,opt,name=bundleCreateAt,proto3" json:"bundleCreateAt"`
Amount float32 `protobuf:"fixed32,7,opt,name=amount,proto3" json:"amount"`
AddBundleInfo []*OrderAddBundleRecordInfo `protobuf:"bytes,8,rep,name=addBundleInfo,proto3" json:"addBundleInfo"`
CustomerId int64 `protobuf:"varint,9,opt,name=customerId,proto3" json:"customerId"`
2025-07-02 06:00:54 +00:00
PayTime string `protobuf:"bytes,10,opt,name=payTime,proto3" json:"payTime"`
2025-08-27 02:23:22 +00:00
SubNum string `protobuf:"bytes,11,opt,name=subNum,proto3" json:"subNum"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 08:47:23 +00:00
}
func (x *OrderBundleRecordInfo) Reset() {
*x = OrderBundleRecordInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:47:23 +00:00
}
func (x *OrderBundleRecordInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderBundleRecordInfo) ProtoMessage() {}
func (x *OrderBundleRecordInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[10]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderBundleRecordInfo.ProtoReflect.Descriptor instead.
func (*OrderBundleRecordInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{10}
2025-06-13 08:47:23 +00:00
}
func (x *OrderBundleRecordInfo) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderBundleRecordInfo) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderBundleRecordInfo) GetPayStatus() int32 {
if x != nil {
return x.PayStatus
}
return 0
}
func (x *OrderBundleRecordInfo) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *OrderBundleRecordInfo) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderBundleRecordInfo) GetBundleCreateAt() string {
if x != nil {
return x.BundleCreateAt
}
return ""
}
func (x *OrderBundleRecordInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderBundleRecordInfo) GetAddBundleInfo() []*OrderAddBundleRecordInfo {
if x != nil {
return x.AddBundleInfo
}
return nil
}
func (x *OrderBundleRecordInfo) GetCustomerId() int64 {
if x != nil {
return x.CustomerId
}
return 0
}
2025-07-02 06:00:54 +00:00
func (x *OrderBundleRecordInfo) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
2025-08-27 02:23:22 +00:00
func (x *OrderBundleRecordInfo) GetSubNum() string {
if x != nil {
return x.SubNum
}
return ""
}
2025-06-13 08:47:23 +00:00
2025-08-27 02:23:22 +00:00
type OrderAddBundleRecordInfo struct {
state protoimpl.MessageState `protogen:"open.v1"`
OrderAddNo string `protobuf:"bytes,1,opt,name=orderAddNo,proto3" json:"orderAddNo"`
Amount float32 `protobuf:"fixed32,2,opt,name=amount,proto3" json:"amount"`
SettlementAmount float32 `protobuf:"fixed32,3,opt,name=settlementAmount,proto3" json:"settlementAmount"`
CurrencyType int32 `protobuf:"varint,4,opt,name=currencyType,proto3" json:"currencyType"`
HandlingFee string `protobuf:"bytes,5,opt,name=handlingFee,proto3" json:"handlingFee"`
ExchangeRate float32 `protobuf:"fixed32,6,opt,name=exchangeRate,proto3" json:"exchangeRate"`
OrderAddCreateAt string `protobuf:"bytes,7,opt,name=orderAddCreateAt,proto3" json:"orderAddCreateAt"`
AddPayStatus int32 `protobuf:"varint,8,opt,name=addPayStatus,proto3" json:"addPayStatus"`
Contract string `protobuf:"bytes,9,opt,name=contract,proto3" json:"contract"`
Snapshot string `protobuf:"bytes,10,opt,name=snapshot,proto3" json:"snapshot"`
CheckoutSessionId string `protobuf:"bytes,11,opt,name=CheckoutSessionId,proto3" json:"CheckoutSessionId"`
CustomerID string `protobuf:"bytes,12,opt,name=CustomerID,proto3" json:"CustomerID"`
VideoNum int32 `protobuf:"varint,13,opt,name=videoNum,proto3" json:"videoNum"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 08:47:23 +00:00
}
func (x *OrderAddBundleRecordInfo) Reset() {
*x = OrderAddBundleRecordInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:47:23 +00:00
}
func (x *OrderAddBundleRecordInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderAddBundleRecordInfo) ProtoMessage() {}
func (x *OrderAddBundleRecordInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[11]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderAddBundleRecordInfo.ProtoReflect.Descriptor instead.
func (*OrderAddBundleRecordInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{11}
2025-06-13 08:47:23 +00:00
}
func (x *OrderAddBundleRecordInfo) GetOrderAddNo() string {
if x != nil {
return x.OrderAddNo
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetSettlementAmount() float32 {
if x != nil {
return x.SettlementAmount
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetCurrencyType() int32 {
if x != nil {
return x.CurrencyType
}
return 0
}
2025-07-03 06:02:25 +00:00
func (x *OrderAddBundleRecordInfo) GetHandlingFee() string {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.HandlingFee
}
2025-07-03 06:02:25 +00:00
return ""
2025-06-13 08:47:23 +00:00
}
func (x *OrderAddBundleRecordInfo) GetExchangeRate() float32 {
if x != nil {
return x.ExchangeRate
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetOrderAddCreateAt() string {
if x != nil {
return x.OrderAddCreateAt
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetAddPayStatus() int32 {
if x != nil {
return x.AddPayStatus
}
return 0
}
func (x *OrderAddBundleRecordInfo) GetContract() string {
if x != nil {
return x.Contract
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetCheckoutSessionId() string {
if x != nil {
return x.CheckoutSessionId
}
return ""
}
func (x *OrderAddBundleRecordInfo) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
2025-07-16 09:52:50 +00:00
func (x *OrderAddBundleRecordInfo) GetVideoNum() int32 {
if x != nil {
return x.VideoNum
}
return 0
}
2025-06-13 05:19:16 +00:00
type PackagePriceAndTimeResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Price float32 `protobuf:"fixed32,1,opt,name=price,proto3" json:"price"`
Time string `protobuf:"bytes,2,opt,name=time,proto3" json:"time"`
2025-06-13 05:19:16 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 05:19:16 +00:00
}
func (x *PackagePriceAndTimeResponse) Reset() {
*x = PackagePriceAndTimeResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 05:19:16 +00:00
}
func (x *PackagePriceAndTimeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PackagePriceAndTimeResponse) ProtoMessage() {}
func (x *PackagePriceAndTimeResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[12]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 05:19:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PackagePriceAndTimeResponse.ProtoReflect.Descriptor instead.
func (*PackagePriceAndTimeResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{12}
2025-06-13 05:19:16 +00:00
}
func (x *PackagePriceAndTimeResponse) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
}
func (x *PackagePriceAndTimeResponse) GetTime() string {
if x != nil {
return x.Time
}
return ""
}
2025-02-20 12:40:39 +00:00
type CommonResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid"`
OrderNo string `protobuf:"bytes,3,opt,name=orderNo,proto3" json:"orderNo"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
func (x *CommonResponse) Reset() {
*x = CommonResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
func (x *CommonResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CommonResponse) ProtoMessage() {}
func (x *CommonResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[13]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.
func (*CommonResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{13}
2025-02-20 12:40:39 +00:00
}
func (x *CommonResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *CommonResponse) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
2025-02-22 11:16:11 +00:00
func (x *CommonResponse) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
2025-02-20 12:40:39 +00:00
type BundleProfile struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
Price float32 `protobuf:"fixed32,3,opt,name=price,proto3" json:"price"`
PriceType int64 `protobuf:"varint,4,opt,name=priceType,proto3" json:"priceType"`
Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content"`
Contract string `protobuf:"bytes,6,opt,name=contract,proto3" json:"contract"`
Language string `protobuf:"bytes,7,opt,name=language,proto3" json:"language"`
CreatedAt string `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt"`
UpdatedAt string `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt"`
CompanySign string `protobuf:"bytes,10,opt,name=companySign,proto3" json:"companySign"`
ContractDuration int64 `protobuf:"varint,11,opt,name=contractDuration,proto3" json:"contractDuration"`
BundleCommonUid string `protobuf:"bytes,12,opt,name=bundleCommonUid,proto3" json:"bundleCommonUid"`
Sort int64 `protobuf:"varint,13,opt,name=sort,proto3" json:"sort"`
BgImg1 string `protobuf:"bytes,14,opt,name=bgImg1,proto3" json:"bgImg1"`
BgImg2 string `protobuf:"bytes,15,opt,name=bgImg2,proto3" json:"bgImg2"`
ShelfStatus int64 `protobuf:"varint,16,opt,name=shelfStatus,proto3" json:"shelfStatus"` // 1 上架 2 下架
SelectValueAddService []*SelectValueAddService `protobuf:"bytes,17,rep,name=selectValueAddService,json=SelectValueAddService,proto3" json:"selectValueAddService"`
BundleProfileLang []*BundleProfileLang `protobuf:"bytes,18,rep,name=bundleProfileLang,proto3" json:"bundleProfileLang"`
ImgOption int32 `protobuf:"varint,19,opt,name=imgOption,proto3" json:"imgOption"`
2025-06-26 09:32:53 +00:00
FontColor string `protobuf:"bytes,20,opt,name=fontColor,proto3" json:"fontColor"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
func (x *BundleProfile) Reset() {
*x = BundleProfile{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
func (x *BundleProfile) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleProfile) ProtoMessage() {}
func (x *BundleProfile) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[14]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleProfile.ProtoReflect.Descriptor instead.
func (*BundleProfile) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{14}
2025-02-20 12:40:39 +00:00
}
func (x *BundleProfile) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *BundleProfile) GetName() string {
if x != nil {
return x.Name
}
return ""
}
2025-02-22 11:05:19 +00:00
func (x *BundleProfile) GetPrice() float32 {
2025-02-20 12:40:39 +00:00
if x != nil {
return x.Price
}
return 0
}
func (x *BundleProfile) GetPriceType() int64 {
if x != nil {
return x.PriceType
}
return 0
}
func (x *BundleProfile) GetContent() string {
if x != nil {
return x.Content
}
return ""
}
func (x *BundleProfile) GetContract() string {
if x != nil {
return x.Contract
}
return ""
}
func (x *BundleProfile) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *BundleProfile) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *BundleProfile) GetUpdatedAt() string {
if x != nil {
return x.UpdatedAt
}
return ""
}
2025-03-12 02:45:26 +00:00
func (x *BundleProfile) GetCompanySign() string {
if x != nil {
return x.CompanySign
}
return ""
}
func (x *BundleProfile) GetContractDuration() int64 {
if x != nil {
return x.ContractDuration
}
return 0
}
2025-03-28 20:59:56 +00:00
func (x *BundleProfile) GetBundleCommonUid() string {
if x != nil {
return x.BundleCommonUid
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfile) GetSort() int64 {
if x != nil {
return x.Sort
}
return 0
}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *BundleProfile) GetBgImg1() string {
if x != nil {
return x.BgImg1
}
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfile) GetBgImg2() string {
if x != nil {
return x.BgImg2
}
return ""
}
func (x *BundleProfile) GetShelfStatus() int64 {
if x != nil {
return x.ShelfStatus
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfile) GetSelectValueAddService() []*SelectValueAddService {
if x != nil {
return x.SelectValueAddService
}
return nil
}
func (x *BundleProfile) GetBundleProfileLang() []*BundleProfileLang {
if x != nil {
return x.BundleProfileLang
}
return nil
}
2025-06-12 03:57:55 +00:00
func (x *BundleProfile) GetImgOption() int32 {
if x != nil {
return x.ImgOption
}
return 0
}
2025-06-26 09:18:58 +00:00
func (x *BundleProfile) GetFontColor() string {
if x != nil {
return x.FontColor
}
return ""
}
2025-05-28 01:34:43 +00:00
type BundleProfileLang struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
Price float32 `protobuf:"fixed32,3,opt,name=price,proto3" json:"price"`
PriceType int64 `protobuf:"varint,4,opt,name=priceType,proto3" json:"priceType"`
Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content"`
Language string `protobuf:"bytes,6,opt,name=language,proto3" json:"language"`
CreatedAt string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt"`
UpdatedAt string `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt"`
Contract string `protobuf:"bytes,9,opt,name=contract,proto3" json:"contract"`
CompanySign string `protobuf:"bytes,10,opt,name=companySign,proto3" json:"companySign"`
ContractDuration int64 `protobuf:"varint,11,opt,name=contractDuration,proto3" json:"contractDuration"`
FontColor string `protobuf:"bytes,12,opt,name=fontColor,proto3" json:"fontColor"`
Sort int64 `protobuf:"varint,13,opt,name=sort,proto3" json:"sort"`
BgImg1 string `protobuf:"bytes,14,opt,name=bgImg1,proto3" json:"bgImg1"`
BgImg2 string `protobuf:"bytes,15,opt,name=bgImg2,proto3" json:"bgImg2"`
ShelfStatus int64 `protobuf:"varint,16,opt,name=shelfStatus,proto3" json:"shelfStatus"` // 1 上架 2 下架
ImgOption int32 `protobuf:"varint,17,opt,name=imgOption,proto3" json:"imgOption"` //repeated ValueAddServiceLang valueAddServiceLang = 12 [json_name = "ValueAddServiceLang"];
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *BundleProfileLang) Reset() {
*x = BundleProfileLang{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *BundleProfileLang) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*BundleProfileLang) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[15]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleProfileLang.ProtoReflect.Descriptor instead.
func (*BundleProfileLang) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{15}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
return x.Uuid
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetName() string {
if x != nil {
return x.Name
}
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetPrice() float32 {
if x != nil {
return x.Price
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetPriceType() int64 {
if x != nil {
return x.PriceType
}
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetContent() string {
if x != nil {
return x.Content
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetCreatedAt() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.CreatedAt
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleProfileLang) GetUpdatedAt() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.UpdatedAt
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-02-20 12:40:39 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BundleProfileLang) GetContract() string {
if x != nil {
return x.Contract
}
return ""
}
func (x *BundleProfileLang) GetCompanySign() string {
if x != nil {
return x.CompanySign
}
return ""
}
func (x *BundleProfileLang) GetContractDuration() int64 {
if x != nil {
return x.ContractDuration
}
return 0
}
func (x *BundleProfileLang) GetFontColor() string {
if x != nil {
return x.FontColor
}
return ""
}
func (x *BundleProfileLang) GetSort() int64 {
if x != nil {
return x.Sort
}
return 0
}
func (x *BundleProfileLang) GetBgImg1() string {
if x != nil {
return x.BgImg1
}
return ""
}
func (x *BundleProfileLang) GetBgImg2() string {
if x != nil {
return x.BgImg2
}
return ""
}
func (x *BundleProfileLang) GetShelfStatus() int64 {
if x != nil {
return x.ShelfStatus
}
return 0
}
func (x *BundleProfileLang) GetImgOption() int32 {
if x != nil {
return x.ImgOption
}
return 0
}
2025-05-28 01:34:43 +00:00
type SaveResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid"`
CancelNum int64 `protobuf:"varint,3,opt,name=cancelNum,proto3" json:"cancelNum"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SaveResponse) Reset() {
*x = SaveResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SaveResponse) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*SaveResponse) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *SaveResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[16]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use SaveResponse.ProtoReflect.Descriptor instead.
func (*SaveResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{16}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SaveResponse) GetMsg() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SaveResponse) GetUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
}
return ""
}
func (x *SaveResponse) GetCancelNum() int64 {
if x != nil {
return x.CancelNum
2025-02-20 12:40:39 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
type SelectValueAddService struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ValueAddUuid string `protobuf:"bytes,1,opt,name=valueAddUuid,proto3" json:"valueAddUuid"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName"`
IsDisplay bool `protobuf:"varint,3,opt,name=isDisplay,proto3" json:"isDisplay"`
ServiceType int32 `protobuf:"varint,4,opt,name=serviceType,proto3" json:"serviceType"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SelectValueAddService) Reset() {
*x = SelectValueAddService{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SelectValueAddService) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*SelectValueAddService) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *SelectValueAddService) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[17]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use SelectValueAddService.ProtoReflect.Descriptor instead.
func (*SelectValueAddService) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{17}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *SelectValueAddService) GetValueAddUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ValueAddUuid
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *SelectValueAddService) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *SelectValueAddService) GetIsDisplay() bool {
if x != nil {
return x.IsDisplay
}
return false
}
2025-06-26 09:18:58 +00:00
func (x *SelectValueAddService) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
2025-05-28 01:34:43 +00:00
type DelBundleRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *DelBundleRequest) Reset() {
*x = DelBundleRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *DelBundleRequest) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*DelBundleRequest) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *DelBundleRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[18]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use DelBundleRequest.ProtoReflect.Descriptor instead.
func (*DelBundleRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{18}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *DelBundleRequest) GetUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type BundleListRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
Language string `protobuf:"bytes,5,opt,name=language,proto3" json:"language"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) Reset() {
*x = BundleListRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*BundleListRequest) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[19]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleListRequest.ProtoReflect.Descriptor instead.
func (*BundleListRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{19}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) GetPage() int32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Page
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) GetPageSize() int32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.PageSize
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) GetName() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Name
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) GetContent() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Content
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *BundleListRequest) GetLanguage() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Language
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type BundleListResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Bundles []*BundleProfile `protobuf:"bytes,1,rep,name=bundles,proto3" json:"bundles"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListResponse) Reset() {
*x = BundleListResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (*BundleListResponse) ProtoMessage() {}
func (x *BundleListResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[20]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return mi.MessageOf(x)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleListResponse.ProtoReflect.Descriptor instead.
func (*BundleListResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{20}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListResponse) GetBundles() []*BundleProfile {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Bundles
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return nil
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleListResponse) GetTotal() int32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Total
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
type BundleDetailRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language"` //语言 默认zh-CN zh-CN zh-TW EN de-DE js-JP
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailRequest) Reset() {
*x = BundleDetailRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (*BundleDetailRequest) ProtoMessage() {}
func (x *BundleDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[21]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return mi.MessageOf(x)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleDetailRequest.ProtoReflect.Descriptor instead.
func (*BundleDetailRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{21}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailRequest) GetUuid() string {
2025-03-12 02:45:26 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
2025-03-12 02:45:26 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailRequest) GetLanguage() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Language
2025-03-25 08:30:09 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type HandShelfRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
ShelfStatus int64 `protobuf:"varint,2,opt,name=shelfStatus,proto3" json:"shelfStatus"` // 1 上架 2 下架
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-28 18:05:56 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *HandShelfRequest) Reset() {
*x = HandShelfRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-28 18:05:56 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *HandShelfRequest) String() string {
return protoimpl.X.MessageStringOf(x)
2025-03-28 18:05:56 +00:00
}
2025-05-28 01:34:43 +00:00
func (*HandShelfRequest) ProtoMessage() {}
func (x *HandShelfRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[22]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-03-28 18:05:56 +00:00
}
2025-05-28 01:34:43 +00:00
return mi.MessageOf(x)
2025-03-28 18:05:56 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use HandShelfRequest.ProtoReflect.Descriptor instead.
func (*HandShelfRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{22}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *HandShelfRequest) GetUuid() string {
2025-03-28 10:53:06 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
2025-03-28 10:53:06 +00:00
}
2025-04-14 08:28:06 +00:00
return ""
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *HandShelfRequest) GetShelfStatus() int64 {
2025-03-28 10:53:06 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ShelfStatus
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
type BundleDetailResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Bundle *BundleProfile `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponse) Reset() {
*x = BundleDetailResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
2025-03-28 10:53:06 +00:00
}
2025-05-28 01:34:43 +00:00
func (*BundleDetailResponse) ProtoMessage() {}
func (x *BundleDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[23]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-03-28 20:59:56 +00:00
}
2025-05-28 01:34:43 +00:00
return mi.MessageOf(x)
2025-03-28 20:59:56 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleDetailResponse.ProtoReflect.Descriptor instead.
func (*BundleDetailResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{23}
2025-03-28 20:59:56 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponse) GetBundle() *BundleProfile {
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Bundle
}
2025-05-28 01:34:43 +00:00
return nil
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponse) GetMsg() string {
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
}
return ""
}
2025-05-28 01:34:43 +00:00
type BundleDetailResponseV2 struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Bundle *BundleProfile `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponseV2) Reset() {
*x = BundleDetailResponseV2{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponseV2) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*BundleDetailResponseV2) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponseV2) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[24]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use BundleDetailResponseV2.ProtoReflect.Descriptor instead.
func (*BundleDetailResponseV2) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{24}
2025-02-20 12:40:39 +00:00
}
2025-06-10 06:03:17 +00:00
func (x *BundleDetailResponseV2) GetBundle() *BundleProfile {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Bundle
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return nil
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *BundleDetailResponseV2) GetMsg() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type OrderRecord struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
BundleUuid string `protobuf:"bytes,2,opt,name=bundleUuid,proto3" json:"bundleUuid"`
CustomerID string `protobuf:"bytes,3,opt,name=customerID,proto3" json:"customerID"`
CustomerNum string `protobuf:"bytes,4,opt,name=customerNum,proto3" json:"customerNum"`
CustomerName string `protobuf:"bytes,5,opt,name=customerName,proto3" json:"customerName"`
Amount float32 `protobuf:"fixed32,6,opt,name=amount,proto3" json:"amount"`
AmountType int64 `protobuf:"varint,7,opt,name=amountType,proto3" json:"amountType"`
SignContract string `protobuf:"bytes,8,opt,name=signContract,proto3" json:"signContract"`
Signature string `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature"`
SignedTime string `protobuf:"bytes,10,opt,name=signedTime,proto3" json:"signedTime"`
PayType int64 `protobuf:"varint,11,opt,name=payType,proto3" json:"payType"`
PayTime string `protobuf:"bytes,12,opt,name=payTime,proto3" json:"payTime"`
CheckoutSessionId string `protobuf:"bytes,13,opt,name=checkoutSessionId,proto3" json:"checkoutSessionId"`
CheckoutSessionUrl string `protobuf:"bytes,14,opt,name=checkoutSessionUrl,proto3" json:"checkoutSessionUrl"`
Status int64 `protobuf:"varint,15,opt,name=status,proto3" json:"status"`
OrderNo string `protobuf:"bytes,16,opt,name=orderNo,proto3" json:"orderNo"`
BundleName string `protobuf:"bytes,17,opt,name=bundleName,proto3" json:"bundleName"`
ContractNo string `protobuf:"bytes,18,opt,name=contractNo,proto3" json:"contractNo"`
ValueAddBundleUuid string `protobuf:"bytes,19,opt,name=valueAddBundleUuid,proto3" json:"valueAddBundleUuid"` //增值套餐UUID
ValueAddBundleAmount float32 `protobuf:"fixed32,20,opt,name=valueAddBundleAmount,proto3" json:"valueAddBundleAmount"` //增值套餐金额
ValueAddOriginalPrice float32 `protobuf:"fixed32,21,opt,name=valueAddOriginalPrice,proto3" json:"valueAddOriginalPrice"` //原单价
ValueAddDiscountPrice float32 `protobuf:"fixed32,22,opt,name=valueAddDiscountPrice,proto3" json:"valueAddDiscountPrice"` //优惠单价
ValueAddSavedAmount float32 `protobuf:"fixed32,23,opt,name=valueAddSavedAmount,proto3" json:"valueAddSavedAmount"` //节省金额
Num int32 `protobuf:"varint,24,opt,name=num,proto3" json:"num"`
TotalAmount float32 `protobuf:"fixed32,25,opt,name=totalAmount,proto3" json:"totalAmount"` //总金额
Sex string `protobuf:"bytes,26,opt,name=sex,proto3" json:"sex"`
Nationality string `protobuf:"bytes,27,opt,name=nationality,proto3" json:"nationality"`
CertificatePicture string `protobuf:"bytes,28,opt,name=certificatePicture,proto3" json:"certificatePicture"`
PlaceOfResidence string `protobuf:"bytes,29,opt,name=placeOfResidence,proto3" json:"placeOfResidence"`
GroupPhoto string `protobuf:"bytes,30,opt,name=groupPhoto,proto3" json:"groupPhoto"`
BundleCommonUid string `protobuf:"bytes,31,opt,name=bundleCommonUid,proto3" json:"bundleCommonUid"`
AddBundleCommonUid string `protobuf:"bytes,32,opt,name=addBundleCommonUid,proto3" json:"addBundleCommonUid"`
FinancialConfirmation int32 `protobuf:"varint,33,opt,name=financialConfirmation,proto3" json:"financialConfirmation"`
TelNum string `protobuf:"bytes,34,opt,name=telNum,proto3" json:"telNum"`
Language string `protobuf:"bytes,35,opt,name=language,proto3" json:"language"`
PriceOptionsInfo []*PriceOptionsInfo `protobuf:"bytes,36,rep,name=priceOptionsInfo,proto3" json:"priceOptionsInfo"`
ExpirationTime string `protobuf:"bytes,37,opt,name=expirationTime,proto3" json:"expirationTime"`
Snapshot string `protobuf:"bytes,38,opt,name=snapshot,proto3" json:"snapshot"`
AddInfos []*AddInfo `protobuf:"bytes,39,rep,name=addInfos,proto3" json:"addInfos"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) Reset() {
*x = OrderRecord{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecord) ProtoMessage() {}
func (x *OrderRecord) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[25]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecord.ProtoReflect.Descriptor instead.
func (*OrderRecord) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{25}
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecord) GetUuid() string {
if x != nil {
return x.Uuid
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetBundleUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.BundleUuid
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderRecord) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderRecord) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderRecord) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *OrderRecord) GetAmountType() int64 {
if x != nil {
return x.AmountType
}
return 0
}
func (x *OrderRecord) GetSignContract() string {
if x != nil {
return x.SignContract
}
return ""
}
func (x *OrderRecord) GetSignature() string {
if x != nil {
return x.Signature
}
return ""
}
func (x *OrderRecord) GetSignedTime() string {
if x != nil {
return x.SignedTime
}
return ""
}
func (x *OrderRecord) GetPayType() int64 {
if x != nil {
return x.PayType
}
return 0
}
func (x *OrderRecord) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
func (x *OrderRecord) GetCheckoutSessionId() string {
if x != nil {
return x.CheckoutSessionId
}
return ""
}
func (x *OrderRecord) GetCheckoutSessionUrl() string {
if x != nil {
return x.CheckoutSessionUrl
}
return ""
}
func (x *OrderRecord) GetStatus() int64 {
2025-02-20 12:40:39 +00:00
if x != nil {
return x.Status
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecord) GetBundleName() string {
2025-02-20 12:40:39 +00:00
if x != nil {
return x.BundleName
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetContractNo() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ContractNo
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetValueAddBundleUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ValueAddBundleUuid
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetValueAddBundleAmount() float32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ValueAddBundleAmount
}
return 0
}
func (x *OrderRecord) GetValueAddOriginalPrice() float32 {
if x != nil {
return x.ValueAddOriginalPrice
}
return 0
}
func (x *OrderRecord) GetValueAddDiscountPrice() float32 {
if x != nil {
return x.ValueAddDiscountPrice
}
return 0
}
func (x *OrderRecord) GetValueAddSavedAmount() float32 {
if x != nil {
return x.ValueAddSavedAmount
}
return 0
}
func (x *OrderRecord) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *OrderRecord) GetTotalAmount() float32 {
if x != nil {
return x.TotalAmount
}
return 0
}
func (x *OrderRecord) GetSex() string {
if x != nil {
return x.Sex
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetNationality() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Nationality
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetCertificatePicture() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.CertificatePicture
2025-02-20 12:40:39 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *OrderRecord) GetPlaceOfResidence() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.PlaceOfResidence
}
return ""
}
func (x *OrderRecord) GetGroupPhoto() string {
if x != nil {
return x.GroupPhoto
}
return ""
}
func (x *OrderRecord) GetBundleCommonUid() string {
if x != nil {
return x.BundleCommonUid
}
return ""
}
func (x *OrderRecord) GetAddBundleCommonUid() string {
if x != nil {
return x.AddBundleCommonUid
}
return ""
}
func (x *OrderRecord) GetFinancialConfirmation() int32 {
if x != nil {
return x.FinancialConfirmation
}
return 0
}
func (x *OrderRecord) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
2025-06-11 02:54:38 +00:00
func (x *OrderRecord) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *OrderRecord) GetPriceOptionsInfo() []*PriceOptionsInfo {
if x != nil {
return x.PriceOptionsInfo
}
return nil
}
2025-06-13 05:19:16 +00:00
func (x *OrderRecord) GetExpirationTime() string {
if x != nil {
return x.ExpirationTime
}
return ""
}
2025-06-13 08:47:23 +00:00
func (x *OrderRecord) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
func (x *OrderRecord) GetAddInfos() []*AddInfo {
if x != nil {
return x.AddInfos
}
return nil
}
type AddInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
ValueAddUUID string `protobuf:"bytes,3,opt,name=valueAddUUID,proto3" json:"valueAddUUID"`
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
}
func (x *AddInfo) Reset() {
*x = AddInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *AddInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddInfo) ProtoMessage() {}
func (x *AddInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[26]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddInfo.ProtoReflect.Descriptor instead.
func (*AddInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{26}
}
func (x *AddInfo) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *AddInfo) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *AddInfo) GetValueAddUUID() string {
if x != nil {
return x.ValueAddUUID
}
return ""
}
2025-06-13 05:19:16 +00:00
type OrderAddRecord struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
BundleUuid string `protobuf:"bytes,1,opt,name=bundleUuid,proto3" json:"bundleUuid"`
AddPriceOptionsList []*AddPriceOptionsInfo `protobuf:"bytes,2,rep,name=addPriceOptionsList,proto3" json:"addPriceOptionsList"`
Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language"`
CustomerID string `protobuf:"bytes,4,opt,name=customerID,proto3" json:"customerID"`
CustomerNum string `protobuf:"bytes,5,opt,name=customerNum,proto3" json:"customerNum"`
CustomerName string `protobuf:"bytes,6,opt,name=customerName,proto3" json:"customerName"`
2025-08-27 02:23:22 +00:00
// string valueAddUUID = 12 [json_name = "valueAddUUID"];
2025-06-14 07:09:15 +00:00
Source int32 `protobuf:"varint,7,opt,name=source,proto3" json:"source"`
SignContract string `protobuf:"bytes,8,opt,name=signContract,proto3" json:"signContract"`
Signature string `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature"`
SignedTime string `protobuf:"bytes,10,opt,name=signedTime,proto3" json:"signedTime"`
ExpirationDate string `protobuf:"bytes,11,opt,name=expirationDate,proto3" json:"expirationDate"`
Snapshot string `protobuf:"bytes,38,opt,name=snapshot,proto3" json:"snapshot"`
OrderUUID string `protobuf:"bytes,39,opt,name=orderUUID,proto3" json:"orderUUID"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 05:19:16 +00:00
}
func (x *OrderAddRecord) Reset() {
*x = OrderAddRecord{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 05:19:16 +00:00
}
func (x *OrderAddRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderAddRecord) ProtoMessage() {}
func (x *OrderAddRecord) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[27]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 05:19:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderAddRecord.ProtoReflect.Descriptor instead.
func (*OrderAddRecord) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{27}
2025-06-13 05:19:16 +00:00
}
func (x *OrderAddRecord) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
func (x *OrderAddRecord) GetAddPriceOptionsList() []*AddPriceOptionsInfo {
if x != nil {
return x.AddPriceOptionsList
}
return nil
}
func (x *OrderAddRecord) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *OrderAddRecord) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderAddRecord) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderAddRecord) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderAddRecord) GetSource() int32 {
if x != nil {
return x.Source
}
return 0
}
func (x *OrderAddRecord) GetSignContract() string {
if x != nil {
return x.SignContract
}
return ""
}
func (x *OrderAddRecord) GetSignature() string {
if x != nil {
return x.Signature
}
return ""
}
func (x *OrderAddRecord) GetSignedTime() string {
if x != nil {
return x.SignedTime
}
return ""
}
func (x *OrderAddRecord) GetExpirationDate() string {
if x != nil {
return x.ExpirationDate
}
return ""
}
2025-06-13 08:47:23 +00:00
func (x *OrderAddRecord) GetSnapshot() string {
if x != nil {
return x.Snapshot
}
return ""
}
2025-06-13 14:36:54 +00:00
func (x *OrderAddRecord) GetOrderUUID() string {
if x != nil {
return x.OrderUUID
}
return ""
}
2025-06-13 05:19:16 +00:00
type AddPriceOptionsInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
ValueUid string `protobuf:"bytes,2,opt,name=valueUid,proto3" json:"valueUid"`
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType"`
CurrencyType int64 `protobuf:"varint,4,opt,name=currencyType,proto3" json:"currencyType"`
Amount float32 `protobuf:"fixed32,5,opt,name=amount,proto3" json:"amount"`
Num int32 `protobuf:"varint,6,opt,name=num,proto3" json:"num"`
Unit string `protobuf:"bytes,7,opt,name=unit,proto3" json:"unit"`
2025-06-13 05:19:16 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 05:19:16 +00:00
}
func (x *AddPriceOptionsInfo) Reset() {
*x = AddPriceOptionsInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 05:19:16 +00:00
}
func (x *AddPriceOptionsInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddPriceOptionsInfo) ProtoMessage() {}
func (x *AddPriceOptionsInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[28]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 05:19:16 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddPriceOptionsInfo.ProtoReflect.Descriptor instead.
func (*AddPriceOptionsInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{28}
2025-06-13 05:19:16 +00:00
}
func (x *AddPriceOptionsInfo) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *AddPriceOptionsInfo) GetValueUid() string {
if x != nil {
return x.ValueUid
}
return ""
}
func (x *AddPriceOptionsInfo) GetServiceType() int32 {
if x != nil {
return x.ServiceType
}
return 0
}
func (x *AddPriceOptionsInfo) GetCurrencyType() int64 {
if x != nil {
return x.CurrencyType
}
return 0
}
func (x *AddPriceOptionsInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *AddPriceOptionsInfo) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *AddPriceOptionsInfo) GetUnit() string {
if x != nil {
return x.Unit
}
return ""
}
2025-06-11 02:54:38 +00:00
type PriceOptionsInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
ValueUid string `protobuf:"bytes,2,opt,name=valueUid,proto3" json:"valueUid"`
Num int32 `protobuf:"varint,3,opt,name=num,proto3" json:"num"`
2025-06-11 02:54:38 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-11 02:54:38 +00:00
}
func (x *PriceOptionsInfo) Reset() {
*x = PriceOptionsInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-11 02:54:38 +00:00
}
func (x *PriceOptionsInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PriceOptionsInfo) ProtoMessage() {}
func (x *PriceOptionsInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[29]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-11 02:54:38 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PriceOptionsInfo.ProtoReflect.Descriptor instead.
func (*PriceOptionsInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{29}
2025-06-11 02:54:38 +00:00
}
func (x *PriceOptionsInfo) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *PriceOptionsInfo) GetValueUid() string {
if x != nil {
return x.ValueUid
}
return ""
}
2025-06-13 11:25:00 +00:00
func (x *PriceOptionsInfo) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
2025-05-28 01:34:43 +00:00
type OrderRecordsRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
CustomerNum string `protobuf:"bytes,3,opt,name=customerNum,proto3" json:"customerNum"`
CustomerName string `protobuf:"bytes,4,opt,name=customerName,proto3" json:"customerName"`
BundleUUID string `protobuf:"bytes,5,opt,name=bundleUUID,proto3" json:"bundleUUID"`
OrderNo string `protobuf:"bytes,6,opt,name=orderNo,proto3" json:"orderNo"`
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status"`
BundleName string `protobuf:"bytes,8,opt,name=bundleName,proto3" json:"bundleName"`
StartSignedTime string `protobuf:"bytes,9,opt,name=startSignedTime,proto3" json:"startSignedTime"`
EndSignedTime string `protobuf:"bytes,10,opt,name=endSignedTime,proto3" json:"endSignedTime"`
StartPayTime string `protobuf:"bytes,11,opt,name=startPayTime,proto3" json:"startPayTime"`
EndPayTime string `protobuf:"bytes,12,opt,name=endPayTime,proto3" json:"endPayTime"`
CustomerID string `protobuf:"bytes,13,opt,name=customerID,proto3" json:"customerID"`
IsHaveValueAdd int64 `protobuf:"varint,14,opt,name=isHaveValueAdd,proto3" json:"isHaveValueAdd"` //有无增值选项
FinancialConfirmation int32 `protobuf:"varint,15,opt,name=financialConfirmation,proto3" json:"financialConfirmation"`
TelNum string `protobuf:"bytes,16,opt,name=telNum,proto3" json:"telNum"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsRequest) Reset() {
*x = OrderRecordsRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsRequest) ProtoMessage() {}
func (x *OrderRecordsRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[30]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsRequest.ProtoReflect.Descriptor instead.
func (*OrderRecordsRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{30}
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *OrderRecordsRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *OrderRecordsRequest) GetCustomerNum() string {
if x != nil {
return x.CustomerNum
}
return ""
}
func (x *OrderRecordsRequest) GetCustomerName() string {
if x != nil {
return x.CustomerName
}
return ""
}
func (x *OrderRecordsRequest) GetBundleUUID() string {
if x != nil {
return x.BundleUUID
}
return ""
}
func (x *OrderRecordsRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecordsRequest) GetStatus() int64 {
if x != nil {
return x.Status
}
return 0
}
func (x *OrderRecordsRequest) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *OrderRecordsRequest) GetStartSignedTime() string {
if x != nil {
return x.StartSignedTime
}
return ""
}
func (x *OrderRecordsRequest) GetEndSignedTime() string {
if x != nil {
return x.EndSignedTime
}
return ""
}
func (x *OrderRecordsRequest) GetStartPayTime() string {
if x != nil {
return x.StartPayTime
}
return ""
}
func (x *OrderRecordsRequest) GetEndPayTime() string {
if x != nil {
return x.EndPayTime
}
return ""
}
func (x *OrderRecordsRequest) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *OrderRecordsRequest) GetIsHaveValueAdd() int64 {
if x != nil {
return x.IsHaveValueAdd
}
return 0
}
func (x *OrderRecordsRequest) GetFinancialConfirmation() int32 {
if x != nil {
return x.FinancialConfirmation
}
return 0
}
func (x *OrderRecordsRequest) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
type OrderRecordsResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderRecords []*OrderRecord `protobuf:"bytes,1,rep,name=orderRecords,proto3" json:"orderRecords"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsResponse) Reset() {
*x = OrderRecordsResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsResponse) ProtoMessage() {}
func (x *OrderRecordsResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[31]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsResponse.ProtoReflect.Descriptor instead.
func (*OrderRecordsResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{31}
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsResponse) GetOrderRecords() []*OrderRecord {
if x != nil {
return x.OrderRecords
}
return nil
}
func (x *OrderRecordsResponse) GetTotal() int32 {
if x != nil {
return x.Total
}
return 0
}
type OrderRecordsDetailRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
OrderNo string `protobuf:"bytes,2,opt,name=orderNo,proto3" json:"orderNo"`
CustomerID string `protobuf:"bytes,3,opt,name=customerID,proto3" json:"customerID"`
BundleUUID string `protobuf:"bytes,4,opt,name=bundleUUID,proto3" json:"bundleUUID"`
Status uint64 `protobuf:"varint,5,opt,name=status,proto3" json:"status"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailRequest) Reset() {
*x = OrderRecordsDetailRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsDetailRequest) ProtoMessage() {}
func (x *OrderRecordsDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[32]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsDetailRequest.ProtoReflect.Descriptor instead.
func (*OrderRecordsDetailRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{32}
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *OrderRecordsDetailRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *OrderRecordsDetailRequest) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
2025-06-13 05:19:16 +00:00
func (x *OrderRecordsDetailRequest) GetBundleUUID() string {
if x != nil {
return x.BundleUUID
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *OrderRecordsDetailRequest) GetStatus() uint64 {
if x != nil {
return x.Status
}
return 0
}
2025-05-28 01:34:43 +00:00
type OrderRecordsDetailResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderRecord *OrderRecord `protobuf:"bytes,1,opt,name=orderRecord,proto3" json:"orderRecord"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailResponse) Reset() {
*x = OrderRecordsDetailResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OrderRecordsDetailResponse) ProtoMessage() {}
func (x *OrderRecordsDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[33]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OrderRecordsDetailResponse.ProtoReflect.Descriptor instead.
func (*OrderRecordsDetailResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{33}
2025-05-28 01:34:43 +00:00
}
func (x *OrderRecordsDetailResponse) GetOrderRecord() *OrderRecord {
if x != nil {
return x.OrderRecord
}
return nil
}
func (x *OrderRecordsDetailResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
// 增值套餐
type ValueAddBundleProfile struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
OriginalPrice float32 `protobuf:"fixed32,3,opt,name=originalPrice,proto3" json:"originalPrice"`
DiscountPrice float32 `protobuf:"fixed32,4,opt,name=discountPrice,proto3" json:"discountPrice"`
TotalPrice float32 `protobuf:"fixed32,6,opt,name=totalPrice,proto3" json:"totalPrice"`
SavedAmount float32 `protobuf:"fixed32,7,opt,name=savedAmount,proto3" json:"savedAmount"`
DiscountPriceStatus bool `protobuf:"varint,8,opt,name=discountPriceStatus,proto3" json:"discountPriceStatus"`
Choose bool `protobuf:"varint,9,opt,name=choose,proto3" json:"choose"`
Status bool `protobuf:"varint,10,opt,name=status,proto3" json:"status"`
AddBundleCommonUid string `protobuf:"bytes,11,opt,name=addBundleCommonUid,proto3" json:"addBundleCommonUid"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *ValueAddBundleProfile) Reset() {
*x = ValueAddBundleProfile{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *ValueAddBundleProfile) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddBundleProfile) ProtoMessage() {}
func (x *ValueAddBundleProfile) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[34]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddBundleProfile.ProtoReflect.Descriptor instead.
func (*ValueAddBundleProfile) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{34}
2025-05-28 01:34:43 +00:00
}
func (x *ValueAddBundleProfile) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *ValueAddBundleProfile) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *ValueAddBundleProfile) GetOriginalPrice() float32 {
if x != nil {
return x.OriginalPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetDiscountPrice() float32 {
if x != nil {
return x.DiscountPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetTotalPrice() float32 {
if x != nil {
return x.TotalPrice
}
return 0
}
func (x *ValueAddBundleProfile) GetSavedAmount() float32 {
if x != nil {
return x.SavedAmount
}
return 0
}
func (x *ValueAddBundleProfile) GetDiscountPriceStatus() bool {
if x != nil {
return x.DiscountPriceStatus
}
return false
}
func (x *ValueAddBundleProfile) GetChoose() bool {
if x != nil {
return x.Choose
}
return false
}
func (x *ValueAddBundleProfile) GetStatus() bool {
if x != nil {
return x.Status
}
return false
}
func (x *ValueAddBundleProfile) GetAddBundleCommonUid() string {
if x != nil {
return x.AddBundleCommonUid
}
return ""
}
type CreateValueAddBundleRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Num int32 `protobuf:"varint,1,opt,name=num,proto3" json:"num"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleRequest) Reset() {
*x = CreateValueAddBundleRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateValueAddBundleRequest) ProtoMessage() {}
func (x *CreateValueAddBundleRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[35]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateValueAddBundleRequest.ProtoReflect.Descriptor instead.
func (*CreateValueAddBundleRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{35}
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleRequest) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
type CreateValueAddBundleResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
TotalPrice float32 `protobuf:"fixed32,2,opt,name=totalPrice,proto3" json:"totalPrice"`
SavedAmount float32 `protobuf:"fixed32,3,opt,name=savedAmount,proto3" json:"savedAmount"`
Msg string `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleResponse) Reset() {
*x = CreateValueAddBundleResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateValueAddBundleResponse) ProtoMessage() {}
func (x *CreateValueAddBundleResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[36]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateValueAddBundleResponse.ProtoReflect.Descriptor instead.
func (*CreateValueAddBundleResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{36}
2025-05-28 01:34:43 +00:00
}
func (x *CreateValueAddBundleResponse) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *CreateValueAddBundleResponse) GetTotalPrice() float32 {
if x != nil {
return x.TotalPrice
2025-03-25 08:30:09 +00:00
}
2025-03-28 02:54:04 +00:00
return 0
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *CreateValueAddBundleResponse) GetSavedAmount() float32 {
if x != nil {
2025-05-28 01:34:43 +00:00
return x.SavedAmount
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *CreateValueAddBundleResponse) GetMsg() string {
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
}
return ""
}
2025-05-28 01:34:43 +00:00
// 增值套餐列表请求
type ValueAddBundleListRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
BundleUuid string `protobuf:"bytes,2,opt,name=bundleUuid,proto3" json:"bundleUuid"`
PriceType int32 `protobuf:"varint,3,opt,name=priceType,proto3" json:"priceType"`
2025-02-20 12:40:39 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListRequest) Reset() {
*x = ValueAddBundleListRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListRequest) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddBundleListRequest) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[37]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddBundleListRequest.ProtoReflect.Descriptor instead.
func (*ValueAddBundleListRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{37}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListRequest) GetUserId() int32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.UserId
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListRequest) GetBundleUuid() string {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.BundleUuid
}
return ""
}
func (x *ValueAddBundleListRequest) GetPriceType() int32 {
if x != nil {
return x.PriceType
2025-02-20 12:40:39 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
type ValueAddBundleListResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
OriginalPrice float32 `protobuf:"fixed32,1,opt,name=originalPrice,proto3" json:"originalPrice"`
Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
Data []*ValueAddBundleProfile `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
Status bool `protobuf:"varint,4,opt,name=status,proto3" json:"status"`
Num int32 `protobuf:"varint,5,opt,name=num,proto3" json:"num"`
Price float32 `protobuf:"fixed32,6,opt,name=price,proto3" json:"price"`
OrderNo bool `protobuf:"varint,7,opt,name=orderNo,proto3" json:"orderNo"`
Msg string `protobuf:"bytes,8,opt,name=msg,proto3" json:"msg"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) Reset() {
*x = ValueAddBundleListResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) String() string {
2025-02-20 12:40:39 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddBundleListResponse) ProtoMessage() {}
2025-02-20 12:40:39 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[38]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-02-20 12:40:39 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddBundleListResponse.ProtoReflect.Descriptor instead.
func (*ValueAddBundleListResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{38}
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetOriginalPrice() float32 {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.OriginalPrice
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetTotal() int32 {
2025-02-21 13:09:54 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Total
2025-02-21 13:09:54 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-21 13:09:54 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetData() []*ValueAddBundleProfile {
2025-02-23 12:56:42 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Data
2025-02-23 12:56:42 +00:00
}
2025-05-28 01:34:43 +00:00
return nil
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetStatus() bool {
if x != nil {
return x.Status
}
2025-05-28 01:34:43 +00:00
return false
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetNum() int32 {
if x != nil {
return x.Num
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetOrderNo() bool {
2025-02-20 12:40:39 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.OrderNo
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
return false
2025-02-20 12:40:39 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleListResponse) GetMsg() string {
2025-02-20 12:40:39 +00:00
if x != nil {
return x.Msg
}
return ""
}
2025-05-28 01:34:43 +00:00
type ValueAddBundleDetailRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
2025-03-25 08:30:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailRequest) Reset() {
*x = ValueAddBundleDetailRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailRequest) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddBundleDetailRequest) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[39]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddBundleDetailRequest.ProtoReflect.Descriptor instead.
func (*ValueAddBundleDetailRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{39}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailRequest) GetUuid() string {
2025-03-25 08:30:09 +00:00
if x != nil {
return x.Uuid
}
return ""
}
2025-05-28 01:34:43 +00:00
type ValueAddBundleDetailResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Data *ValueAddBundleProfile `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
PayTime string `protobuf:"bytes,2,opt,name=payTime,proto3" json:"payTime"`
Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailResponse) Reset() {
*x = ValueAddBundleDetailResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (*ValueAddBundleDetailResponse) ProtoMessage() {}
func (x *ValueAddBundleDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[40]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
return mi.MessageOf(x)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddBundleDetailResponse.ProtoReflect.Descriptor instead.
func (*ValueAddBundleDetailResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{40}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailResponse) GetData() *ValueAddBundleProfile {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Data
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
return nil
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailResponse) GetPayTime() string {
2025-03-28 08:47:41 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.PayTime
2025-03-28 08:47:41 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-28 08:47:41 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddBundleDetailResponse) GetMsg() string {
2025-03-28 20:59:56 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
2025-03-28 20:59:56 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type FinancialConfirmationRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
2025-03-25 08:30:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *FinancialConfirmationRequest) Reset() {
*x = FinancialConfirmationRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *FinancialConfirmationRequest) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*FinancialConfirmationRequest) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *FinancialConfirmationRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[41]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use FinancialConfirmationRequest.ProtoReflect.Descriptor instead.
func (*FinancialConfirmationRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{41}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *FinancialConfirmationRequest) GetOrderNo() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.OrderNo
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
// ****************************************************新增值服务***********************
2025-08-27 02:23:22 +00:00
// 增值服务
2025-05-28 01:34:43 +00:00
type ValueAddService struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName"` //服务名称
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType"`
ServiceLang []*ValueAddServiceLang `protobuf:"bytes,4,rep,name=serviceLang,proto3" json:"serviceLang"`
2025-03-25 08:30:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) Reset() {
*x = ValueAddService{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[42]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddService) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[42]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddService.ProtoReflect.Descriptor instead.
func (*ValueAddService) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{42}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) GetUuid() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-03-28 01:23:17 +00:00
return x.Uuid
2025-03-25 08:30:09 +00:00
}
2025-03-28 01:23:17 +00:00
return ""
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) GetServiceName() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ServiceName
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) GetServiceType() int32 {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ServiceType
2025-03-25 08:30:09 +00:00
}
2025-03-28 01:23:17 +00:00
return 0
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddService) GetServiceLang() []*ValueAddServiceLang {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.ServiceLang
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
return nil
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
type ValueAddServiceLang struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-14 07:09:15 +00:00
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
ServiceName string `protobuf:"bytes,2,opt,name=serviceName,proto3" json:"serviceName"` //服务名称
ServiceType int32 `protobuf:"varint,3,opt,name=serviceType,proto3" json:"serviceType"`
PriceMode int32 `protobuf:"varint,4,opt,name=priceMode,proto3" json:"priceMode"`
OriginalPrice string `protobuf:"bytes,5,opt,name=originalPrice,proto3" json:"originalPrice"`
Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit"`
PriceType int64 `protobuf:"varint,7,opt,name=priceType,proto3" json:"priceType"`
Language string `protobuf:"bytes,8,opt,name=language,proto3" json:"language"`
CreatedAt string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt"`
UpdatedAt string `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt"`
Options []*ValueAddPriceOptions `protobuf:"bytes,12,rep,name=options,proto3" json:"options"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) Reset() {
*x = ValueAddServiceLang{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[43]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) String() string {
2025-03-28 01:23:17 +00:00
return protoimpl.X.MessageStringOf(x)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (*ValueAddServiceLang) ProtoMessage() {}
2025-03-28 01:23:17 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[43]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-28 01:23:17 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-03-25 08:30:09 +00:00
}
2025-03-28 01:23:17 +00:00
return mi.MessageOf(x)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddServiceLang.ProtoReflect.Descriptor instead.
func (*ValueAddServiceLang) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{43}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) GetUuid() string {
2025-03-28 08:47:41 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
}
return ""
}
func (x *ValueAddServiceLang) GetServiceName() string {
if x != nil {
return x.ServiceName
}
return ""
}
func (x *ValueAddServiceLang) GetServiceType() int32 {
if x != nil {
return x.ServiceType
2025-03-28 08:47:41 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) GetPriceMode() int32 {
2025-03-28 08:47:41 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.PriceMode
}
return 0
}
func (x *ValueAddServiceLang) GetOriginalPrice() string {
if x != nil {
return x.OriginalPrice
2025-03-28 08:47:41 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) GetUnit() string {
if x != nil {
return x.Unit
}
return ""
}
func (x *ValueAddServiceLang) GetPriceType() int64 {
2025-03-28 18:05:56 +00:00
if x != nil {
return x.PriceType
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceLang) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
func (x *ValueAddServiceLang) GetCreatedAt() string {
if x != nil {
return x.CreatedAt
}
return ""
}
func (x *ValueAddServiceLang) GetUpdatedAt() string {
if x != nil {
return x.UpdatedAt
}
return ""
}
func (x *ValueAddServiceLang) GetOptions() []*ValueAddPriceOptions {
if x != nil {
return x.Options
}
return nil
}
2025-08-27 02:23:22 +00:00
// 增值服务价格选项
2025-05-28 01:34:43 +00:00
type ValueAddPriceOptions struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol"`
Price string `protobuf:"bytes,4,opt,name=price,proto3" json:"price"`
SaveAmount string `protobuf:"bytes,5,opt,name=saveAmount,proto3" json:"saveAmount"`
2025-03-25 08:30:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) Reset() {
*x = ValueAddPriceOptions{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[44]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddPriceOptions) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[44]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddPriceOptions.ProtoReflect.Descriptor instead.
func (*ValueAddPriceOptions) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{44}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) GetId() int64 {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Id
2025-03-25 08:30:09 +00:00
}
2025-03-28 01:23:17 +00:00
return 0
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) GetNum() int32 {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Num
2025-03-25 08:30:09 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) GetSymbol() string {
2025-03-28 01:23:17 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Symbol
2025-03-28 01:23:17 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-28 01:23:17 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddPriceOptions) GetPrice() string {
2025-03-28 08:47:41 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Price
2025-03-28 08:47:41 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-28 08:47:41 +00:00
}
2025-06-12 02:19:30 +00:00
func (x *ValueAddPriceOptions) GetSaveAmount() string {
if x != nil {
return x.SaveAmount
}
return ""
}
2025-08-27 02:23:22 +00:00
// 增值服务列表
2025-05-28 01:34:43 +00:00
type ValueAddServiceListRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
Language string `protobuf:"bytes,4,opt,name=language,proto3" json:"language"`
2025-05-28 01:34:43 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-05-28 01:34:43 +00:00
}
func (x *ValueAddServiceListRequest) Reset() {
*x = ValueAddServiceListRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[45]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 10:06:14 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValueAddServiceListRequest) ProtoMessage() {}
func (x *ValueAddServiceListRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[45]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValueAddServiceListRequest.ProtoReflect.Descriptor instead.
func (*ValueAddServiceListRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{45}
2025-05-28 01:34:43 +00:00
}
func (x *ValueAddServiceListRequest) GetPage() int32 {
if x != nil {
return x.Page
2025-03-28 08:47:41 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListRequest) GetPageSize() int32 {
2025-03-28 08:47:41 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.PageSize
2025-03-28 08:47:41 +00:00
}
return 0
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListRequest) GetName() string {
2025-03-28 22:59:17 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Name
2025-03-28 22:59:17 +00:00
}
2025-05-28 01:34:43 +00:00
return ""
2025-03-28 22:59:17 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListRequest) GetLanguage() string {
2025-03-28 01:23:17 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Language
2025-03-28 01:23:17 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type ValueAddServiceListResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
ValueAddServiceList []*ValueAddService `protobuf:"bytes,3,rep,name=valueAddServiceList,proto3" json:"valueAddServiceList"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListResponse) Reset() {
*x = ValueAddServiceListResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListResponse) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddServiceListResponse) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[46]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddServiceListResponse.ProtoReflect.Descriptor instead.
func (*ValueAddServiceListResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{46}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListResponse) GetTotal() int32 {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Total
}
return 0
}
func (x *ValueAddServiceListResponse) GetMsg() string {
if x != nil {
return x.Msg
2025-03-25 08:30:09 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceListResponse) GetValueAddServiceList() []*ValueAddService {
if x != nil {
return x.ValueAddServiceList
}
return nil
}
2025-08-27 02:23:22 +00:00
// 增值服务详情
2025-05-28 01:34:43 +00:00
type ValueAddServiceDetailRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language"` //语言 默认zh-CN zh-CN zh-TW EN de-DE js-JP
2025-03-25 08:30:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailRequest) Reset() {
*x = ValueAddServiceDetailRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailRequest) String() string {
2025-03-25 08:30:09 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddServiceDetailRequest) ProtoMessage() {}
2025-03-25 08:30:09 +00:00
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[47]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-03-25 08:30:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddServiceDetailRequest.ProtoReflect.Descriptor instead.
func (*ValueAddServiceDetailRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{47}
2025-03-25 08:30:09 +00:00
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailRequest) GetUuid() string {
2025-03-28 02:54:04 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Uuid
2025-03-28 02:54:04 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailRequest) GetLanguage() string {
2025-03-25 08:30:09 +00:00
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Language
2025-03-25 08:30:09 +00:00
}
return ""
}
2025-05-28 01:34:43 +00:00
type ValueAddServiceDetailResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
ValueAddService *ValueAddService `protobuf:"bytes,2,opt,name=valueAddService,proto3" json:"valueAddService"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailResponse) Reset() {
*x = ValueAddServiceDetailResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
2025-05-28 01:34:43 +00:00
func (*ValueAddServiceDetailResponse) ProtoMessage() {}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[48]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-05-28 01:34:43 +00:00
// Deprecated: Use ValueAddServiceDetailResponse.ProtoReflect.Descriptor instead.
func (*ValueAddServiceDetailResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{48}
}
2025-05-28 01:34:43 +00:00
func (x *ValueAddServiceDetailResponse) GetMsg() string {
if x != nil {
2025-05-28 01:34:43 +00:00
return x.Msg
}
return ""
}
2025-06-10 06:03:17 +00:00
func (x *ValueAddServiceDetailResponse) GetValueAddService() *ValueAddService {
2025-05-28 01:34:43 +00:00
if x != nil {
2025-06-10 06:03:17 +00:00
return x.ValueAddService
2025-05-28 01:34:43 +00:00
}
return nil
}
2025-06-13 08:43:56 +00:00
type CalculatePriceRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language"`
2025-06-13 08:43:56 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceRequest) Reset() {
*x = CalculatePriceRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CalculatePriceRequest) ProtoMessage() {}
func (x *CalculatePriceRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[49]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:43:56 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CalculatePriceRequest.ProtoReflect.Descriptor instead.
func (*CalculatePriceRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{49}
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceRequest) GetUuid() string {
if x != nil {
return x.Uuid
}
return ""
}
func (x *CalculatePriceRequest) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
func (x *CalculatePriceRequest) GetLanguage() string {
if x != nil {
return x.Language
}
return ""
}
type CalculatePriceResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
Price float32 `protobuf:"fixed32,2,opt,name=price,proto3" json:"price"`
2025-06-13 08:43:56 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceResponse) Reset() {
*x = CalculatePriceResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[50]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CalculatePriceResponse) ProtoMessage() {}
func (x *CalculatePriceResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[50]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:43:56 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CalculatePriceResponse.ProtoReflect.Descriptor instead.
func (*CalculatePriceResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{50}
2025-06-13 08:43:56 +00:00
}
func (x *CalculatePriceResponse) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *CalculatePriceResponse) GetPrice() float32 {
if x != nil {
return x.Price
}
return 0
}
2025-06-26 09:18:58 +00:00
type BatchGetValueAddServiceLangRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuids []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids"`
Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language"`
2025-06-10 06:51:46 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangRequest) Reset() {
*x = BatchGetValueAddServiceLangRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[51]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangRequest) String() string {
2025-06-10 06:51:46 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-26 09:18:58 +00:00
func (*BatchGetValueAddServiceLangRequest) ProtoMessage() {}
2025-06-10 06:51:46 +00:00
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[51]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-26 09:18:58 +00:00
// Deprecated: Use BatchGetValueAddServiceLangRequest.ProtoReflect.Descriptor instead.
func (*BatchGetValueAddServiceLangRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{51}
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangRequest) GetUuids() []string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.Uuids
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
return nil
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangRequest) GetLanguage() string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.Language
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
return ""
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
type BatchGetValueAddServiceLangResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-26 09:32:53 +00:00
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
ValueAddServiceLangList []*ValueAddServiceLang `protobuf:"bytes,2,rep,name=valueAddServiceLangList,proto3" json:"valueAddServiceLangList"`
2025-08-27 02:23:22 +00:00
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangResponse) Reset() {
*x = BatchGetValueAddServiceLangResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[52]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangResponse) String() string {
return protoimpl.X.MessageStringOf(x)
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (*BatchGetValueAddServiceLangResponse) ProtoMessage() {}
2025-06-14 03:28:54 +00:00
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangResponse) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[52]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
return mi.MessageOf(x)
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
// Deprecated: Use BatchGetValueAddServiceLangResponse.ProtoReflect.Descriptor instead.
func (*BatchGetValueAddServiceLangResponse) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{52}
2025-06-10 06:51:46 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangResponse) GetMsg() string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.Msg
2025-06-10 06:51:46 +00:00
}
2025-06-13 08:47:23 +00:00
return ""
}
2025-06-26 09:18:58 +00:00
func (x *BatchGetValueAddServiceLangResponse) GetValueAddServiceLangList() []*ValueAddServiceLang {
2025-06-13 08:47:23 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.ValueAddServiceLangList
2025-06-13 08:47:23 +00:00
}
2025-06-26 09:18:58 +00:00
return nil
2025-06-10 06:51:46 +00:00
}
type BundleExtendRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
AccountAdditional uint32 `protobuf:"varint,2,opt,name=accountAdditional,proto3" json:"accountAdditional"`
VideoAdditional uint32 `protobuf:"varint,3,opt,name=videoAdditional,proto3" json:"videoAdditional"`
ImagesAdditional uint32 `protobuf:"varint,4,opt,name=imagesAdditional,proto3" json:"imagesAdditional"`
DataAdditional uint32 `protobuf:"varint,5,opt,name=dataAdditional,proto3" json:"dataAdditional"`
AvailableDurationAdditional uint32 `protobuf:"varint,6,opt,name=availableDurationAdditional,proto3" json:"availableDurationAdditional"`
TimeUnit uint32 `protobuf:"varint,7,opt,name=timeUnit,proto3" json:"timeUnit"` // 1 日 2 月 3年
Remark string `protobuf:"bytes,8,opt,name=remark,proto3" json:"remark"`
AssociatedorderNumber string `protobuf:"bytes,9,opt,name=associatedorderNumber,proto3" json:"associatedorderNumber"`
OperatorId uint64 `protobuf:"varint,10,opt,name=operatorId,proto3" json:"operatorId"`
OperatorName string `protobuf:"bytes,11,opt,name=operatorName,proto3" json:"operatorName"`
OperatorPhoneNumber string `protobuf:"bytes,12,opt,name=operatorPhoneNumber,proto3" json:"operatorPhoneNumber"`
Type int32 `protobuf:"varint,13,opt,name=type,proto3" json:"type"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRequest) Reset() {
*x = BundleExtendRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[53]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRequest) ProtoMessage() {}
func (x *BundleExtendRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[53]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRequest.ProtoReflect.Descriptor instead.
func (*BundleExtendRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{53}
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRequest) GetUserId() int64 {
if x != nil {
return x.UserId
}
return 0
}
func (x *BundleExtendRequest) GetAccountAdditional() uint32 {
if x != nil {
return x.AccountAdditional
}
return 0
}
func (x *BundleExtendRequest) GetVideoAdditional() uint32 {
if x != nil {
return x.VideoAdditional
}
return 0
}
func (x *BundleExtendRequest) GetImagesAdditional() uint32 {
if x != nil {
return x.ImagesAdditional
}
return 0
}
func (x *BundleExtendRequest) GetDataAdditional() uint32 {
if x != nil {
return x.DataAdditional
}
return 0
}
func (x *BundleExtendRequest) GetAvailableDurationAdditional() uint32 {
if x != nil {
return x.AvailableDurationAdditional
}
return 0
}
2025-06-14 03:28:54 +00:00
func (x *BundleExtendRequest) GetTimeUnit() uint32 {
if x != nil {
return x.TimeUnit
}
return 0
}
2025-06-10 06:51:46 +00:00
func (x *BundleExtendRequest) GetRemark() string {
if x != nil {
return x.Remark
}
return ""
}
func (x *BundleExtendRequest) GetAssociatedorderNumber() string {
if x != nil {
return x.AssociatedorderNumber
}
return ""
}
2025-06-20 01:42:14 +00:00
func (x *BundleExtendRequest) GetOperatorId() uint64 {
if x != nil {
return x.OperatorId
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleExtendRequest) GetOperatorName() string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
return x.OperatorName
2025-06-10 06:51:46 +00:00
}
2025-06-13 08:47:23 +00:00
return ""
}
func (x *BundleExtendRequest) GetOperatorPhoneNumber() string {
if x != nil {
return x.OperatorPhoneNumber
}
return ""
2025-06-10 06:51:46 +00:00
}
2025-06-19 07:09:16 +00:00
func (x *BundleExtendRequest) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
2025-06-10 06:51:46 +00:00
type BundleExtendResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-10 06:51:46 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendResponse) Reset() {
*x = BundleExtendResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[54]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendResponse) ProtoMessage() {}
func (x *BundleExtendResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[54]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendResponse.ProtoReflect.Descriptor instead.
func (*BundleExtendResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{54}
2025-06-10 06:51:46 +00:00
}
type BundleExtendRecordsListRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user"`
Operator string `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator"`
StartTime uint64 `protobuf:"varint,5,opt,name=startTime,proto3" json:"startTime"`
EndTime uint64 `protobuf:"varint,6,opt,name=endTime,proto3" json:"endTime"`
Type uint32 `protobuf:"varint,7,opt,name=type,proto3" json:"type"`
AssociatedOrderNumber string `protobuf:"bytes,8,opt,name=associatedOrderNumber,proto3" json:"associatedOrderNumber"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListRequest) Reset() {
*x = BundleExtendRecordsListRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[55]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordsListRequest) ProtoMessage() {}
func (x *BundleExtendRecordsListRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[55]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordsListRequest.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordsListRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{55}
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListRequest) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetUser() string {
if x != nil {
return x.User
}
return ""
}
func (x *BundleExtendRecordsListRequest) GetOperator() string {
if x != nil {
return x.Operator
}
return ""
}
func (x *BundleExtendRecordsListRequest) GetStartTime() uint64 {
if x != nil {
return x.StartTime
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetEndTime() uint64 {
if x != nil {
return x.EndTime
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetType() uint32 {
if x != nil {
return x.Type
}
return 0
}
func (x *BundleExtendRecordsListRequest) GetAssociatedOrderNumber() string {
if x != nil {
return x.AssociatedOrderNumber
}
return ""
}
type BundleExtendRecordsListResponse struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Data []*BundleExtendRecordItem `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
2025-06-10 06:51:46 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListResponse) Reset() {
*x = BundleExtendRecordsListResponse{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[56]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordsListResponse) ProtoMessage() {}
func (x *BundleExtendRecordsListResponse) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[56]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordsListResponse.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordsListResponse) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{56}
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordsListResponse) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *BundleExtendRecordsListResponse) GetData() []*BundleExtendRecordItem {
if x != nil {
return x.Data
}
return nil
}
type BundleExtendRecordItem struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
UserPhoneNumber string `protobuf:"bytes,2,opt,name=userPhoneNumber,proto3" json:"userPhoneNumber"`
AccountAdditional uint32 `protobuf:"varint,3,opt,name=accountAdditional,proto3" json:"accountAdditional"`
VideoAdditional uint32 `protobuf:"varint,4,opt,name=videoAdditional,proto3" json:"videoAdditional"`
ImagesAdditional uint32 `protobuf:"varint,5,opt,name=imagesAdditional,proto3" json:"imagesAdditional"`
DataAdditional uint32 `protobuf:"varint,6,opt,name=dataAdditional,proto3" json:"dataAdditional"`
AvailableDurationAdditional uint32 `protobuf:"varint,7,opt,name=availableDurationAdditional,proto3" json:"availableDurationAdditional"`
Type int32 `protobuf:"varint,8,opt,name=type,proto3" json:"type"`
CreatedAt uint64 `protobuf:"varint,9,opt,name=createdAt,proto3" json:"createdAt"`
Remark string `protobuf:"bytes,10,opt,name=remark,proto3" json:"remark"`
AssociatedOrderNumber string `protobuf:"bytes,11,opt,name=associatedOrderNumber,proto3" json:"associatedOrderNumber"`
TimeUnit uint32 `protobuf:"varint,12,opt,name=timeUnit,proto3" json:"timeUnit"`
OperatorName string `protobuf:"bytes,13,opt,name=operatorName,proto3" json:"operatorName"`
OperatorPhoneNumber string `protobuf:"bytes,14,opt,name=operatorPhoneNumber,proto3" json:"operatorPhoneNumber"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordItem) Reset() {
*x = BundleExtendRecordItem{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[57]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleExtendRecordItem) ProtoMessage() {}
func (x *BundleExtendRecordItem) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[57]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleExtendRecordItem.ProtoReflect.Descriptor instead.
func (*BundleExtendRecordItem) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{57}
2025-06-10 06:51:46 +00:00
}
func (x *BundleExtendRecordItem) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *BundleExtendRecordItem) GetUserPhoneNumber() string {
if x != nil {
return x.UserPhoneNumber
}
return ""
}
func (x *BundleExtendRecordItem) GetAccountAdditional() uint32 {
if x != nil {
return x.AccountAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetVideoAdditional() uint32 {
if x != nil {
return x.VideoAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetImagesAdditional() uint32 {
if x != nil {
return x.ImagesAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetDataAdditional() uint32 {
if x != nil {
return x.DataAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetAvailableDurationAdditional() uint32 {
if x != nil {
return x.AvailableDurationAdditional
}
return 0
}
func (x *BundleExtendRecordItem) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
func (x *BundleExtendRecordItem) GetCreatedAt() uint64 {
if x != nil {
return x.CreatedAt
}
return 0
}
func (x *BundleExtendRecordItem) GetRemark() string {
if x != nil {
return x.Remark
}
return ""
}
func (x *BundleExtendRecordItem) GetAssociatedOrderNumber() string {
if x != nil {
return x.AssociatedOrderNumber
}
return ""
}
2025-07-08 07:21:20 +00:00
func (x *BundleExtendRecordItem) GetTimeUnit() uint32 {
if x != nil {
return x.TimeUnit
}
return 0
}
2025-06-10 06:51:46 +00:00
func (x *BundleExtendRecordItem) GetOperatorName() string {
if x != nil {
return x.OperatorName
}
return ""
}
func (x *BundleExtendRecordItem) GetOperatorPhoneNumber() string {
if x != nil {
return x.OperatorPhoneNumber
}
return ""
}
2025-06-13 10:04:31 +00:00
type GetBundleBalanceListReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName"`
Bought int32 `protobuf:"varint,4,opt,name=bought,proto3" json:"bought"`
ExpiredTimeStart int64 `protobuf:"varint,5,opt,name=expiredTimeStart,proto3" json:"expiredTimeStart"`
ExpiredTimeEnd int64 `protobuf:"varint,6,opt,name=expiredTimeEnd,proto3" json:"expiredTimeEnd"`
Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) Reset() {
*x = GetBundleBalanceListReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[58]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) String() string {
2025-06-10 06:51:46 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 10:04:31 +00:00
func (*GetBundleBalanceListReq) ProtoMessage() {}
2025-06-10 06:51:46 +00:00
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[58]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 10:04:31 +00:00
// Deprecated: Use GetBundleBalanceListReq.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceListReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{58}
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetUserName() string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
return x.UserName
}
return ""
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetStatus() int32 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.Status
2025-06-10 06:51:46 +00:00
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetBundleName() string {
2025-06-10 06:51:46 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
return x.BundleName
}
return ""
}
2025-06-20 08:18:20 +00:00
func (x *GetBundleBalanceListReq) GetBought() int32 {
if x != nil {
return x.Bought
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetExpiredTimeStart() int64 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.ExpiredTimeStart
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetExpiredTimeEnd() int64 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.ExpiredTimeEnd
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetPage() int32 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.Page
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListReq) GetPageSize() int32 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.PageSize
}
return 0
}
2025-06-13 11:57:12 +00:00
type GetBundleBalanceReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName"`
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName"`
ExpiredTimeStart int64 `protobuf:"varint,4,opt,name=expiredTimeStart,proto3" json:"expiredTimeStart"`
ExpiredTimeEnd int64 `protobuf:"varint,5,opt,name=expiredTimeEnd,proto3" json:"expiredTimeEnd"`
Page int32 `protobuf:"varint,6,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 11:57:12 +00:00
}
func (x *GetBundleBalanceReq) Reset() {
*x = GetBundleBalanceReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[59]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 11:57:12 +00:00
}
func (x *GetBundleBalanceReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetBundleBalanceReq) ProtoMessage() {}
func (x *GetBundleBalanceReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[59]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 11:57:12 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetBundleBalanceReq.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{59}
2025-06-13 11:57:12 +00:00
}
func (x *GetBundleBalanceReq) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *GetBundleBalanceReq) GetStatus() int32 {
if x != nil {
return x.Status
}
return 0
}
func (x *GetBundleBalanceReq) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *GetBundleBalanceReq) GetExpiredTimeStart() int64 {
if x != nil {
return x.ExpiredTimeStart
}
return 0
}
func (x *GetBundleBalanceReq) GetExpiredTimeEnd() int64 {
if x != nil {
return x.ExpiredTimeEnd
}
return 0
}
func (x *GetBundleBalanceReq) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *GetBundleBalanceReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
2025-06-13 08:47:23 +00:00
type BundleBalanceItem struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
UserPhoneNumber string `protobuf:"bytes,3,opt,name=userPhoneNumber,proto3" json:"userPhoneNumber"`
Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"`
BundleName string `protobuf:"bytes,5,opt,name=bundleName,proto3" json:"bundleName"`
ExpiredTime int64 `protobuf:"varint,6,opt,name=expiredTime,proto3" json:"expiredTime"`
AccountNumber int32 `protobuf:"varint,7,opt,name=accountNumber,proto3" json:"accountNumber"`
AccountConsumptionNumber int32 `protobuf:"varint,8,opt,name=accountConsumptionNumber,proto3" json:"accountConsumptionNumber"`
VideoNumber int32 `protobuf:"varint,9,opt,name=videoNumber,proto3" json:"videoNumber"`
VideoConsumptionNumber int32 `protobuf:"varint,10,opt,name=videoConsumptionNumber,proto3" json:"videoConsumptionNumber"`
ImageNumber int32 `protobuf:"varint,11,opt,name=imageNumber,proto3" json:"imageNumber"`
ImageConsumptionNumber int32 `protobuf:"varint,12,opt,name=imageConsumptionNumber,proto3" json:"imageConsumptionNumber"`
DataAnalysisNumber int32 `protobuf:"varint,13,opt,name=dataAnalysisNumber,proto3" json:"dataAnalysisNumber"`
DataAnalysisConsumptionNumber int32 `protobuf:"varint,14,opt,name=dataAnalysisConsumptionNumber,proto3" json:"dataAnalysisConsumptionNumber"`
ExpansionPacksNumber int32 `protobuf:"varint,15,opt,name=expansionPacksNumber,proto3" json:"expansionPacksNumber"`
Bought int32 `protobuf:"varint,16,opt,name=bought,proto3" json:"bought"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 08:47:23 +00:00
}
func (x *BundleBalanceItem) Reset() {
*x = BundleBalanceItem{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[60]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 08:47:23 +00:00
}
func (x *BundleBalanceItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BundleBalanceItem) ProtoMessage() {}
func (x *BundleBalanceItem) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[60]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 08:47:23 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use BundleBalanceItem.ProtoReflect.Descriptor instead.
func (*BundleBalanceItem) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{60}
2025-06-13 08:47:23 +00:00
}
2025-06-13 10:29:35 +00:00
func (x *BundleBalanceItem) GetUserId() int32 {
if x != nil {
return x.UserId
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *BundleBalanceItem) GetUserPhoneNumber() string {
if x != nil {
return x.UserPhoneNumber
}
return ""
}
func (x *BundleBalanceItem) GetStatus() int32 {
if x != nil {
return x.Status
2025-06-10 06:51:46 +00:00
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetBundleName() string {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.BundleName
}
return ""
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetExpiredTime() int64 {
if x != nil {
return x.ExpiredTime
}
return 0
}
func (x *BundleBalanceItem) GetAccountNumber() int32 {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.AccountNumber
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetAccountConsumptionNumber() int32 {
if x != nil {
return x.AccountConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetVideoNumber() int32 {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.VideoNumber
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetVideoConsumptionNumber() int32 {
if x != nil {
return x.VideoConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetImageNumber() int32 {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.ImageNumber
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetImageConsumptionNumber() int32 {
if x != nil {
return x.ImageConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetDataAnalysisNumber() int32 {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.DataAnalysisNumber
}
return 0
}
2025-06-13 08:47:23 +00:00
func (x *BundleBalanceItem) GetDataAnalysisConsumptionNumber() int32 {
if x != nil {
return x.DataAnalysisConsumptionNumber
}
return 0
}
func (x *BundleBalanceItem) GetExpansionPacksNumber() int32 {
2025-06-10 06:51:46 +00:00
if x != nil {
return x.ExpansionPacksNumber
}
return 0
}
2025-06-24 07:08:37 +00:00
func (x *BundleBalanceItem) GetBought() int32 {
2025-06-13 11:57:12 +00:00
if x != nil {
2025-06-24 07:08:37 +00:00
return x.Bought
2025-06-13 11:57:12 +00:00
}
return 0
}
2025-06-13 10:04:31 +00:00
type GetBundleBalanceListResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Data []*BundleBalanceItem `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
2025-06-10 06:51:46 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListResp) Reset() {
*x = GetBundleBalanceListResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[61]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListResp) String() string {
2025-06-10 06:51:46 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-13 10:04:31 +00:00
func (*GetBundleBalanceListResp) ProtoMessage() {}
2025-06-10 06:51:46 +00:00
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[61]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-10 06:51:46 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-13 10:04:31 +00:00
// Deprecated: Use GetBundleBalanceListResp.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceListResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{61}
2025-06-13 08:47:23 +00:00
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListResp) GetTotal() int64 {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.Total
}
return 0
}
2025-06-13 10:04:31 +00:00
func (x *GetBundleBalanceListResp) GetData() []*BundleBalanceItem {
2025-06-13 08:47:23 +00:00
if x != nil {
return x.Data
}
return nil
2025-06-10 06:51:46 +00:00
}
2025-06-13 10:04:31 +00:00
type CreateBundleBalanceReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
OrderUUID string `protobuf:"bytes,2,opt,name=orderUUID,proto3" json:"orderUUID"`
AccountNumber int32 `protobuf:"varint,3,opt,name=accountNumber,proto3" json:"accountNumber"`
AccountConsumptionNumber int32 `protobuf:"varint,4,opt,name=accountConsumptionNumber,proto3" json:"accountConsumptionNumber"`
VideoNumber int32 `protobuf:"varint,5,opt,name=videoNumber,proto3" json:"videoNumber"`
VideoConsumptionNumber int32 `protobuf:"varint,6,opt,name=videoConsumptionNumber,proto3" json:"videoConsumptionNumber"`
ImageNumber int32 `protobuf:"varint,7,opt,name=imageNumber,proto3" json:"imageNumber"`
ImageConsumptionNumber int32 `protobuf:"varint,8,opt,name=imageConsumptionNumber,proto3" json:"imageConsumptionNumber"`
DataAnalysisNumber int32 `protobuf:"varint,9,opt,name=dataAnalysisNumber,proto3" json:"dataAnalysisNumber"`
DataAnalysisConsumptionNumber int32 `protobuf:"varint,10,opt,name=dataAnalysisConsumptionNumber,proto3" json:"dataAnalysisConsumptionNumber"`
ExpansionPacksNumber int32 `protobuf:"varint,11,opt,name=expansionPacksNumber,proto3" json:"expansionPacksNumber"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 10:04:31 +00:00
}
func (x *CreateBundleBalanceReq) Reset() {
*x = CreateBundleBalanceReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[62]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 10:04:31 +00:00
}
func (x *CreateBundleBalanceReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateBundleBalanceReq) ProtoMessage() {}
func (x *CreateBundleBalanceReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[62]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 10:04:31 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateBundleBalanceReq.ProtoReflect.Descriptor instead.
func (*CreateBundleBalanceReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{62}
2025-06-13 10:04:31 +00:00
}
func (x *CreateBundleBalanceReq) GetUserId() int32 {
if x != nil {
return x.UserId
}
return 0
}
func (x *CreateBundleBalanceReq) GetOrderUUID() string {
if x != nil {
return x.OrderUUID
}
return ""
}
func (x *CreateBundleBalanceReq) GetAccountNumber() int32 {
if x != nil {
return x.AccountNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetAccountConsumptionNumber() int32 {
if x != nil {
return x.AccountConsumptionNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetVideoNumber() int32 {
if x != nil {
return x.VideoNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetVideoConsumptionNumber() int32 {
if x != nil {
return x.VideoConsumptionNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetImageNumber() int32 {
if x != nil {
return x.ImageNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetImageConsumptionNumber() int32 {
if x != nil {
return x.ImageConsumptionNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetDataAnalysisNumber() int32 {
if x != nil {
return x.DataAnalysisNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetDataAnalysisConsumptionNumber() int32 {
if x != nil {
return x.DataAnalysisConsumptionNumber
}
return 0
}
func (x *CreateBundleBalanceReq) GetExpansionPacksNumber() int32 {
if x != nil {
return x.ExpansionPacksNumber
}
return 0
}
type CreateBundleBalanceResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-13 10:04:31 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 10:04:31 +00:00
}
func (x *CreateBundleBalanceResp) Reset() {
*x = CreateBundleBalanceResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[63]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 10:04:31 +00:00
}
func (x *CreateBundleBalanceResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateBundleBalanceResp) ProtoMessage() {}
func (x *CreateBundleBalanceResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[63]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 10:04:31 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateBundleBalanceResp.ProtoReflect.Descriptor instead.
func (*CreateBundleBalanceResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{63}
2025-06-13 10:04:31 +00:00
}
type AddBundleBalanceReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
UserId int32 `protobuf:"varint,2,opt,name=userId,proto3" json:"userId"`
OrderUUID string `protobuf:"bytes,3,opt,name=orderUUID,proto3" json:"orderUUID"`
AccountNumber int32 `protobuf:"varint,4,opt,name=accountNumber,proto3" json:"accountNumber"`
AccountConsumptionNumber int32 `protobuf:"varint,5,opt,name=accountConsumptionNumber,proto3" json:"accountConsumptionNumber"`
VideoNumber int32 `protobuf:"varint,6,opt,name=videoNumber,proto3" json:"videoNumber"`
VideoConsumptionNumber int32 `protobuf:"varint,7,opt,name=videoConsumptionNumber,proto3" json:"videoConsumptionNumber"`
ImageNumber int32 `protobuf:"varint,8,opt,name=imageNumber,proto3" json:"imageNumber"`
ImageConsumptionNumber int32 `protobuf:"varint,9,opt,name=imageConsumptionNumber,proto3" json:"imageConsumptionNumber"`
DataAnalysisNumber int32 `protobuf:"varint,10,opt,name=dataAnalysisNumber,proto3" json:"dataAnalysisNumber"`
DataAnalysisConsumptionNumber int32 `protobuf:"varint,11,opt,name=dataAnalysisConsumptionNumber,proto3" json:"dataAnalysisConsumptionNumber"`
ExpansionPacksNumber int32 `protobuf:"varint,12,opt,name=expansionPacksNumber,proto3" json:"expansionPacksNumber"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-13 10:04:31 +00:00
}
func (x *AddBundleBalanceReq) Reset() {
*x = AddBundleBalanceReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[64]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 10:04:31 +00:00
}
func (x *AddBundleBalanceReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddBundleBalanceReq) ProtoMessage() {}
func (x *AddBundleBalanceReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[64]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 10:04:31 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddBundleBalanceReq.ProtoReflect.Descriptor instead.
func (*AddBundleBalanceReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{64}
2025-06-13 10:04:31 +00:00
}
func (x *AddBundleBalanceReq) GetId() int32 {
if x != nil {
return x.Id
}
return 0
}
func (x *AddBundleBalanceReq) GetUserId() int32 {
if x != nil {
return x.UserId
}
return 0
}
func (x *AddBundleBalanceReq) GetOrderUUID() string {
if x != nil {
return x.OrderUUID
}
return ""
}
func (x *AddBundleBalanceReq) GetAccountNumber() int32 {
if x != nil {
return x.AccountNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetAccountConsumptionNumber() int32 {
if x != nil {
return x.AccountConsumptionNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetVideoNumber() int32 {
if x != nil {
return x.VideoNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetVideoConsumptionNumber() int32 {
if x != nil {
return x.VideoConsumptionNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetImageNumber() int32 {
if x != nil {
return x.ImageNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetImageConsumptionNumber() int32 {
if x != nil {
return x.ImageConsumptionNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetDataAnalysisNumber() int32 {
if x != nil {
return x.DataAnalysisNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetDataAnalysisConsumptionNumber() int32 {
if x != nil {
return x.DataAnalysisConsumptionNumber
}
return 0
}
func (x *AddBundleBalanceReq) GetExpansionPacksNumber() int32 {
if x != nil {
return x.ExpansionPacksNumber
}
return 0
}
type AddBundleBalanceResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-13 10:04:31 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-13 10:04:31 +00:00
}
func (x *AddBundleBalanceResp) Reset() {
*x = AddBundleBalanceResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[65]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-13 10:04:31 +00:00
}
func (x *AddBundleBalanceResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddBundleBalanceResp) ProtoMessage() {}
func (x *AddBundleBalanceResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[65]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-13 10:04:31 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddBundleBalanceResp.ProtoReflect.Descriptor instead.
func (*AddBundleBalanceResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{65}
2025-06-13 10:04:31 +00:00
}
2025-06-14 01:41:44 +00:00
type GetUsedRecordListReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"`
Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator"`
Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account"`
Platform int32 `protobuf:"varint,4,opt,name=platform,proto3" json:"platform"`
Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type"`
Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title"`
SubmitTimeStart int64 `protobuf:"varint,7,opt,name=submitTimeStart,proto3" json:"submitTimeStart"`
SubmitTimeEnd int64 `protobuf:"varint,8,opt,name=submitTimeEnd,proto3" json:"submitTimeEnd"`
Page int32 `protobuf:"varint,9,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,10,opt,name=pageSize,proto3" json:"pageSize"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListReq) Reset() {
*x = GetUsedRecordListReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[66]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUsedRecordListReq) ProtoMessage() {}
func (x *GetUsedRecordListReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[66]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUsedRecordListReq.ProtoReflect.Descriptor instead.
func (*GetUsedRecordListReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{66}
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListReq) GetUser() string {
if x != nil {
return x.User
}
return ""
}
func (x *GetUsedRecordListReq) GetOperator() string {
if x != nil {
return x.Operator
}
return ""
}
2025-06-23 06:11:07 +00:00
func (x *GetUsedRecordListReq) GetAccount() string {
2025-06-14 01:41:44 +00:00
if x != nil {
return x.Account
}
2025-06-23 06:11:07 +00:00
return ""
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListReq) GetPlatform() int32 {
if x != nil {
return x.Platform
}
return 0
}
func (x *GetUsedRecordListReq) GetType() int32 {
if x != nil {
return x.Type
}
return 0
}
func (x *GetUsedRecordListReq) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *GetUsedRecordListReq) GetSubmitTimeStart() int64 {
if x != nil {
return x.SubmitTimeStart
}
return 0
}
func (x *GetUsedRecordListReq) GetSubmitTimeEnd() int64 {
if x != nil {
return x.SubmitTimeEnd
}
return 0
}
func (x *GetUsedRecordListReq) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *GetUsedRecordListReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
type GetUsedRecordListResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Data []*WorkCastItem `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListResp) Reset() {
*x = GetUsedRecordListResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[67]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUsedRecordListResp) ProtoMessage() {}
func (x *GetUsedRecordListResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[67]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUsedRecordListResp.ProtoReflect.Descriptor instead.
func (*GetUsedRecordListResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{67}
2025-06-14 01:41:44 +00:00
}
func (x *GetUsedRecordListResp) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *GetUsedRecordListResp) GetData() []*WorkCastItem {
if x != nil {
return x.Data
}
return nil
}
type WorkCastItem struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ArtistUuid string `protobuf:"bytes,1,opt,name=artistUuid,proto3" json:"artistUuid"` // 艺人ID
ArtistName string `protobuf:"bytes,2,opt,name=artistName,proto3" json:"artistName"` // 艺人名称
ArtistPhone string `protobuf:"bytes,3,opt,name=artistPhone,proto3" json:"artistPhone"` // 艺人手机号
WorkUuid string `protobuf:"bytes,4,opt,name=workUuid,proto3" json:"workUuid"` // 作品uuid
WorkCategory uint32 `protobuf:"varint,5,opt,name=workCategory,proto3" json:"workCategory"` // 1 图文 2 视频
BundleUuid string `protobuf:"bytes,6,opt,name=bundleUuid,proto3" json:"bundleUuid"` // 套餐ID uuid
BundleName string `protobuf:"bytes,7,opt,name=bundleName,proto3" json:"bundleName"` // 套餐名称
PlatformIds string `protobuf:"bytes,8,opt,name=platformIds,proto3" json:"platformIds"` // 发布平台ID集合 (json 格式字符串)
MediaNames string `protobuf:"bytes,9,opt,name=mediaNames,proto3" json:"mediaNames"` // 自媒体账号名称集合
MediaAccIDs string `protobuf:"bytes,10,opt,name=mediaAccIDs,proto3" json:"mediaAccIDs"` // 自媒体账号ID集合
WorkTitle string `protobuf:"bytes,11,opt,name=workTitle,proto3" json:"workTitle"` // 作品标题
SubmitTime string `protobuf:"bytes,12,opt,name=submitTime,proto3" json:"submitTime"` // 提交时间
OperatorName string `protobuf:"bytes,13,opt,name=operatorName,proto3" json:"operatorName"` // 操作人名称
OperatorPhone string `protobuf:"bytes,14,opt,name=operatorPhone,proto3" json:"operatorPhone"` // 操作人手机号
Status uint32 `protobuf:"varint,15,opt,name=status,proto3" json:"status"` // 1 有效 2 失效
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *WorkCastItem) Reset() {
*x = WorkCastItem{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[68]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *WorkCastItem) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WorkCastItem) ProtoMessage() {}
func (x *WorkCastItem) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[68]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WorkCastItem.ProtoReflect.Descriptor instead.
func (*WorkCastItem) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{68}
2025-06-14 01:41:44 +00:00
}
func (x *WorkCastItem) GetArtistUuid() string {
if x != nil {
return x.ArtistUuid
}
return ""
}
func (x *WorkCastItem) GetArtistName() string {
if x != nil {
return x.ArtistName
}
return ""
}
func (x *WorkCastItem) GetArtistPhone() string {
if x != nil {
return x.ArtistPhone
}
return ""
}
func (x *WorkCastItem) GetWorkUuid() string {
if x != nil {
return x.WorkUuid
}
return ""
}
func (x *WorkCastItem) GetWorkCategory() uint32 {
if x != nil {
return x.WorkCategory
}
return 0
}
func (x *WorkCastItem) GetBundleUuid() string {
if x != nil {
return x.BundleUuid
}
return ""
}
func (x *WorkCastItem) GetBundleName() string {
if x != nil {
return x.BundleName
}
return ""
}
func (x *WorkCastItem) GetPlatformIds() string {
2025-06-14 01:41:44 +00:00
if x != nil {
return x.PlatformIds
2025-06-14 01:41:44 +00:00
}
return ""
}
func (x *WorkCastItem) GetMediaNames() string {
if x != nil {
return x.MediaNames
}
return ""
}
func (x *WorkCastItem) GetMediaAccIDs() string {
if x != nil {
return x.MediaAccIDs
}
return ""
}
func (x *WorkCastItem) GetWorkTitle() string {
if x != nil {
return x.WorkTitle
}
return ""
}
func (x *WorkCastItem) GetSubmitTime() string {
if x != nil {
return x.SubmitTime
}
return ""
}
func (x *WorkCastItem) GetOperatorName() string {
if x != nil {
return x.OperatorName
}
return ""
}
func (x *WorkCastItem) GetOperatorPhone() string {
if x != nil {
return x.OperatorPhone
}
return ""
}
func (x *WorkCastItem) GetStatus() uint32 {
if x != nil {
return x.Status
}
return 0
}
type GetImageWorkDetailReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
WorkId string `protobuf:"bytes,1,opt,name=workId,proto3" json:"workId"`
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailReq) Reset() {
*x = GetImageWorkDetailReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[69]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetImageWorkDetailReq) ProtoMessage() {}
func (x *GetImageWorkDetailReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[69]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetImageWorkDetailReq.ProtoReflect.Descriptor instead.
func (*GetImageWorkDetailReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{69}
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailReq) GetWorkId() string {
if x != nil {
return x.WorkId
}
return ""
}
type GetVedioWorkDetailReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
WorkId string `protobuf:"bytes,1,opt,name=workId,proto3" json:"workId"`
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioWorkDetailReq) Reset() {
*x = GetVedioWorkDetailReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[70]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioWorkDetailReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetVedioWorkDetailReq) ProtoMessage() {}
func (x *GetVedioWorkDetailReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[70]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetVedioWorkDetailReq.ProtoReflect.Descriptor instead.
func (*GetVedioWorkDetailReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{70}
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioWorkDetailReq) GetWorkId() string {
if x != nil {
return x.WorkId
}
return ""
}
type GetImageWorkDetailResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
WorkId string `protobuf:"bytes,1,opt,name=workId,proto3" json:"workId"`
CoverUrl string `protobuf:"bytes,2,opt,name=coverUrl,proto3" json:"coverUrl"`
VideoUrl string `protobuf:"bytes,3,opt,name=videoUrl,proto3" json:"videoUrl"`
CreatedAt int64 `protobuf:"varint,4,opt,name=createdAt,proto3" json:"createdAt"`
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailResp) Reset() {
*x = GetImageWorkDetailResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[71]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetImageWorkDetailResp) ProtoMessage() {}
func (x *GetImageWorkDetailResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[71]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetImageWorkDetailResp.ProtoReflect.Descriptor instead.
func (*GetImageWorkDetailResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{71}
2025-06-14 01:41:44 +00:00
}
func (x *GetImageWorkDetailResp) GetWorkId() string {
if x != nil {
return x.WorkId
}
return ""
}
func (x *GetImageWorkDetailResp) GetCoverUrl() string {
if x != nil {
return x.CoverUrl
}
return ""
}
func (x *GetImageWorkDetailResp) GetVideoUrl() string {
if x != nil {
return x.VideoUrl
}
return ""
}
func (x *GetImageWorkDetailResp) GetCreatedAt() int64 {
if x != nil {
return x.CreatedAt
}
return 0
}
type GetVedioeWorkDetailResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
WorkId string `protobuf:"bytes,1,opt,name=workId,proto3" json:"workId"`
ImageUrls []string `protobuf:"bytes,2,rep,name=imageUrls,proto3" json:"imageUrls"`
CreatedAt int64 `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt"`
2025-06-14 01:41:44 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioeWorkDetailResp) Reset() {
*x = GetVedioeWorkDetailResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[72]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioeWorkDetailResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetVedioeWorkDetailResp) ProtoMessage() {}
func (x *GetVedioeWorkDetailResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[72]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 01:41:44 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetVedioeWorkDetailResp.ProtoReflect.Descriptor instead.
func (*GetVedioeWorkDetailResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{72}
2025-06-14 01:41:44 +00:00
}
func (x *GetVedioeWorkDetailResp) GetWorkId() string {
if x != nil {
return x.WorkId
}
return ""
}
func (x *GetVedioeWorkDetailResp) GetImageUrls() []string {
if x != nil {
return x.ImageUrls
}
return nil
}
func (x *GetVedioeWorkDetailResp) GetCreatedAt() int64 {
if x != nil {
return x.CreatedAt
}
return 0
}
2025-06-14 03:28:54 +00:00
type ToBeComfirmedWorksReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ArtistUuid string `protobuf:"bytes,1,opt,name=artistUuid,proto3" json:"artistUuid"`
Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"`
2025-06-14 03:28:54 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 03:28:54 +00:00
}
func (x *ToBeComfirmedWorksReq) Reset() {
*x = ToBeComfirmedWorksReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[73]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 03:28:54 +00:00
}
func (x *ToBeComfirmedWorksReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ToBeComfirmedWorksReq) ProtoMessage() {}
func (x *ToBeComfirmedWorksReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[73]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 03:28:54 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ToBeComfirmedWorksReq.ProtoReflect.Descriptor instead.
func (*ToBeComfirmedWorksReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{73}
2025-06-14 03:28:54 +00:00
}
func (x *ToBeComfirmedWorksReq) GetArtistUuid() string {
if x != nil {
return x.ArtistUuid
}
return ""
}
func (x *ToBeComfirmedWorksReq) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *ToBeComfirmedWorksReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
2025-06-14 08:31:01 +00:00
type WorkItem struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
WorkUuid string `protobuf:"bytes,2,opt,name=workUuid,proto3" json:"workUuid"`
Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title"`
Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
WorkCategory uint32 `protobuf:"varint,5,opt,name=workCategory,proto3" json:"workCategory"`
WorkStatus uint32 `protobuf:"varint,6,opt,name=workStatus,proto3" json:"workStatus"`
PlatformIds string `protobuf:"bytes,7,opt,name=platformIds,proto3" json:"platformIds"`
MediaNames string `protobuf:"bytes,8,opt,name=mediaNames,proto3" json:"mediaNames"`
MediaAccUserIds string `protobuf:"bytes,9,opt,name=mediaAccUserIds,proto3" json:"mediaAccUserIds"`
ConfirmedAt int64 `protobuf:"varint,10,opt,name=confirmedAt,proto3" json:"confirmedAt"`
CreatedAt int64 `protobuf:"varint,11,opt,name=createdAt,proto3" json:"createdAt"` // 提交时间
ArtistName string `protobuf:"bytes,12,opt,name=artistName,proto3" json:"artistName"`
ArtistUuid string `protobuf:"bytes,13,opt,name=artistUuid,proto3" json:"artistUuid"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-14 08:31:01 +00:00
}
func (x *WorkItem) Reset() {
*x = WorkItem{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[74]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) String() string {
2025-06-14 03:28:54 +00:00
return protoimpl.X.MessageStringOf(x)
}
2025-06-14 08:31:01 +00:00
func (*WorkItem) ProtoMessage() {}
2025-06-14 03:28:54 +00:00
2025-06-14 08:31:01 +00:00
func (x *WorkItem) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[74]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 03:28:54 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2025-06-14 08:31:01 +00:00
// Deprecated: Use WorkItem.ProtoReflect.Descriptor instead.
func (*WorkItem) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{74}
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetUuid() string {
2025-06-14 03:28:54 +00:00
if x != nil {
return x.Uuid
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetWorkUuid() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.WorkUuid
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
return ""
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetTitle() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.Title
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetContent() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.Content
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetWorkCategory() uint32 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.WorkCategory
}
return 0
}
func (x *WorkItem) GetWorkStatus() uint32 {
if x != nil {
return x.WorkStatus
}
return 0
}
func (x *WorkItem) GetPlatformIds() string {
2025-06-14 08:31:01 +00:00
if x != nil {
return x.PlatformIds
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetMediaNames() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.MediaNames
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetMediaAccUserIds() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.MediaAccUserIds
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-17 06:14:09 +00:00
func (x *WorkItem) GetConfirmedAt() int64 {
if x != nil {
return x.ConfirmedAt
}
return 0
}
2025-06-16 01:03:39 +00:00
func (x *WorkItem) GetCreatedAt() int64 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.CreatedAt
2025-06-14 03:28:54 +00:00
}
2025-06-16 01:03:39 +00:00
return 0
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetArtistName() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.ArtistName
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-14 08:31:01 +00:00
func (x *WorkItem) GetArtistUuid() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.ArtistUuid
2025-06-14 03:28:54 +00:00
}
return ""
}
type ToBeComfirmedWorksResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Unconfirmed int64 `protobuf:"varint,2,opt,name=unconfirmed,proto3" json:"unconfirmed"`
Data []*WorkItem `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
2025-06-14 03:28:54 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 03:28:54 +00:00
}
func (x *ToBeComfirmedWorksResp) Reset() {
*x = ToBeComfirmedWorksResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[75]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-14 03:28:54 +00:00
}
func (x *ToBeComfirmedWorksResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ToBeComfirmedWorksResp) ProtoMessage() {}
func (x *ToBeComfirmedWorksResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[75]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-14 03:28:54 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ToBeComfirmedWorksResp.ProtoReflect.Descriptor instead.
func (*ToBeComfirmedWorksResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{75}
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
func (x *ToBeComfirmedWorksResp) GetTotal() int64 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.Total
2025-06-14 03:28:54 +00:00
}
return 0
}
2025-06-17 06:14:09 +00:00
func (x *ToBeComfirmedWorksResp) GetUnconfirmed() int64 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-17 06:14:09 +00:00
return x.Unconfirmed
2025-06-14 03:28:54 +00:00
}
return 0
}
2025-06-14 08:31:01 +00:00
func (x *ToBeComfirmedWorksResp) GetData() []*WorkItem {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-14 08:31:01 +00:00
return x.Data
2025-06-14 03:28:54 +00:00
}
2025-06-14 08:31:01 +00:00
return nil
}
2025-06-15 03:34:51 +00:00
type GetBundleBalanceByUserIdReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId"`
2025-06-15 03:34:51 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-14 03:28:54 +00:00
}
2025-06-15 03:34:51 +00:00
func (x *GetBundleBalanceByUserIdReq) Reset() {
*x = GetBundleBalanceByUserIdReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[76]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-15 03:34:51 +00:00
}
func (x *GetBundleBalanceByUserIdReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetBundleBalanceByUserIdReq) ProtoMessage() {}
func (x *GetBundleBalanceByUserIdReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[76]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-15 03:34:51 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetBundleBalanceByUserIdReq.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceByUserIdReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{76}
2025-06-15 03:34:51 +00:00
}
func (x *GetBundleBalanceByUserIdReq) GetUserId() int32 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-15 03:34:51 +00:00
return x.UserId
2025-06-14 03:28:54 +00:00
}
2025-06-15 03:34:51 +00:00
return 0
}
type GetBundleBalanceByUserIdResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderUUID string `protobuf:"bytes,1,opt,name=orderUUID,proto3" json:"orderUUID"`
BundleUuid string `protobuf:"bytes,2,opt,name=bundleUuid,proto3" json:"bundleUuid"` // 套餐ID uuid
BundleName string `protobuf:"bytes,3,opt,name=bundleName,proto3" json:"bundleName"` // 套餐名称
BundleStatus string `protobuf:"bytes,4,opt,name=bundleStatus,proto3" json:"bundleStatus"` // 套餐名称
PayTime int64 `protobuf:"varint,5,opt,name=payTime,proto3" json:"payTime"`
ExpiredTime int64 `protobuf:"varint,6,opt,name=expiredTime,proto3" json:"expiredTime"`
PaymentAmount string `protobuf:"bytes,7,opt,name=paymentAmount,proto3" json:"paymentAmount"`
PaymentType int32 `protobuf:"varint,8,opt,name=paymentType,proto3" json:"paymentType"`
AccountNumber int32 `protobuf:"varint,9,opt,name=accountNumber,proto3" json:"accountNumber"`
AccountAdditional int32 `protobuf:"varint,10,opt,name=accountAdditional,proto3" json:"accountAdditional"`
AccountConsumptionNumber int32 `protobuf:"varint,11,opt,name=accountConsumptionNumber,proto3" json:"accountConsumptionNumber"`
VideoNumber int32 `protobuf:"varint,12,opt,name=videoNumber,proto3" json:"videoNumber"`
VideoAdditional int32 `protobuf:"varint,13,opt,name=videoAdditional,proto3" json:"videoAdditional"`
VideoConsumptionNumber int32 `protobuf:"varint,14,opt,name=videoConsumptionNumber,proto3" json:"videoConsumptionNumber"`
ImageNumber int32 `protobuf:"varint,15,opt,name=imageNumber,proto3" json:"imageNumber"`
ImageAdditional int32 `protobuf:"varint,16,opt,name=imageAdditional,proto3" json:"imageAdditional"`
ImageConsumptionNumber int32 `protobuf:"varint,17,opt,name=imageConsumptionNumber,proto3" json:"imageConsumptionNumber"`
DataAnalysisNumber int32 `protobuf:"varint,18,opt,name=dataAnalysisNumber,proto3" json:"dataAnalysisNumber"`
DataAnalysisAdditional int32 `protobuf:"varint,19,opt,name=dataAnalysisAdditional,proto3" json:"dataAnalysisAdditional"`
DataAnalysisConsumptionNumber int32 `protobuf:"varint,20,opt,name=dataAnalysisConsumptionNumber,proto3" json:"dataAnalysisConsumptionNumber"`
ExpansionPacksNumber int32 `protobuf:"varint,21,opt,name=expansionPacksNumber,proto3" json:"expansionPacksNumber"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
2025-06-15 03:34:51 +00:00
}
func (x *GetBundleBalanceByUserIdResp) Reset() {
*x = GetBundleBalanceByUserIdResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[77]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-15 03:34:51 +00:00
}
func (x *GetBundleBalanceByUserIdResp) String() string {
return protoimpl.X.MessageStringOf(x)
2025-06-14 03:28:54 +00:00
}
2025-06-15 03:34:51 +00:00
func (*GetBundleBalanceByUserIdResp) ProtoMessage() {}
func (x *GetBundleBalanceByUserIdResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[77]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetBundleBalanceByUserIdResp.ProtoReflect.Descriptor instead.
func (*GetBundleBalanceByUserIdResp) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{77}
}
func (x *GetBundleBalanceByUserIdResp) GetOrderUUID() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.OrderUUID
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetBundleUuid() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.BundleUuid
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetBundleName() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.BundleName
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetBundleStatus() string {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.BundleStatus
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetPayTime() int64 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.PayTime
2025-06-14 03:28:54 +00:00
}
2025-06-26 09:18:58 +00:00
return 0
2025-06-14 03:28:54 +00:00
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetExpiredTime() int64 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.ExpiredTime
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetPaymentAmount() string {
if x != nil {
return x.PaymentAmount
2025-06-14 03:28:54 +00:00
}
return ""
}
2025-06-26 09:18:58 +00:00
func (x *GetBundleBalanceByUserIdResp) GetPaymentType() int32 {
2025-06-14 03:28:54 +00:00
if x != nil {
2025-06-26 09:18:58 +00:00
return x.PaymentType
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetAccountNumber() int32 {
if x != nil {
return x.AccountNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetAccountAdditional() int32 {
if x != nil {
return x.AccountAdditional
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetAccountConsumptionNumber() int32 {
if x != nil {
return x.AccountConsumptionNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetVideoNumber() int32 {
if x != nil {
return x.VideoNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetVideoAdditional() int32 {
if x != nil {
return x.VideoAdditional
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetVideoConsumptionNumber() int32 {
if x != nil {
return x.VideoConsumptionNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetImageNumber() int32 {
if x != nil {
return x.ImageNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetImageAdditional() int32 {
if x != nil {
return x.ImageAdditional
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetImageConsumptionNumber() int32 {
if x != nil {
return x.ImageConsumptionNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetDataAnalysisNumber() int32 {
if x != nil {
return x.DataAnalysisNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetDataAnalysisAdditional() int32 {
if x != nil {
return x.DataAnalysisAdditional
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetDataAnalysisConsumptionNumber() int32 {
if x != nil {
return x.DataAnalysisConsumptionNumber
}
return 0
}
func (x *GetBundleBalanceByUserIdResp) GetExpansionPacksNumber() int32 {
if x != nil {
return x.ExpansionPacksNumber
2025-06-14 03:28:54 +00:00
}
return 0
}
type OnlyAddValueListByOrderNoRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
OrderNo string `protobuf:"bytes,1,opt,name=orderNo,proto3" json:"orderNo"`
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
}
func (x *OnlyAddValueListByOrderNoRequest) Reset() {
*x = OnlyAddValueListByOrderNoRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[78]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OnlyAddValueListByOrderNoRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OnlyAddValueListByOrderNoRequest) ProtoMessage() {}
func (x *OnlyAddValueListByOrderNoRequest) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[78]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OnlyAddValueListByOrderNoRequest.ProtoReflect.Descriptor instead.
func (*OnlyAddValueListByOrderNoRequest) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{78}
}
func (x *OnlyAddValueListByOrderNoRequest) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
type OnlyAddValueListByOrderNoResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
AddBundleInfos []*AddBundleInfo `protobuf:"bytes,1,rep,name=AddBundleInfos,proto3" json:"AddBundleInfos"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *OnlyAddValueListByOrderNoResp) Reset() {
*x = OnlyAddValueListByOrderNoResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[79]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *OnlyAddValueListByOrderNoResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*OnlyAddValueListByOrderNoResp) ProtoMessage() {}
func (x *OnlyAddValueListByOrderNoResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[79]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use OnlyAddValueListByOrderNoResp.ProtoReflect.Descriptor instead.
func (*OnlyAddValueListByOrderNoResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{79}
}
func (x *OnlyAddValueListByOrderNoResp) GetAddBundleInfos() []*AddBundleInfo {
if x != nil {
return x.AddBundleInfos
}
return nil
}
type AddBundleInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
CustomerID string `protobuf:"bytes,1,opt,name=customerID,proto3" json:"customerID"`
Amount float32 `protobuf:"fixed32,2,opt,name=amount,proto3" json:"amount"`
CheckOutSessionId string `protobuf:"bytes,3,opt,name=checkOutSessionId,proto3" json:"checkOutSessionId"`
OrderNo string `protobuf:"bytes,4,opt,name=orderNo,proto3" json:"orderNo"`
PaymentStatus int32 `protobuf:"varint,5,opt,name=paymentStatus,proto3" json:"paymentStatus"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *AddBundleInfo) Reset() {
*x = AddBundleInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[80]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *AddBundleInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AddBundleInfo) ProtoMessage() {}
func (x *AddBundleInfo) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[80]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AddBundleInfo.ProtoReflect.Descriptor instead.
func (*AddBundleInfo) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{80}
}
func (x *AddBundleInfo) GetCustomerID() string {
if x != nil {
return x.CustomerID
}
return ""
}
func (x *AddBundleInfo) GetAmount() float32 {
if x != nil {
return x.Amount
}
return 0
}
func (x *AddBundleInfo) GetCheckOutSessionId() string {
if x != nil {
return x.CheckOutSessionId
}
return ""
}
func (x *AddBundleInfo) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *AddBundleInfo) GetPaymentStatus() int32 {
if x != nil {
return x.PaymentStatus
}
return 0
}
type UpdateStatusAndPayTimeBySerialNumber struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
SerialNumber string `protobuf:"bytes,1,opt,name=serialNumber,proto3" json:"serialNumber"`
PayTime string `protobuf:"bytes,2,opt,name=payTime,proto3" json:"payTime"`
PaymentStatus int32 `protobuf:"varint,3,opt,name=paymentStatus,proto3" json:"paymentStatus"`
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
}
func (x *UpdateStatusAndPayTimeBySerialNumber) Reset() {
*x = UpdateStatusAndPayTimeBySerialNumber{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[81]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UpdateStatusAndPayTimeBySerialNumber) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateStatusAndPayTimeBySerialNumber) ProtoMessage() {}
func (x *UpdateStatusAndPayTimeBySerialNumber) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[81]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UpdateStatusAndPayTimeBySerialNumber.ProtoReflect.Descriptor instead.
func (*UpdateStatusAndPayTimeBySerialNumber) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{81}
}
func (x *UpdateStatusAndPayTimeBySerialNumber) GetSerialNumber() string {
if x != nil {
return x.SerialNumber
}
return ""
}
func (x *UpdateStatusAndPayTimeBySerialNumber) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
func (x *UpdateStatusAndPayTimeBySerialNumber) GetPaymentStatus() int32 {
if x != nil {
return x.PaymentStatus
}
return 0
}
2025-06-17 06:14:09 +00:00
type ConfirmWorkReq struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"`
2025-06-17 06:14:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-17 06:14:09 +00:00
}
func (x *ConfirmWorkReq) Reset() {
*x = ConfirmWorkReq{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[82]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-17 06:14:09 +00:00
}
func (x *ConfirmWorkReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ConfirmWorkReq) ProtoMessage() {}
func (x *ConfirmWorkReq) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[82]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-17 06:14:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ConfirmWorkReq.ProtoReflect.Descriptor instead.
func (*ConfirmWorkReq) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{82}
2025-06-17 06:14:09 +00:00
}
func (x *ConfirmWorkReq) GetWorkUuid() string {
if x != nil {
return x.WorkUuid
}
return ""
}
type ConfirmWorkResp struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
2025-06-17 06:14:09 +00:00
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
2025-06-17 06:14:09 +00:00
}
func (x *ConfirmWorkResp) Reset() {
*x = ConfirmWorkResp{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[83]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
2025-06-17 06:14:09 +00:00
}
func (x *ConfirmWorkResp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ConfirmWorkResp) ProtoMessage() {}
func (x *ConfirmWorkResp) ProtoReflect() protoreflect.Message {
2025-06-26 09:18:58 +00:00
mi := &file_pb_bundle_proto_msgTypes[83]
2025-08-27 02:23:22 +00:00
if x != nil {
2025-06-17 06:14:09 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ConfirmWorkResp.ProtoReflect.Descriptor instead.
func (*ConfirmWorkResp) Descriptor() ([]byte, []int) {
2025-06-26 09:18:58 +00:00
return file_pb_bundle_proto_rawDescGZIP(), []int{83}
2025-06-17 06:14:09 +00:00
}
type AutoCreateUserAndOrderRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
Num int32 `protobuf:"varint,1,opt,name=num,proto3" json:"num"` // 处理数量
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
}
func (x *AutoCreateUserAndOrderRequest) Reset() {
*x = AutoCreateUserAndOrderRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[84]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *AutoCreateUserAndOrderRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AutoCreateUserAndOrderRequest) ProtoMessage() {}
func (x *AutoCreateUserAndOrderRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[84]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AutoCreateUserAndOrderRequest.ProtoReflect.Descriptor instead.
func (*AutoCreateUserAndOrderRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{84}
}
func (x *AutoCreateUserAndOrderRequest) GetNum() int32 {
if x != nil {
return x.Num
}
return 0
}
type UnfinishedInfos struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
UnfinishedInfos []*UnfinishedInfo `protobuf:"bytes,1,rep,name=unfinishedInfos,proto3" json:"unfinishedInfos"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *UnfinishedInfos) Reset() {
*x = UnfinishedInfos{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[85]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UnfinishedInfos) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnfinishedInfos) ProtoMessage() {}
func (x *UnfinishedInfos) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[85]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UnfinishedInfos.ProtoReflect.Descriptor instead.
func (*UnfinishedInfos) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{85}
}
func (x *UnfinishedInfos) GetUnfinishedInfos() []*UnfinishedInfo {
if x != nil {
return x.UnfinishedInfos
}
return nil
}
type UnfinishedInfo struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ID uint32 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID"`
UserNum string `protobuf:"bytes,2,opt,name=userNum,proto3" json:"userNum"`
UserName string `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName"`
UserTelArea string `protobuf:"bytes,4,opt,name=userTelArea,proto3" json:"userTelArea"`
UserTel string `protobuf:"bytes,5,opt,name=userTel,proto3" json:"userTel"`
UserSex string `protobuf:"bytes,6,opt,name=userSex,proto3" json:"userSex"`
Nationality string `protobuf:"bytes,7,opt,name=nationality,proto3" json:"nationality"`
PlaceOfResidence string `protobuf:"bytes,8,opt,name=placeOfResidence,proto3" json:"placeOfResidence"`
DocumentType int32 `protobuf:"varint,9,opt,name=documentType,proto3" json:"documentType"`
UserIdCardFrontUrl string `protobuf:"bytes,10,opt,name=userIdCardFrontUrl,proto3" json:"userIdCardFrontUrl"`
UserIdCardReverseUrl string `protobuf:"bytes,11,opt,name=userIdCardReverseUrl,proto3" json:"userIdCardReverseUrl"`
UserIdCardValidity string `protobuf:"bytes,12,opt,name=userIdCardValidity,proto3" json:"userIdCardValidity"`
OrderNo string `protobuf:"bytes,13,opt,name=orderNo,proto3" json:"orderNo"`
OrderPayAmount string `protobuf:"bytes,14,opt,name=orderPayAmount,proto3" json:"orderPayAmount"`
OrderSettlementAmount string `protobuf:"bytes,15,opt,name=orderSettlementAmount,proto3" json:"orderSettlementAmount"`
OrderFeeAmount string `protobuf:"bytes,16,opt,name=orderFeeAmount,proto3" json:"orderFeeAmount"`
OrderPayCurrency string `protobuf:"bytes,17,opt,name=orderPayCurrency,proto3" json:"orderPayCurrency"`
OrderAccountCurrency string `protobuf:"bytes,18,opt,name=orderAccountCurrency,proto3" json:"orderAccountCurrency"`
PayTime string `protobuf:"bytes,19,opt,name=payTime,proto3" json:"payTime"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *UnfinishedInfo) Reset() {
*x = UnfinishedInfo{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[86]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UnfinishedInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UnfinishedInfo) ProtoMessage() {}
func (x *UnfinishedInfo) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[86]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UnfinishedInfo.ProtoReflect.Descriptor instead.
func (*UnfinishedInfo) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{86}
}
func (x *UnfinishedInfo) GetID() uint32 {
if x != nil {
return x.ID
}
return 0
}
func (x *UnfinishedInfo) GetUserNum() string {
if x != nil {
return x.UserNum
}
return ""
}
func (x *UnfinishedInfo) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *UnfinishedInfo) GetUserTelArea() string {
if x != nil {
return x.UserTelArea
}
return ""
}
func (x *UnfinishedInfo) GetUserTel() string {
if x != nil {
return x.UserTel
}
return ""
}
func (x *UnfinishedInfo) GetUserSex() string {
if x != nil {
return x.UserSex
}
return ""
}
func (x *UnfinishedInfo) GetNationality() string {
if x != nil {
return x.Nationality
}
return ""
}
func (x *UnfinishedInfo) GetPlaceOfResidence() string {
if x != nil {
return x.PlaceOfResidence
}
return ""
}
func (x *UnfinishedInfo) GetDocumentType() int32 {
if x != nil {
return x.DocumentType
}
return 0
}
func (x *UnfinishedInfo) GetUserIdCardFrontUrl() string {
if x != nil {
return x.UserIdCardFrontUrl
}
return ""
}
func (x *UnfinishedInfo) GetUserIdCardReverseUrl() string {
if x != nil {
return x.UserIdCardReverseUrl
}
return ""
}
func (x *UnfinishedInfo) GetUserIdCardValidity() string {
if x != nil {
return x.UserIdCardValidity
}
return ""
}
func (x *UnfinishedInfo) GetOrderNo() string {
if x != nil {
return x.OrderNo
}
return ""
}
func (x *UnfinishedInfo) GetOrderPayAmount() string {
if x != nil {
return x.OrderPayAmount
}
return ""
}
func (x *UnfinishedInfo) GetOrderSettlementAmount() string {
if x != nil {
return x.OrderSettlementAmount
}
return ""
}
func (x *UnfinishedInfo) GetOrderFeeAmount() string {
if x != nil {
return x.OrderFeeAmount
}
return ""
}
func (x *UnfinishedInfo) GetOrderPayCurrency() string {
if x != nil {
return x.OrderPayCurrency
}
return ""
}
func (x *UnfinishedInfo) GetOrderAccountCurrency() string {
if x != nil {
return x.OrderAccountCurrency
}
return ""
}
func (x *UnfinishedInfo) GetPayTime() string {
if x != nil {
return x.PayTime
}
return ""
}
type SoftDeleteUnfinishedInfoRequest struct {
2025-08-27 02:23:22 +00:00
state protoimpl.MessageState `protogen:"open.v1"`
ID uint32 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID"`
unknownFields protoimpl.UnknownFields
2025-08-27 02:23:22 +00:00
sizeCache protoimpl.SizeCache
}
func (x *SoftDeleteUnfinishedInfoRequest) Reset() {
*x = SoftDeleteUnfinishedInfoRequest{}
2025-08-27 02:23:22 +00:00
mi := &file_pb_bundle_proto_msgTypes[87]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SoftDeleteUnfinishedInfoRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SoftDeleteUnfinishedInfoRequest) ProtoMessage() {}
func (x *SoftDeleteUnfinishedInfoRequest) ProtoReflect() protoreflect.Message {
mi := &file_pb_bundle_proto_msgTypes[87]
2025-08-27 02:23:22 +00:00
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SoftDeleteUnfinishedInfoRequest.ProtoReflect.Descriptor instead.
func (*SoftDeleteUnfinishedInfoRequest) Descriptor() ([]byte, []int) {
return file_pb_bundle_proto_rawDescGZIP(), []int{87}
}
func (x *SoftDeleteUnfinishedInfoRequest) GetID() uint32 {
if x != nil {
return x.ID
}
return 0
}
2025-02-20 12:40:39 +00:00
var File_pb_bundle_proto protoreflect.FileDescriptor
2025-08-27 02:23:22 +00:00
const file_pb_bundle_proto_rawDesc = "" +
"\n" +
"\x0fpb/bundle.proto\x12\x06bundle\x1a\x13pb/descriptor.proto\x1a\x12pb/validator.proto\"P\n" +
"\x1cDeleteValueAddServiceRequest\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x16\n" +
"\x06userID\x18\x02 \x01(\x04R\x06userID\"\xdc\x03\n" +
"\x18GetReconciliationListReq\x12\x1a\n" +
"\buserName\x18\x01 \x01(\tR\buserName\x12\x1e\n" +
"\n" +
"bundleName\x18\x02 \x01(\tR\n" +
"bundleName\x12\x1c\n" +
"\tpayStatus\x18\x03 \x01(\x05R\tpayStatus\x12\x1e\n" +
"\n" +
"payChannel\x18\x04 \x01(\x05R\n" +
"payChannel\x12$\n" +
"\rbundleOrderOn\x18\x05 \x01(\tR\rbundleOrderOn\x12\"\n" +
"\fcreatedStart\x18\x06 \x01(\tR\fcreatedStart\x12\x1e\n" +
"\n" +
"createdEnd\x18\a \x01(\tR\n" +
"createdEnd\x12\"\n" +
"\fpayTimeStart\x18\b \x01(\tR\fpayTimeStart\x12\x1e\n" +
"\n" +
"payTimeEnd\x18\t \x01(\tR\n" +
"payTimeEnd\x12\"\n" +
"\fserialNumber\x18\n" +
" \x01(\tR\fserialNumber\x12\x12\n" +
"\x04page\x18\v \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\f \x01(\x05R\bpageSize\x12\x18\n" +
"\auserIDS\x18\r \x03(\x04R\auserIDS\x12*\n" +
"\x10bundleAddOrderOn\x18\x0e \x01(\tR\x10bundleAddOrderOn\"\x91\x01\n" +
"\x19GetReconciliationListResp\x12.\n" +
"\x04list\x18\x01 \x03(\v2\x1a.bundle.ReconciliationInfoR\x04list\x12\x14\n" +
"\x05total\x18\x02 \x01(\x03R\x05total\x12\x12\n" +
"\x04page\x18\x03 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x04 \x01(\x05R\bpageSize\"\x80\x04\n" +
"\x12ReconciliationInfo\x12\x0e\n" +
"\x02ID\x18\x01 \x01(\x04R\x02ID\x12$\n" +
"\rbundleOrderOn\x18\x02 \x01(\tR\rbundleOrderOn\x12*\n" +
"\x10bundleAddOrderOn\x18\x03 \x01(\tR\x10bundleAddOrderOn\x12\"\n" +
"\fCreationTime\x18\x04 \x01(\tR\fCreationTime\x12\x1a\n" +
"\buserName\x18\x05 \x01(\tR\buserName\x12\x18\n" +
"\auserTel\x18\x06 \x01(\tR\auserTel\x12\x1e\n" +
"\n" +
"bundleName\x18\a \x01(\tR\n" +
"bundleName\x12\x1c\n" +
"\tpayAmount\x18\b \x01(\x02R\tpayAmount\x12\"\n" +
"\fcurrencyType\x18\t \x01(\x05R\fcurrencyType\x12\x1e\n" +
"\n" +
"payChannel\x18\n" +
" \x01(\x05R\n" +
"payChannel\x12\x18\n" +
"\apayTime\x18\v \x01(\tR\apayTime\x12\x1c\n" +
"\tpayStatus\x18\f \x01(\x05R\tpayStatus\x12\"\n" +
"\fserialNumber\x18\r \x01(\tR\fserialNumber\x12\x16\n" +
"\x06userID\x18\x0e \x01(\x04R\x06userID\x12 \n" +
"\vhandlingFee\x18\x0f \x01(\tR\vhandlingFee\x12\x16\n" +
"\x06subNum\x18\x10 \x01(\tR\x06subNum\"5\n" +
"\x19OrderInfoByOrderNoRequest\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\"\xb8\x02\n" +
"\x16OrderInfoByOrderNoResp\x12\x12\n" +
"\x04type\x18\x01 \x01(\x05R\x04type\x12\x16\n" +
"\x06userId\x18\x02 \x01(\x04R\x06userId\x12\x1c\n" +
"\torderUUID\x18\x03 \x01(\tR\torderUUID\x12$\n" +
"\raccountNumber\x18\x04 \x01(\x05R\raccountNumber\x12 \n" +
"\vvideoNumber\x18\x05 \x01(\x05R\vvideoNumber\x12 \n" +
"\vimageNumber\x18\x06 \x01(\x05R\vimageNumber\x12\x1e\n" +
"\n" +
"dataNumber\x18\a \x01(\x05R\n" +
"dataNumber\x12\x1a\n" +
"\bduration\x18\b \x01(\x05R\bduration\x12\x12\n" +
"\x04unit\x18\t \x01(\tR\x04unit\x12\x1a\n" +
"\buserName\x18\n" +
" \x01(\tR\buserName\"\xc3\x05\n" +
"\x11OrderCreateRecord\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x01 \x01(\tR\n" +
"bundleUuid\x12\x1a\n" +
"\blanguage\x18\x02 \x01(\tR\blanguage\x12&\n" +
"\x0eexpirationTime\x18\x03 \x01(\tR\x0eexpirationTime\x12\x1e\n" +
"\n" +
"bundleName\x18\x04 \x01(\tR\n" +
"bundleName\x12\x1e\n" +
"\n" +
"customerID\x18\x05 \x01(\tR\n" +
"customerID\x12 \n" +
"\vcustomerNum\x18\x06 \x01(\tR\vcustomerNum\x12\"\n" +
"\fcustomerName\x18\a \x01(\tR\fcustomerName\x12\x16\n" +
"\x06amount\x18\b \x01(\x02R\x06amount\x12\x1e\n" +
"\n" +
"amountType\x18\t \x01(\x03R\n" +
"amountType\x12\"\n" +
"\fsignContract\x18\n" +
" \x01(\tR\fsignContract\x12\x1c\n" +
"\tsignature\x18\v \x01(\tR\tsignature\x12\x1e\n" +
"\n" +
"signedTime\x18\f \x01(\tR\n" +
"signedTime\x12\x16\n" +
"\x06status\x18\r \x01(\x03R\x06status\x12\x18\n" +
"\apayTime\x18\x0e \x01(\tR\apayTime\x12\x1e\n" +
"\n" +
"contractNo\x18\x0f \x01(\tR\n" +
"contractNo\x12 \n" +
"\vtotalAmount\x18\x10 \x01(\x02R\vtotalAmount\x12(\n" +
"\x0fbundleCommonUid\x18\x11 \x01(\tR\x0fbundleCommonUid\x12\x1a\n" +
"\bsnapshot\x18\x12 \x01(\tR\bsnapshot\x12\x18\n" +
"\apayType\x18\x13 \x01(\x05R\apayType\x12<\n" +
"\n" +
"addRecords\x18\x14 \x03(\v2\x1c.bundle.OrderCreateAddRecordR\n" +
"addRecords\x12\x18\n" +
"\aorderNo\x18\x15 \x01(\tR\aorderNo\"\x96\x02\n" +
"\x14OrderCreateAddRecord\x12 \n" +
"\vserviceType\x18\x01 \x01(\x05R\vserviceType\x12\x1a\n" +
"\bvalueUid\x18\x02 \x01(\tR\bvalueUid\x12\"\n" +
"\fcurrencyType\x18\x03 \x01(\x03R\fcurrencyType\x12\x16\n" +
"\x06amount\x18\x04 \x01(\x02R\x06amount\x12\x10\n" +
"\x03num\x18\x05 \x01(\x05R\x03num\x12\x12\n" +
"\x04unit\x18\x06 \x01(\tR\x04unit\x12\x16\n" +
"\x06source\x18\a \x01(\x05R\x06source\x12$\n" +
"\rpaymentStatus\x18\b \x01(\x05R\rpaymentStatus\x12 \n" +
"\vhandlingFee\x18\t \x01(\tR\vhandlingFee\"\xcd\x04\n" +
"\x15OrderRecordsRequestV2\x12\"\n" +
"\fcustomerName\x18\x01 \x01(\tR\fcustomerName\x12\x16\n" +
"\x06telNum\x18\x02 \x01(\tR\x06telNum\x12\x1e\n" +
"\n" +
"bundleName\x18\x03 \x01(\tR\n" +
"bundleName\x12\x1c\n" +
"\tpayStatus\x18\x04 \x01(\x05R\tpayStatus\x12\"\n" +
"\faddPayStatus\x18\x05 \x01(\x05R\faddPayStatus\x12\x18\n" +
"\aorderNo\x18\x06 \x01(\tR\aorderNo\x12\x1e\n" +
"\n" +
"orderAddNo\x18\a \x01(\tR\n" +
"orderAddNo\x120\n" +
"\x13bundleCreateAtStart\x18\b \x01(\tR\x13bundleCreateAtStart\x12,\n" +
"\x11bundleCreateAtEnd\x18\t \x01(\tR\x11bundleCreateAtEnd\x124\n" +
"\x15orderAddCreateAtStart\x18\n" +
" \x01(\tR\x15orderAddCreateAtStart\x120\n" +
"\x13orderAddCreateAtEnd\x18\v \x01(\tR\x13orderAddCreateAtEnd\x12\x12\n" +
"\x04page\x18\f \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\r \x01(\x05R\bpageSize\x12\x18\n" +
"\auserIds\x18\x0e \x03(\x03R\auserIds\x12&\n" +
"\x0ebundlePayStart\x18\x0f \x01(\tR\x0ebundlePayStart\x12\"\n" +
"\fbundlePayEnd\x18\x10 \x01(\tR\fbundlePayEnd\"\x9d\x01\n" +
"\x16OrderRecordsResponseV2\x12=\n" +
"\n" +
"bundleInfo\x18\x01 \x03(\v2\x1d.bundle.OrderBundleRecordInfoR\n" +
"bundleInfo\x12\x12\n" +
"\x04page\x18\x02 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x03 \x01(\x05R\bpageSize\x12\x14\n" +
"\x05total\x18\x04 \x01(\x05R\x05total\"\x85\x03\n" +
"\x15OrderBundleRecordInfo\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x1e\n" +
"\n" +
"bundleName\x18\x02 \x01(\tR\n" +
"bundleName\x12\x1c\n" +
"\tpayStatus\x18\x03 \x01(\x05R\tpayStatus\x12\x16\n" +
"\x06telNum\x18\x04 \x01(\tR\x06telNum\x12\"\n" +
"\fcustomerName\x18\x05 \x01(\tR\fcustomerName\x12&\n" +
"\x0ebundleCreateAt\x18\x06 \x01(\tR\x0ebundleCreateAt\x12\x16\n" +
"\x06amount\x18\a \x01(\x02R\x06amount\x12F\n" +
"\raddBundleInfo\x18\b \x03(\v2 .bundle.OrderAddBundleRecordInfoR\raddBundleInfo\x12\x1e\n" +
"\n" +
"customerId\x18\t \x01(\x03R\n" +
"customerId\x12\x18\n" +
"\apayTime\x18\n" +
" \x01(\tR\apayTime\x12\x16\n" +
"\x06subNum\x18\v \x01(\tR\x06subNum\"\xda\x03\n" +
"\x18OrderAddBundleRecordInfo\x12\x1e\n" +
"\n" +
"orderAddNo\x18\x01 \x01(\tR\n" +
"orderAddNo\x12\x16\n" +
"\x06amount\x18\x02 \x01(\x02R\x06amount\x12*\n" +
"\x10settlementAmount\x18\x03 \x01(\x02R\x10settlementAmount\x12\"\n" +
"\fcurrencyType\x18\x04 \x01(\x05R\fcurrencyType\x12 \n" +
"\vhandlingFee\x18\x05 \x01(\tR\vhandlingFee\x12\"\n" +
"\fexchangeRate\x18\x06 \x01(\x02R\fexchangeRate\x12*\n" +
"\x10orderAddCreateAt\x18\a \x01(\tR\x10orderAddCreateAt\x12\"\n" +
"\faddPayStatus\x18\b \x01(\x05R\faddPayStatus\x12\x1a\n" +
"\bcontract\x18\t \x01(\tR\bcontract\x12\x1a\n" +
"\bsnapshot\x18\n" +
" \x01(\tR\bsnapshot\x12,\n" +
"\x11CheckoutSessionId\x18\v \x01(\tR\x11CheckoutSessionId\x12\x1e\n" +
"\n" +
"CustomerID\x18\f \x01(\tR\n" +
"CustomerID\x12\x1a\n" +
"\bvideoNum\x18\r \x01(\x05R\bvideoNum\"G\n" +
"\x1bPackagePriceAndTimeResponse\x12\x14\n" +
"\x05price\x18\x01 \x01(\x02R\x05price\x12\x12\n" +
"\x04time\x18\x02 \x01(\tR\x04time\"P\n" +
"\x0eCommonResponse\x12\x10\n" +
"\x03msg\x18\x01 \x01(\tR\x03msg\x12\x12\n" +
"\x04uuid\x18\x02 \x01(\tR\x04uuid\x12\x18\n" +
"\aorderNo\x18\x03 \x01(\tR\aorderNo\"\xb1\x05\n" +
"\rBundleProfile\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x12\n" +
"\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n" +
"\x05price\x18\x03 \x01(\x02R\x05price\x12\x1c\n" +
"\tpriceType\x18\x04 \x01(\x03R\tpriceType\x12\x18\n" +
"\acontent\x18\x05 \x01(\tR\acontent\x12\x1a\n" +
"\bcontract\x18\x06 \x01(\tR\bcontract\x12\x1a\n" +
"\blanguage\x18\a \x01(\tR\blanguage\x12\x1c\n" +
"\tcreatedAt\x18\b \x01(\tR\tcreatedAt\x12\x1c\n" +
"\tupdatedAt\x18\t \x01(\tR\tupdatedAt\x12 \n" +
"\vcompanySign\x18\n" +
" \x01(\tR\vcompanySign\x12*\n" +
"\x10contractDuration\x18\v \x01(\x03R\x10contractDuration\x12(\n" +
"\x0fbundleCommonUid\x18\f \x01(\tR\x0fbundleCommonUid\x12\x12\n" +
"\x04sort\x18\r \x01(\x03R\x04sort\x12\x16\n" +
"\x06bgImg1\x18\x0e \x01(\tR\x06bgImg1\x12\x16\n" +
"\x06bgImg2\x18\x0f \x01(\tR\x06bgImg2\x12 \n" +
"\vshelfStatus\x18\x10 \x01(\x03R\vshelfStatus\x12S\n" +
"\x15selectValueAddService\x18\x11 \x03(\v2\x1d.bundle.SelectValueAddServiceR\x15SelectValueAddService\x12G\n" +
"\x11bundleProfileLang\x18\x12 \x03(\v2\x19.bundle.BundleProfileLangR\x11bundleProfileLang\x12\x1c\n" +
"\timgOption\x18\x13 \x01(\x05R\timgOption\x12\x1c\n" +
"\tfontColor\x18\x14 \x01(\tR\tfontColor\"\xed\x03\n" +
"\x11BundleProfileLang\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x12\n" +
"\x04name\x18\x02 \x01(\tR\x04name\x12\x14\n" +
"\x05price\x18\x03 \x01(\x02R\x05price\x12\x1c\n" +
"\tpriceType\x18\x04 \x01(\x03R\tpriceType\x12\x18\n" +
"\acontent\x18\x05 \x01(\tR\acontent\x12\x1a\n" +
"\blanguage\x18\x06 \x01(\tR\blanguage\x12\x1c\n" +
"\tcreatedAt\x18\a \x01(\tR\tcreatedAt\x12\x1c\n" +
"\tupdatedAt\x18\b \x01(\tR\tupdatedAt\x12\x1a\n" +
"\bcontract\x18\t \x01(\tR\bcontract\x12 \n" +
"\vcompanySign\x18\n" +
" \x01(\tR\vcompanySign\x12*\n" +
"\x10contractDuration\x18\v \x01(\x03R\x10contractDuration\x12\x1c\n" +
"\tfontColor\x18\f \x01(\tR\tfontColor\x12\x12\n" +
"\x04sort\x18\r \x01(\x03R\x04sort\x12\x16\n" +
"\x06bgImg1\x18\x0e \x01(\tR\x06bgImg1\x12\x16\n" +
"\x06bgImg2\x18\x0f \x01(\tR\x06bgImg2\x12 \n" +
"\vshelfStatus\x18\x10 \x01(\x03R\vshelfStatus\x12\x1c\n" +
"\timgOption\x18\x11 \x01(\x05R\timgOption\"R\n" +
"\fSaveResponse\x12\x10\n" +
"\x03msg\x18\x01 \x01(\tR\x03msg\x12\x12\n" +
"\x04uuid\x18\x02 \x01(\tR\x04uuid\x12\x1c\n" +
"\tcancelNum\x18\x03 \x01(\x03R\tcancelNum\"\x9d\x01\n" +
"\x15SelectValueAddService\x12\"\n" +
"\fvalueAddUuid\x18\x01 \x01(\tR\fvalueAddUuid\x12 \n" +
"\vserviceName\x18\x02 \x01(\tR\vserviceName\x12\x1c\n" +
"\tisDisplay\x18\x03 \x01(\bR\tisDisplay\x12 \n" +
"\vserviceType\x18\x04 \x01(\x05R\vserviceType\"&\n" +
"\x10DelBundleRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\"\x8d\x01\n" +
"\x11BundleListRequest\x12\x12\n" +
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x02 \x01(\x05R\bpageSize\x12\x12\n" +
"\x04name\x18\x03 \x01(\tR\x04name\x12\x18\n" +
"\acontent\x18\x04 \x01(\tR\acontent\x12\x1a\n" +
"\blanguage\x18\x05 \x01(\tR\blanguage\"[\n" +
"\x12BundleListResponse\x12/\n" +
"\abundles\x18\x01 \x03(\v2\x15.bundle.BundleProfileR\abundles\x12\x14\n" +
"\x05total\x18\x02 \x01(\x05R\x05total\"E\n" +
"\x13BundleDetailRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1a\n" +
"\blanguage\x18\x02 \x01(\tR\blanguage\"H\n" +
"\x10HandShelfRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12 \n" +
"\vshelfStatus\x18\x02 \x01(\x03R\vshelfStatus\"W\n" +
"\x14BundleDetailResponse\x12-\n" +
"\x06bundle\x18\x01 \x01(\v2\x15.bundle.BundleProfileR\x06bundle\x12\x10\n" +
"\x03msg\x18\x02 \x01(\tR\x03msg\"Y\n" +
"\x16BundleDetailResponseV2\x12-\n" +
"\x06bundle\x18\x01 \x01(\v2\x15.bundle.BundleProfileR\x06bundle\x12\x10\n" +
"\x03msg\x18\x02 \x01(\tR\x03msg\"\xa6\v\n" +
"\vOrderRecord\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x02 \x01(\tR\n" +
"bundleUuid\x12\x1e\n" +
"\n" +
"customerID\x18\x03 \x01(\tR\n" +
"customerID\x12 \n" +
"\vcustomerNum\x18\x04 \x01(\tR\vcustomerNum\x12\"\n" +
"\fcustomerName\x18\x05 \x01(\tR\fcustomerName\x12\x16\n" +
"\x06amount\x18\x06 \x01(\x02R\x06amount\x12\x1e\n" +
"\n" +
"amountType\x18\a \x01(\x03R\n" +
"amountType\x12\"\n" +
"\fsignContract\x18\b \x01(\tR\fsignContract\x12\x1c\n" +
"\tsignature\x18\t \x01(\tR\tsignature\x12\x1e\n" +
"\n" +
"signedTime\x18\n" +
" \x01(\tR\n" +
"signedTime\x12\x18\n" +
"\apayType\x18\v \x01(\x03R\apayType\x12\x18\n" +
"\apayTime\x18\f \x01(\tR\apayTime\x12,\n" +
"\x11checkoutSessionId\x18\r \x01(\tR\x11checkoutSessionId\x12.\n" +
"\x12checkoutSessionUrl\x18\x0e \x01(\tR\x12checkoutSessionUrl\x12\x16\n" +
"\x06status\x18\x0f \x01(\x03R\x06status\x12\x18\n" +
"\aorderNo\x18\x10 \x01(\tR\aorderNo\x12\x1e\n" +
"\n" +
"bundleName\x18\x11 \x01(\tR\n" +
"bundleName\x12\x1e\n" +
"\n" +
"contractNo\x18\x12 \x01(\tR\n" +
"contractNo\x12.\n" +
"\x12valueAddBundleUuid\x18\x13 \x01(\tR\x12valueAddBundleUuid\x122\n" +
"\x14valueAddBundleAmount\x18\x14 \x01(\x02R\x14valueAddBundleAmount\x124\n" +
"\x15valueAddOriginalPrice\x18\x15 \x01(\x02R\x15valueAddOriginalPrice\x124\n" +
"\x15valueAddDiscountPrice\x18\x16 \x01(\x02R\x15valueAddDiscountPrice\x120\n" +
"\x13valueAddSavedAmount\x18\x17 \x01(\x02R\x13valueAddSavedAmount\x12\x10\n" +
"\x03num\x18\x18 \x01(\x05R\x03num\x12 \n" +
"\vtotalAmount\x18\x19 \x01(\x02R\vtotalAmount\x12\x10\n" +
"\x03sex\x18\x1a \x01(\tR\x03sex\x12 \n" +
"\vnationality\x18\x1b \x01(\tR\vnationality\x12.\n" +
"\x12certificatePicture\x18\x1c \x01(\tR\x12certificatePicture\x12*\n" +
"\x10placeOfResidence\x18\x1d \x01(\tR\x10placeOfResidence\x12\x1e\n" +
"\n" +
"groupPhoto\x18\x1e \x01(\tR\n" +
"groupPhoto\x12(\n" +
"\x0fbundleCommonUid\x18\x1f \x01(\tR\x0fbundleCommonUid\x12.\n" +
"\x12addBundleCommonUid\x18 \x01(\tR\x12addBundleCommonUid\x124\n" +
"\x15financialConfirmation\x18! \x01(\x05R\x15financialConfirmation\x12\x16\n" +
"\x06telNum\x18\" \x01(\tR\x06telNum\x12\x1a\n" +
"\blanguage\x18# \x01(\tR\blanguage\x12D\n" +
"\x10priceOptionsInfo\x18$ \x03(\v2\x18.bundle.PriceOptionsInfoR\x10priceOptionsInfo\x12&\n" +
"\x0eexpirationTime\x18% \x01(\tR\x0eexpirationTime\x12\x1a\n" +
"\bsnapshot\x18& \x01(\tR\bsnapshot\x12+\n" +
"\baddInfos\x18' \x03(\v2\x0f.bundle.AddInfoR\baddInfos\"Y\n" +
"\aAddInfo\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\x12\x10\n" +
"\x03num\x18\x02 \x01(\x05R\x03num\x12\"\n" +
"\fvalueAddUUID\x18\x03 \x01(\tR\fvalueAddUUID\"\xdd\x03\n" +
"\x0eOrderAddRecord\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x01 \x01(\tR\n" +
"bundleUuid\x12M\n" +
"\x13addPriceOptionsList\x18\x02 \x03(\v2\x1b.bundle.AddPriceOptionsInfoR\x13addPriceOptionsList\x12\x1a\n" +
"\blanguage\x18\x03 \x01(\tR\blanguage\x12\x1e\n" +
"\n" +
"customerID\x18\x04 \x01(\tR\n" +
"customerID\x12 \n" +
"\vcustomerNum\x18\x05 \x01(\tR\vcustomerNum\x12\"\n" +
"\fcustomerName\x18\x06 \x01(\tR\fcustomerName\x12\x16\n" +
"\x06source\x18\a \x01(\x05R\x06source\x12\"\n" +
"\fsignContract\x18\b \x01(\tR\fsignContract\x12\x1c\n" +
"\tsignature\x18\t \x01(\tR\tsignature\x12\x1e\n" +
"\n" +
"signedTime\x18\n" +
" \x01(\tR\n" +
"signedTime\x12&\n" +
"\x0eexpirationDate\x18\v \x01(\tR\x0eexpirationDate\x12\x1a\n" +
"\bsnapshot\x18& \x01(\tR\bsnapshot\x12\x1c\n" +
"\torderUUID\x18' \x01(\tR\torderUUID\"\xc5\x01\n" +
"\x13AddPriceOptionsInfo\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x05R\x02id\x12\x1a\n" +
"\bvalueUid\x18\x02 \x01(\tR\bvalueUid\x12 \n" +
"\vserviceType\x18\x03 \x01(\x05R\vserviceType\x12\"\n" +
"\fcurrencyType\x18\x04 \x01(\x03R\fcurrencyType\x12\x16\n" +
"\x06amount\x18\x05 \x01(\x02R\x06amount\x12\x10\n" +
"\x03num\x18\x06 \x01(\x05R\x03num\x12\x12\n" +
"\x04unit\x18\a \x01(\tR\x04unit\"P\n" +
"\x10PriceOptionsInfo\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x05R\x02id\x12\x1a\n" +
"\bvalueUid\x18\x02 \x01(\tR\bvalueUid\x12\x10\n" +
"\x03num\x18\x03 \x01(\x05R\x03num\"\xa7\x04\n" +
"\x13OrderRecordsRequest\x12\x12\n" +
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x02 \x01(\x05R\bpageSize\x12 \n" +
"\vcustomerNum\x18\x03 \x01(\tR\vcustomerNum\x12\"\n" +
"\fcustomerName\x18\x04 \x01(\tR\fcustomerName\x12\x1e\n" +
"\n" +
"bundleUUID\x18\x05 \x01(\tR\n" +
"bundleUUID\x12\x18\n" +
"\aorderNo\x18\x06 \x01(\tR\aorderNo\x12\x16\n" +
"\x06status\x18\a \x01(\x03R\x06status\x12\x1e\n" +
"\n" +
"bundleName\x18\b \x01(\tR\n" +
"bundleName\x12(\n" +
"\x0fstartSignedTime\x18\t \x01(\tR\x0fstartSignedTime\x12$\n" +
"\rendSignedTime\x18\n" +
" \x01(\tR\rendSignedTime\x12\"\n" +
"\fstartPayTime\x18\v \x01(\tR\fstartPayTime\x12\x1e\n" +
"\n" +
"endPayTime\x18\f \x01(\tR\n" +
"endPayTime\x12\x1e\n" +
"\n" +
"customerID\x18\r \x01(\tR\n" +
"customerID\x12&\n" +
"\x0eisHaveValueAdd\x18\x0e \x01(\x03R\x0eisHaveValueAdd\x124\n" +
"\x15financialConfirmation\x18\x0f \x01(\x05R\x15financialConfirmation\x12\x16\n" +
"\x06telNum\x18\x10 \x01(\tR\x06telNum\"e\n" +
"\x14OrderRecordsResponse\x127\n" +
"\forderRecords\x18\x01 \x03(\v2\x13.bundle.OrderRecordR\forderRecords\x12\x14\n" +
"\x05total\x18\x02 \x01(\x05R\x05total\"\xa1\x01\n" +
"\x19OrderRecordsDetailRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x18\n" +
"\aorderNo\x18\x02 \x01(\tR\aorderNo\x12\x1e\n" +
"\n" +
"customerID\x18\x03 \x01(\tR\n" +
"customerID\x12\x1e\n" +
"\n" +
"bundleUUID\x18\x04 \x01(\tR\n" +
"bundleUUID\x12\x16\n" +
"\x06status\x18\x05 \x01(\x04R\x06status\"e\n" +
"\x1aOrderRecordsDetailResponse\x125\n" +
"\vorderRecord\x18\x01 \x01(\v2\x13.bundle.OrderRecordR\vorderRecord\x12\x10\n" +
"\x03msg\x18\x02 \x01(\tR\x03msg\"\xdd\x02\n" +
"\x15ValueAddBundleProfile\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x10\n" +
"\x03num\x18\x02 \x01(\x05R\x03num\x12$\n" +
"\roriginalPrice\x18\x03 \x01(\x02R\roriginalPrice\x12$\n" +
"\rdiscountPrice\x18\x04 \x01(\x02R\rdiscountPrice\x12\x1e\n" +
"\n" +
"totalPrice\x18\x06 \x01(\x02R\n" +
"totalPrice\x12 \n" +
"\vsavedAmount\x18\a \x01(\x02R\vsavedAmount\x120\n" +
"\x13discountPriceStatus\x18\b \x01(\bR\x13discountPriceStatus\x12\x16\n" +
"\x06choose\x18\t \x01(\bR\x06choose\x12\x16\n" +
"\x06status\x18\n" +
" \x01(\bR\x06status\x12.\n" +
"\x12addBundleCommonUid\x18\v \x01(\tR\x12addBundleCommonUid\"Y\n" +
"\x1bCreateValueAddBundleRequest\x12:\n" +
"\x03num\x18\x01 \x01(\x05B(\xe2\xdf\x1f$\x10\x1d\x18e*\x1e至少数为30,最多数为100R\x03num\"\x86\x01\n" +
"\x1cCreateValueAddBundleResponse\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1e\n" +
"\n" +
"totalPrice\x18\x02 \x01(\x02R\n" +
"totalPrice\x12 \n" +
"\vsavedAmount\x18\x03 \x01(\x02R\vsavedAmount\x12\x10\n" +
"\x03msg\x18\x04 \x01(\tR\x03msg\"q\n" +
"\x19ValueAddBundleListRequest\x12\x16\n" +
"\x06userId\x18\x01 \x01(\x05R\x06userId\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x02 \x01(\tR\n" +
"bundleUuid\x12\x1c\n" +
"\tpriceType\x18\x03 \x01(\x05R\tpriceType\"\xf7\x01\n" +
"\x1aValueAddBundleListResponse\x12$\n" +
"\roriginalPrice\x18\x01 \x01(\x02R\roriginalPrice\x12\x14\n" +
"\x05total\x18\x02 \x01(\x05R\x05total\x121\n" +
"\x04data\x18\x03 \x03(\v2\x1d.bundle.ValueAddBundleProfileR\x04data\x12\x16\n" +
"\x06status\x18\x04 \x01(\bR\x06status\x12\x10\n" +
"\x03num\x18\x05 \x01(\x05R\x03num\x12\x14\n" +
"\x05price\x18\x06 \x01(\x02R\x05price\x12\x18\n" +
"\aorderNo\x18\a \x01(\bR\aorderNo\x12\x10\n" +
"\x03msg\x18\b \x01(\tR\x03msg\"1\n" +
"\x1bValueAddBundleDetailRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\"}\n" +
"\x1cValueAddBundleDetailResponse\x121\n" +
"\x04data\x18\x01 \x01(\v2\x1d.bundle.ValueAddBundleProfileR\x04data\x12\x18\n" +
"\apayTime\x18\x02 \x01(\tR\apayTime\x12\x10\n" +
"\x03msg\x18\x03 \x01(\tR\x03msg\"8\n" +
"\x1cFinancialConfirmationRequest\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\"\xa8\x01\n" +
"\x0fValueAddService\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12 \n" +
"\vserviceName\x18\x02 \x01(\tR\vserviceName\x12 \n" +
"\vserviceType\x18\x03 \x01(\x05R\vserviceType\x12=\n" +
"\vserviceLang\x18\x04 \x03(\v2\x1b.bundle.ValueAddServiceLangR\vserviceLang\"\xf3\x02\n" +
"\x13ValueAddServiceLang\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12 \n" +
"\vserviceName\x18\x02 \x01(\tR\vserviceName\x12 \n" +
"\vserviceType\x18\x03 \x01(\x05R\vserviceType\x12\x1c\n" +
"\tpriceMode\x18\x04 \x01(\x05R\tpriceMode\x12$\n" +
"\roriginalPrice\x18\x05 \x01(\tR\roriginalPrice\x12\x12\n" +
"\x04unit\x18\x06 \x01(\tR\x04unit\x12\x1c\n" +
"\tpriceType\x18\a \x01(\x03R\tpriceType\x12\x1a\n" +
"\blanguage\x18\b \x01(\tR\blanguage\x12\x1c\n" +
"\tcreatedAt\x18\t \x01(\tR\tcreatedAt\x12\x1c\n" +
"\tupdatedAt\x18\n" +
" \x01(\tR\tupdatedAt\x126\n" +
"\aoptions\x18\f \x03(\v2\x1c.bundle.ValueAddPriceOptionsR\aoptions\"\x86\x01\n" +
"\x14ValueAddPriceOptions\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x10\n" +
"\x03num\x18\x02 \x01(\x05R\x03num\x12\x16\n" +
"\x06symbol\x18\x03 \x01(\tR\x06symbol\x12\x14\n" +
"\x05price\x18\x04 \x01(\tR\x05price\x12\x1e\n" +
"\n" +
"saveAmount\x18\x05 \x01(\tR\n" +
"saveAmount\"|\n" +
"\x1aValueAddServiceListRequest\x12\x12\n" +
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x02 \x01(\x05R\bpageSize\x12\x12\n" +
"\x04name\x18\x03 \x01(\tR\x04name\x12\x1a\n" +
"\blanguage\x18\x04 \x01(\tR\blanguage\"\x90\x01\n" +
"\x1bValueAddServiceListResponse\x12\x14\n" +
"\x05total\x18\x01 \x01(\x05R\x05total\x12\x10\n" +
"\x03msg\x18\x02 \x01(\tR\x03msg\x12I\n" +
"\x13valueAddServiceList\x18\x03 \x03(\v2\x17.bundle.ValueAddServiceR\x13valueAddServiceList\"N\n" +
"\x1cValueAddServiceDetailRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1a\n" +
"\blanguage\x18\x02 \x01(\tR\blanguage\"t\n" +
"\x1dValueAddServiceDetailResponse\x12\x10\n" +
"\x03msg\x18\x01 \x01(\tR\x03msg\x12A\n" +
"\x0fvalueAddService\x18\x02 \x01(\v2\x17.bundle.ValueAddServiceR\x0fvalueAddService\"Y\n" +
"\x15CalculatePriceRequest\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x10\n" +
"\x03num\x18\x02 \x01(\x05R\x03num\x12\x1a\n" +
"\blanguage\x18\x03 \x01(\tR\blanguage\"@\n" +
"\x16CalculatePriceResponse\x12\x10\n" +
"\x03msg\x18\x01 \x01(\tR\x03msg\x12\x14\n" +
"\x05price\x18\x02 \x01(\x02R\x05price\"V\n" +
"\"BatchGetValueAddServiceLangRequest\x12\x14\n" +
"\x05uuids\x18\x01 \x03(\tR\x05uuids\x12\x1a\n" +
"\blanguage\x18\x02 \x01(\tR\blanguage\"\x8e\x01\n" +
"#BatchGetValueAddServiceLangResponse\x12\x10\n" +
"\x03msg\x18\x01 \x01(\tR\x03msg\x12U\n" +
"\x17valueAddServiceLangList\x18\x02 \x03(\v2\x1b.bundle.ValueAddServiceLangR\x17valueAddServiceLangList\"\x8f\x04\n" +
"\x13BundleExtendRequest\x12\x16\n" +
"\x06userId\x18\x01 \x01(\x03R\x06userId\x12,\n" +
"\x11accountAdditional\x18\x02 \x01(\rR\x11accountAdditional\x12(\n" +
"\x0fvideoAdditional\x18\x03 \x01(\rR\x0fvideoAdditional\x12*\n" +
"\x10imagesAdditional\x18\x04 \x01(\rR\x10imagesAdditional\x12&\n" +
"\x0edataAdditional\x18\x05 \x01(\rR\x0edataAdditional\x12@\n" +
"\x1bavailableDurationAdditional\x18\x06 \x01(\rR\x1bavailableDurationAdditional\x12\x1a\n" +
"\btimeUnit\x18\a \x01(\rR\btimeUnit\x12\x16\n" +
"\x06remark\x18\b \x01(\tR\x06remark\x124\n" +
"\x15associatedorderNumber\x18\t \x01(\tR\x15associatedorderNumber\x12\x1e\n" +
"\n" +
"operatorId\x18\n" +
" \x01(\x04R\n" +
"operatorId\x12\"\n" +
"\foperatorName\x18\v \x01(\tR\foperatorName\x120\n" +
"\x13operatorPhoneNumber\x18\f \x01(\tR\x13operatorPhoneNumber\x12\x12\n" +
"\x04type\x18\r \x01(\x05R\x04type\"\x16\n" +
"\x14BundleExtendResponse\"\x82\x02\n" +
"\x1eBundleExtendRecordsListRequest\x12\x12\n" +
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x02 \x01(\x05R\bpageSize\x12\x12\n" +
"\x04user\x18\x03 \x01(\tR\x04user\x12\x1a\n" +
"\boperator\x18\x04 \x01(\tR\boperator\x12\x1c\n" +
"\tstartTime\x18\x05 \x01(\x04R\tstartTime\x12\x18\n" +
"\aendTime\x18\x06 \x01(\x04R\aendTime\x12\x12\n" +
"\x04type\x18\a \x01(\rR\x04type\x124\n" +
"\x15associatedOrderNumber\x18\b \x01(\tR\x15associatedOrderNumber\"k\n" +
"\x1fBundleExtendRecordsListResponse\x12\x14\n" +
"\x05total\x18\x01 \x01(\x03R\x05total\x122\n" +
"\x04data\x18\x02 \x03(\v2\x1e.bundle.BundleExtendRecordItemR\x04data\"\xbe\x04\n" +
"\x16BundleExtendRecordItem\x12\x1a\n" +
"\buserName\x18\x01 \x01(\tR\buserName\x12(\n" +
"\x0fuserPhoneNumber\x18\x02 \x01(\tR\x0fuserPhoneNumber\x12,\n" +
"\x11accountAdditional\x18\x03 \x01(\rR\x11accountAdditional\x12(\n" +
"\x0fvideoAdditional\x18\x04 \x01(\rR\x0fvideoAdditional\x12*\n" +
"\x10imagesAdditional\x18\x05 \x01(\rR\x10imagesAdditional\x12&\n" +
"\x0edataAdditional\x18\x06 \x01(\rR\x0edataAdditional\x12@\n" +
"\x1bavailableDurationAdditional\x18\a \x01(\rR\x1bavailableDurationAdditional\x12\x12\n" +
"\x04type\x18\b \x01(\x05R\x04type\x12\x1c\n" +
"\tcreatedAt\x18\t \x01(\x04R\tcreatedAt\x12\x16\n" +
"\x06remark\x18\n" +
" \x01(\tR\x06remark\x124\n" +
"\x15associatedOrderNumber\x18\v \x01(\tR\x15associatedOrderNumber\x12\x1a\n" +
"\btimeUnit\x18\f \x01(\rR\btimeUnit\x12\"\n" +
"\foperatorName\x18\r \x01(\tR\foperatorName\x120\n" +
"\x13operatorPhoneNumber\x18\x0e \x01(\tR\x13operatorPhoneNumber\"\x89\x02\n" +
"\x17GetBundleBalanceListReq\x12\x1a\n" +
"\buserName\x18\x01 \x01(\tR\buserName\x12\x16\n" +
"\x06status\x18\x02 \x01(\x05R\x06status\x12\x1e\n" +
"\n" +
"bundleName\x18\x03 \x01(\tR\n" +
"bundleName\x12\x16\n" +
"\x06bought\x18\x04 \x01(\x05R\x06bought\x12*\n" +
"\x10expiredTimeStart\x18\x05 \x01(\x03R\x10expiredTimeStart\x12&\n" +
"\x0eexpiredTimeEnd\x18\x06 \x01(\x03R\x0eexpiredTimeEnd\x12\x12\n" +
"\x04page\x18\a \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\b \x01(\x05R\bpageSize\"\xed\x01\n" +
"\x13GetBundleBalanceReq\x12\x1a\n" +
"\buserName\x18\x01 \x01(\tR\buserName\x12\x16\n" +
"\x06status\x18\x02 \x01(\x05R\x06status\x12\x1e\n" +
"\n" +
"bundleName\x18\x03 \x01(\tR\n" +
"bundleName\x12*\n" +
"\x10expiredTimeStart\x18\x04 \x01(\x03R\x10expiredTimeStart\x12&\n" +
"\x0eexpiredTimeEnd\x18\x05 \x01(\x03R\x0eexpiredTimeEnd\x12\x12\n" +
"\x04page\x18\x06 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\a \x01(\x05R\bpageSize\"\xa3\x05\n" +
"\x11BundleBalanceItem\x12\x16\n" +
"\x06userId\x18\x01 \x01(\x05R\x06userId\x12\x1a\n" +
"\buserName\x18\x02 \x01(\tR\buserName\x12(\n" +
"\x0fuserPhoneNumber\x18\x03 \x01(\tR\x0fuserPhoneNumber\x12\x16\n" +
"\x06status\x18\x04 \x01(\x05R\x06status\x12\x1e\n" +
"\n" +
"bundleName\x18\x05 \x01(\tR\n" +
"bundleName\x12 \n" +
"\vexpiredTime\x18\x06 \x01(\x03R\vexpiredTime\x12$\n" +
"\raccountNumber\x18\a \x01(\x05R\raccountNumber\x12:\n" +
"\x18accountConsumptionNumber\x18\b \x01(\x05R\x18accountConsumptionNumber\x12 \n" +
"\vvideoNumber\x18\t \x01(\x05R\vvideoNumber\x126\n" +
"\x16videoConsumptionNumber\x18\n" +
" \x01(\x05R\x16videoConsumptionNumber\x12 \n" +
"\vimageNumber\x18\v \x01(\x05R\vimageNumber\x126\n" +
"\x16imageConsumptionNumber\x18\f \x01(\x05R\x16imageConsumptionNumber\x12.\n" +
"\x12dataAnalysisNumber\x18\r \x01(\x05R\x12dataAnalysisNumber\x12D\n" +
"\x1ddataAnalysisConsumptionNumber\x18\x0e \x01(\x05R\x1ddataAnalysisConsumptionNumber\x122\n" +
"\x14expansionPacksNumber\x18\x0f \x01(\x05R\x14expansionPacksNumber\x12\x16\n" +
"\x06bought\x18\x10 \x01(\x05R\x06bought\"_\n" +
"\x18GetBundleBalanceListResp\x12\x14\n" +
"\x05total\x18\x01 \x01(\x03R\x05total\x12-\n" +
"\x04data\x18\x02 \x03(\v2\x19.bundle.BundleBalanceItemR\x04data\"\x8e\x04\n" +
"\x16CreateBundleBalanceReq\x12\x16\n" +
"\x06userId\x18\x01 \x01(\x05R\x06userId\x12\x1c\n" +
"\torderUUID\x18\x02 \x01(\tR\torderUUID\x12$\n" +
"\raccountNumber\x18\x03 \x01(\x05R\raccountNumber\x12:\n" +
"\x18accountConsumptionNumber\x18\x04 \x01(\x05R\x18accountConsumptionNumber\x12 \n" +
"\vvideoNumber\x18\x05 \x01(\x05R\vvideoNumber\x126\n" +
"\x16videoConsumptionNumber\x18\x06 \x01(\x05R\x16videoConsumptionNumber\x12 \n" +
"\vimageNumber\x18\a \x01(\x05R\vimageNumber\x126\n" +
"\x16imageConsumptionNumber\x18\b \x01(\x05R\x16imageConsumptionNumber\x12.\n" +
"\x12dataAnalysisNumber\x18\t \x01(\x05R\x12dataAnalysisNumber\x12D\n" +
"\x1ddataAnalysisConsumptionNumber\x18\n" +
" \x01(\x05R\x1ddataAnalysisConsumptionNumber\x122\n" +
"\x14expansionPacksNumber\x18\v \x01(\x05R\x14expansionPacksNumber\"\x19\n" +
"\x17CreateBundleBalanceResp\"\x9b\x04\n" +
"\x13AddBundleBalanceReq\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x05R\x02id\x12\x16\n" +
"\x06userId\x18\x02 \x01(\x05R\x06userId\x12\x1c\n" +
"\torderUUID\x18\x03 \x01(\tR\torderUUID\x12$\n" +
"\raccountNumber\x18\x04 \x01(\x05R\raccountNumber\x12:\n" +
"\x18accountConsumptionNumber\x18\x05 \x01(\x05R\x18accountConsumptionNumber\x12 \n" +
"\vvideoNumber\x18\x06 \x01(\x05R\vvideoNumber\x126\n" +
"\x16videoConsumptionNumber\x18\a \x01(\x05R\x16videoConsumptionNumber\x12 \n" +
"\vimageNumber\x18\b \x01(\x05R\vimageNumber\x126\n" +
"\x16imageConsumptionNumber\x18\t \x01(\x05R\x16imageConsumptionNumber\x12.\n" +
"\x12dataAnalysisNumber\x18\n" +
" \x01(\x05R\x12dataAnalysisNumber\x12D\n" +
"\x1ddataAnalysisConsumptionNumber\x18\v \x01(\x05R\x1ddataAnalysisConsumptionNumber\x122\n" +
"\x14expansionPacksNumber\x18\f \x01(\x05R\x14expansionPacksNumber\"\x16\n" +
"\x14AddBundleBalanceResp\"\xa6\x02\n" +
"\x14GetUsedRecordListReq\x12\x12\n" +
"\x04user\x18\x01 \x01(\tR\x04user\x12\x1a\n" +
"\boperator\x18\x02 \x01(\tR\boperator\x12\x18\n" +
"\aaccount\x18\x03 \x01(\tR\aaccount\x12\x1a\n" +
"\bplatform\x18\x04 \x01(\x05R\bplatform\x12\x12\n" +
"\x04type\x18\x05 \x01(\x05R\x04type\x12\x14\n" +
"\x05title\x18\x06 \x01(\tR\x05title\x12(\n" +
"\x0fsubmitTimeStart\x18\a \x01(\x03R\x0fsubmitTimeStart\x12$\n" +
"\rsubmitTimeEnd\x18\b \x01(\x03R\rsubmitTimeEnd\x12\x12\n" +
"\x04page\x18\t \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\n" +
" \x01(\x05R\bpageSize\"W\n" +
"\x15GetUsedRecordListResp\x12\x14\n" +
"\x05total\x18\x01 \x01(\x03R\x05total\x12(\n" +
"\x04data\x18\x02 \x03(\v2\x14.bundle.WorkCastItemR\x04data\"\xf4\x03\n" +
"\fWorkCastItem\x12\x1e\n" +
"\n" +
"artistUuid\x18\x01 \x01(\tR\n" +
"artistUuid\x12\x1e\n" +
"\n" +
"artistName\x18\x02 \x01(\tR\n" +
"artistName\x12 \n" +
"\vartistPhone\x18\x03 \x01(\tR\vartistPhone\x12\x1a\n" +
"\bworkUuid\x18\x04 \x01(\tR\bworkUuid\x12\"\n" +
"\fworkCategory\x18\x05 \x01(\rR\fworkCategory\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x06 \x01(\tR\n" +
"bundleUuid\x12\x1e\n" +
"\n" +
"bundleName\x18\a \x01(\tR\n" +
"bundleName\x12 \n" +
"\vplatformIds\x18\b \x01(\tR\vplatformIds\x12\x1e\n" +
"\n" +
"mediaNames\x18\t \x01(\tR\n" +
"mediaNames\x12 \n" +
"\vmediaAccIDs\x18\n" +
" \x01(\tR\vmediaAccIDs\x12\x1c\n" +
"\tworkTitle\x18\v \x01(\tR\tworkTitle\x12\x1e\n" +
"\n" +
"submitTime\x18\f \x01(\tR\n" +
"submitTime\x12\"\n" +
"\foperatorName\x18\r \x01(\tR\foperatorName\x12$\n" +
"\roperatorPhone\x18\x0e \x01(\tR\roperatorPhone\x12\x16\n" +
"\x06status\x18\x0f \x01(\rR\x06status\"/\n" +
"\x15GetImageWorkDetailReq\x12\x16\n" +
"\x06workId\x18\x01 \x01(\tR\x06workId\"/\n" +
"\x15GetVedioWorkDetailReq\x12\x16\n" +
"\x06workId\x18\x01 \x01(\tR\x06workId\"\x86\x01\n" +
"\x16GetImageWorkDetailResp\x12\x16\n" +
"\x06workId\x18\x01 \x01(\tR\x06workId\x12\x1a\n" +
"\bcoverUrl\x18\x02 \x01(\tR\bcoverUrl\x12\x1a\n" +
"\bvideoUrl\x18\x03 \x01(\tR\bvideoUrl\x12\x1c\n" +
"\tcreatedAt\x18\x04 \x01(\x03R\tcreatedAt\"m\n" +
"\x17GetVedioeWorkDetailResp\x12\x16\n" +
"\x06workId\x18\x01 \x01(\tR\x06workId\x12\x1c\n" +
"\timageUrls\x18\x02 \x03(\tR\timageUrls\x12\x1c\n" +
"\tcreatedAt\x18\x03 \x01(\x03R\tcreatedAt\"g\n" +
"\x15ToBeComfirmedWorksReq\x12\x1e\n" +
"\n" +
"artistUuid\x18\x01 \x01(\tR\n" +
"artistUuid\x12\x12\n" +
"\x04page\x18\x02 \x01(\x05R\x04page\x12\x1a\n" +
"\bpageSize\x18\x03 \x01(\x05R\bpageSize\"\x9a\x03\n" +
"\bworkItem\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1a\n" +
"\bworkUuid\x18\x02 \x01(\tR\bworkUuid\x12\x14\n" +
"\x05title\x18\x03 \x01(\tR\x05title\x12\x18\n" +
"\acontent\x18\x04 \x01(\tR\acontent\x12\"\n" +
"\fworkCategory\x18\x05 \x01(\rR\fworkCategory\x12\x1e\n" +
"\n" +
"workStatus\x18\x06 \x01(\rR\n" +
"workStatus\x12 \n" +
"\vplatformIds\x18\a \x01(\tR\vplatformIds\x12\x1e\n" +
"\n" +
"mediaNames\x18\b \x01(\tR\n" +
"mediaNames\x12(\n" +
"\x0fmediaAccUserIds\x18\t \x01(\tR\x0fmediaAccUserIds\x12 \n" +
"\vconfirmedAt\x18\n" +
" \x01(\x03R\vconfirmedAt\x12\x1c\n" +
"\tcreatedAt\x18\v \x01(\x03R\tcreatedAt\x12\x1e\n" +
"\n" +
"artistName\x18\f \x01(\tR\n" +
"artistName\x12\x1e\n" +
"\n" +
"artistUuid\x18\r \x01(\tR\n" +
"artistUuid\"v\n" +
"\x16ToBeComfirmedWorksResp\x12\x14\n" +
"\x05total\x18\x01 \x01(\x03R\x05total\x12 \n" +
"\vunconfirmed\x18\x02 \x01(\x03R\vunconfirmed\x12$\n" +
"\x04data\x18\x03 \x03(\v2\x10.bundle.workItemR\x04data\"5\n" +
"\x1bGetBundleBalanceByUserIdReq\x12\x16\n" +
"\x06userId\x18\x01 \x01(\x05R\x06userId\"\x9e\a\n" +
"\x1cGetBundleBalanceByUserIdResp\x12\x1c\n" +
"\torderUUID\x18\x01 \x01(\tR\torderUUID\x12\x1e\n" +
"\n" +
"bundleUuid\x18\x02 \x01(\tR\n" +
"bundleUuid\x12\x1e\n" +
"\n" +
"bundleName\x18\x03 \x01(\tR\n" +
"bundleName\x12\"\n" +
"\fbundleStatus\x18\x04 \x01(\tR\fbundleStatus\x12\x18\n" +
"\apayTime\x18\x05 \x01(\x03R\apayTime\x12 \n" +
"\vexpiredTime\x18\x06 \x01(\x03R\vexpiredTime\x12$\n" +
"\rpaymentAmount\x18\a \x01(\tR\rpaymentAmount\x12 \n" +
"\vpaymentType\x18\b \x01(\x05R\vpaymentType\x12$\n" +
"\raccountNumber\x18\t \x01(\x05R\raccountNumber\x12,\n" +
"\x11accountAdditional\x18\n" +
" \x01(\x05R\x11accountAdditional\x12:\n" +
"\x18accountConsumptionNumber\x18\v \x01(\x05R\x18accountConsumptionNumber\x12 \n" +
"\vvideoNumber\x18\f \x01(\x05R\vvideoNumber\x12(\n" +
"\x0fvideoAdditional\x18\r \x01(\x05R\x0fvideoAdditional\x126\n" +
"\x16videoConsumptionNumber\x18\x0e \x01(\x05R\x16videoConsumptionNumber\x12 \n" +
"\vimageNumber\x18\x0f \x01(\x05R\vimageNumber\x12(\n" +
"\x0fimageAdditional\x18\x10 \x01(\x05R\x0fimageAdditional\x126\n" +
"\x16imageConsumptionNumber\x18\x11 \x01(\x05R\x16imageConsumptionNumber\x12.\n" +
"\x12dataAnalysisNumber\x18\x12 \x01(\x05R\x12dataAnalysisNumber\x126\n" +
"\x16dataAnalysisAdditional\x18\x13 \x01(\x05R\x16dataAnalysisAdditional\x12D\n" +
"\x1ddataAnalysisConsumptionNumber\x18\x14 \x01(\x05R\x1ddataAnalysisConsumptionNumber\x122\n" +
"\x14expansionPacksNumber\x18\x15 \x01(\x05R\x14expansionPacksNumber\"<\n" +
" OnlyAddValueListByOrderNoRequest\x12\x18\n" +
"\aorderNo\x18\x01 \x01(\tR\aorderNo\"^\n" +
"\x1dOnlyAddValueListByOrderNoResp\x12=\n" +
"\x0eAddBundleInfos\x18\x01 \x03(\v2\x15.bundle.AddBundleInfoR\x0eAddBundleInfos\"\xb5\x01\n" +
"\rAddBundleInfo\x12\x1e\n" +
"\n" +
"customerID\x18\x01 \x01(\tR\n" +
"customerID\x12\x16\n" +
"\x06amount\x18\x02 \x01(\x02R\x06amount\x12,\n" +
"\x11checkOutSessionId\x18\x03 \x01(\tR\x11checkOutSessionId\x12\x18\n" +
"\aorderNo\x18\x04 \x01(\tR\aorderNo\x12$\n" +
"\rpaymentStatus\x18\x05 \x01(\x05R\rpaymentStatus\"\x8a\x01\n" +
"$UpdateStatusAndPayTimeBySerialNumber\x12\"\n" +
"\fserialNumber\x18\x01 \x01(\tR\fserialNumber\x12\x18\n" +
"\apayTime\x18\x02 \x01(\tR\apayTime\x12$\n" +
"\rpaymentStatus\x18\x03 \x01(\x05R\rpaymentStatus\",\n" +
"\x0eConfirmWorkReq\x12\x1a\n" +
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\x11\n" +
"\x0fConfirmWorkResp\"1\n" +
"\x1dAutoCreateUserAndOrderRequest\x12\x10\n" +
"\x03num\x18\x01 \x01(\x05R\x03num\"S\n" +
"\x0fUnfinishedInfos\x12@\n" +
"\x0funfinishedInfos\x18\x01 \x03(\v2\x16.bundle.UnfinishedInfoR\x0funfinishedInfos\"\xcc\x05\n" +
"\x0eUnfinishedInfo\x12\x0e\n" +
"\x02ID\x18\x01 \x01(\rR\x02ID\x12\x18\n" +
"\auserNum\x18\x02 \x01(\tR\auserNum\x12\x1a\n" +
"\buserName\x18\x03 \x01(\tR\buserName\x12 \n" +
"\vuserTelArea\x18\x04 \x01(\tR\vuserTelArea\x12\x18\n" +
"\auserTel\x18\x05 \x01(\tR\auserTel\x12\x18\n" +
"\auserSex\x18\x06 \x01(\tR\auserSex\x12 \n" +
"\vnationality\x18\a \x01(\tR\vnationality\x12*\n" +
"\x10placeOfResidence\x18\b \x01(\tR\x10placeOfResidence\x12\"\n" +
"\fdocumentType\x18\t \x01(\x05R\fdocumentType\x12.\n" +
"\x12userIdCardFrontUrl\x18\n" +
" \x01(\tR\x12userIdCardFrontUrl\x122\n" +
"\x14userIdCardReverseUrl\x18\v \x01(\tR\x14userIdCardReverseUrl\x12.\n" +
"\x12userIdCardValidity\x18\f \x01(\tR\x12userIdCardValidity\x12\x18\n" +
"\aorderNo\x18\r \x01(\tR\aorderNo\x12&\n" +
"\x0eorderPayAmount\x18\x0e \x01(\tR\x0eorderPayAmount\x124\n" +
"\x15orderSettlementAmount\x18\x0f \x01(\tR\x15orderSettlementAmount\x12&\n" +
"\x0eorderFeeAmount\x18\x10 \x01(\tR\x0eorderFeeAmount\x12*\n" +
"\x10orderPayCurrency\x18\x11 \x01(\tR\x10orderPayCurrency\x122\n" +
"\x14orderAccountCurrency\x18\x12 \x01(\tR\x14orderAccountCurrency\x12\x18\n" +
"\apayTime\x18\x13 \x01(\tR\apayTime\"1\n" +
"\x1fSoftDeleteUnfinishedInfoRequest\x12\x0e\n" +
"\x02ID\x18\x01 \x01(\rR\x02ID2\x86!\n" +
"\x06Bundle\x12?\n" +
"\fCreateBundle\x12\x15.bundle.BundleProfile\x1a\x16.bundle.CommonResponse\"\x00\x12?\n" +
"\fUpdateBundle\x12\x15.bundle.BundleProfile\x1a\x16.bundle.CommonResponse\"\x00\x12B\n" +
"\fDeleteBundle\x12\x18.bundle.DelBundleRequest\x1a\x16.bundle.CommonResponse\"\x00\x12?\n" +
"\tHandShelf\x12\x18.bundle.HandShelfRequest\x1a\x16.bundle.CommonResponse\"\x00\x12;\n" +
"\n" +
"SaveBundle\x12\x15.bundle.BundleProfile\x1a\x14.bundle.SaveResponse\"\x00\x12G\n" +
"\fBundleListV2\x12\x19.bundle.BundleListRequest\x1a\x1a.bundle.BundleListResponse\"\x00\x12O\n" +
"\x0eBundleDetailV2\x12\x1b.bundle.BundleDetailRequest\x1a\x1e.bundle.BundleDetailResponseV2\"\x00\x12I\n" +
"\x0eBundleListH5V2\x12\x19.bundle.BundleListRequest\x1a\x1a.bundle.BundleListResponse\"\x00\x12N\n" +
"\x12BundleLangDetailV2\x12\x1b.bundle.BundleDetailRequest\x1a\x19.bundle.BundleProfileLang\"\x00\x12E\n" +
"\n" +
"BundleList\x12\x19.bundle.BundleListRequest\x1a\x1a.bundle.BundleListResponse\"\x00\x12K\n" +
"\fBundleDetail\x12\x1b.bundle.BundleDetailRequest\x1a\x1c.bundle.BundleDetailResponse\"\x00\x12H\n" +
"\x11CreateOrderRecord\x12\x19.bundle.OrderCreateRecord\x1a\x16.bundle.CommonResponse\"\x00\x12B\n" +
"\x11UpdateOrderRecord\x12\x13.bundle.OrderRecord\x1a\x16.bundle.CommonResponse\"\x00\x12K\n" +
"\x1aUpdateOrderRecordByOrderNo\x12\x13.bundle.OrderRecord\x1a\x16.bundle.CommonResponse\"\x00\x12O\n" +
"\x10OrderRecordsList\x12\x1b.bundle.OrderRecordsRequest\x1a\x1c.bundle.OrderRecordsResponse\"\x00\x12]\n" +
"\x12OrderRecordsDetail\x12!.bundle.OrderRecordsDetailRequest\x1a\".bundle.OrderRecordsDetailResponse\"\x00\x12c\n" +
"!UpdateFinancialConfirmationStatus\x12$.bundle.FinancialConfirmationRequest\x1a\x16.bundle.CommonResponse\"\x00\x12H\n" +
"\x14CreateOrderAddRecord\x12\x16.bundle.OrderAddRecord\x1a\x16.bundle.CommonResponse\"\x00\x12Q\n" +
"\x13PackagePriceAndTime\x12\x13.bundle.OrderRecord\x1a#.bundle.PackagePriceAndTimeResponse\"\x00\x12U\n" +
"\x12OrderRecordsListV2\x12\x1d.bundle.OrderRecordsRequestV2\x1a\x1e.bundle.OrderRecordsResponseV2\"\x00\x12Y\n" +
"\x12OrderListByOrderNo\x12!.bundle.OrderInfoByOrderNoRequest\x1a\x1e.bundle.OrderInfoByOrderNoResp\"\x00\x12n\n" +
"\x19OnlyAddValueListByOrderNo\x12(.bundle.OnlyAddValueListByOrderNoRequest\x1a%.bundle.OnlyAddValueListByOrderNoResp\"\x00\x12c\n" +
"\x14CreateValueAddBundle\x12#.bundle.CreateValueAddBundleRequest\x1a$.bundle.CreateValueAddBundleResponse\"\x00\x12]\n" +
"\x12ValueAddBundleList\x12!.bundle.ValueAddBundleListRequest\x1a\".bundle.ValueAddBundleListResponse\"\x00\x12c\n" +
"\x14ValueAddBundleDetail\x12#.bundle.ValueAddBundleDetailRequest\x1a$.bundle.ValueAddBundleDetailResponse\"\x00\x12J\n" +
"\x13SaveValueAddService\x12\x1b.bundle.ValueAddServiceLang\x1a\x14.bundle.SaveResponse\"\x00\x12`\n" +
"\x13ValueAddServiceList\x12\".bundle.ValueAddServiceListRequest\x1a#.bundle.ValueAddServiceListResponse\"\x00\x12f\n" +
"\x15ValueAddServiceDetail\x12$.bundle.ValueAddServiceDetailRequest\x1a%.bundle.ValueAddServiceDetailResponse\"\x00\x12k\n" +
"$ValueAddServiceLangByUuidAndLanguage\x12$.bundle.ValueAddServiceDetailRequest\x1a\x1b.bundle.ValueAddServiceLang\"\x00\x12Q\n" +
"\x0eCalculatePrice\x12\x1d.bundle.CalculatePriceRequest\x1a\x1e.bundle.CalculatePriceResponse\"\x00\x12x\n" +
"\x1bBatchGetValueAddServiceLang\x12*.bundle.BatchGetValueAddServiceLangRequest\x1a+.bundle.BatchGetValueAddServiceLangResponse\"\x00\x12W\n" +
"\x15DeleteValueAddService\x12$.bundle.DeleteValueAddServiceRequest\x1a\x16.bundle.CommonResponse\"\x00\x12K\n" +
"\fBundleExtend\x12\x1b.bundle.BundleExtendRequest\x1a\x1c.bundle.BundleExtendResponse\"\x00\x12l\n" +
"\x17BundleExtendRecordsList\x12&.bundle.BundleExtendRecordsListRequest\x1a'.bundle.BundleExtendRecordsListResponse\"\x00\x12[\n" +
"\x14GetBundleBalanceList\x12\x1f.bundle.GetBundleBalanceListReq\x1a .bundle.GetBundleBalanceListResp\"\x00\x12g\n" +
"\x18GetBundleBalanceByUserId\x12#.bundle.GetBundleBalanceByUserIdReq\x1a$.bundle.GetBundleBalanceByUserIdResp\"\x00\x12X\n" +
"\x13CreateBundleBalance\x12\x1e.bundle.CreateBundleBalanceReq\x1a\x1f.bundle.CreateBundleBalanceResp\"\x00\x12O\n" +
"\x10AddBundleBalance\x12\x1b.bundle.AddBundleBalanceReq\x1a\x1c.bundle.AddBundleBalanceResp\"\x00\x12R\n" +
"\x11GetUsedRecordList\x12\x1c.bundle.GetUsedRecordListReq\x1a\x1d.bundle.GetUsedRecordListResp\"\x00\x12U\n" +
"\x12GetImageWorkDetail\x12\x1d.bundle.GetImageWorkDetailReq\x1a\x1e.bundle.GetImageWorkDetailResp\"\x00\x12V\n" +
"\x12GetVedioWorkDetail\x12\x1d.bundle.GetVedioWorkDetailReq\x1a\x1f.bundle.GetVedioeWorkDetailResp\"\x00\x12U\n" +
"\x12ToBeComfirmedWorks\x12\x1d.bundle.ToBeComfirmedWorksReq\x1a\x1e.bundle.ToBeComfirmedWorksResp\"\x00\x12@\n" +
"\vConfirmWork\x12\x16.bundle.ConfirmWorkReq\x1a\x17.bundle.ConfirmWorkResp\"\x00\x12^\n" +
"\x15GetReconciliationList\x12 .bundle.GetReconciliationListReq\x1a!.bundle.GetReconciliationListResp\"\x00\x12L\n" +
"\x14CreateReconciliation\x12\x1a.bundle.ReconciliationInfo\x1a\x16.bundle.CommonResponse\"\x00\x12L\n" +
"\x14UpdateReconciliation\x12\x1a.bundle.ReconciliationInfo\x1a\x16.bundle.CommonResponse\"\x00\x12r\n" +
"(UpdateReconciliationStatusBySerialNumber\x12,.bundle.UpdateStatusAndPayTimeBySerialNumber\x1a\x16.bundle.CommonResponse\"\x00\x12W\n" +
"\x13ListUnfinishedInfos\x12%.bundle.AutoCreateUserAndOrderRequest\x1a\x17.bundle.UnfinishedInfos\"\x00\x12]\n" +
"\x18SoftDeleteUnfinishedInfo\x12'.bundle.SoftDeleteUnfinishedInfoRequest\x1a\x16.bundle.CommonResponse\"\x00B\n" +
"Z\b./bundleb\x06proto3"
2025-02-20 12:40:39 +00:00
var (
file_pb_bundle_proto_rawDescOnce sync.Once
2025-08-27 02:23:22 +00:00
file_pb_bundle_proto_rawDescData []byte
2025-02-20 12:40:39 +00:00
)
func file_pb_bundle_proto_rawDescGZIP() []byte {
file_pb_bundle_proto_rawDescOnce.Do(func() {
2025-08-27 02:23:22 +00:00
file_pb_bundle_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_pb_bundle_proto_rawDesc), len(file_pb_bundle_proto_rawDesc)))
2025-02-20 12:40:39 +00:00
})
return file_pb_bundle_proto_rawDescData
}
var file_pb_bundle_proto_msgTypes = make([]protoimpl.MessageInfo, 88)
2025-08-27 02:23:22 +00:00
var file_pb_bundle_proto_goTypes = []any{
2025-06-26 09:18:58 +00:00
(*DeleteValueAddServiceRequest)(nil), // 0: bundle.DeleteValueAddServiceRequest
(*GetReconciliationListReq)(nil), // 1: bundle.GetReconciliationListReq
(*GetReconciliationListResp)(nil), // 2: bundle.GetReconciliationListResp
(*ReconciliationInfo)(nil), // 3: bundle.ReconciliationInfo
(*OrderInfoByOrderNoRequest)(nil), // 4: bundle.OrderInfoByOrderNoRequest
(*OrderInfoByOrderNoResp)(nil), // 5: bundle.OrderInfoByOrderNoResp
(*OrderCreateRecord)(nil), // 6: bundle.OrderCreateRecord
(*OrderCreateAddRecord)(nil), // 7: bundle.OrderCreateAddRecord
(*OrderRecordsRequestV2)(nil), // 8: bundle.OrderRecordsRequestV2
(*OrderRecordsResponseV2)(nil), // 9: bundle.OrderRecordsResponseV2
(*OrderBundleRecordInfo)(nil), // 10: bundle.OrderBundleRecordInfo
(*OrderAddBundleRecordInfo)(nil), // 11: bundle.OrderAddBundleRecordInfo
(*PackagePriceAndTimeResponse)(nil), // 12: bundle.PackagePriceAndTimeResponse
(*CommonResponse)(nil), // 13: bundle.CommonResponse
(*BundleProfile)(nil), // 14: bundle.BundleProfile
(*BundleProfileLang)(nil), // 15: bundle.BundleProfileLang
(*SaveResponse)(nil), // 16: bundle.SaveResponse
(*SelectValueAddService)(nil), // 17: bundle.SelectValueAddService
(*DelBundleRequest)(nil), // 18: bundle.DelBundleRequest
(*BundleListRequest)(nil), // 19: bundle.BundleListRequest
(*BundleListResponse)(nil), // 20: bundle.BundleListResponse
(*BundleDetailRequest)(nil), // 21: bundle.BundleDetailRequest
(*HandShelfRequest)(nil), // 22: bundle.HandShelfRequest
(*BundleDetailResponse)(nil), // 23: bundle.BundleDetailResponse
(*BundleDetailResponseV2)(nil), // 24: bundle.BundleDetailResponseV2
(*OrderRecord)(nil), // 25: bundle.OrderRecord
(*AddInfo)(nil), // 26: bundle.AddInfo
(*OrderAddRecord)(nil), // 27: bundle.OrderAddRecord
(*AddPriceOptionsInfo)(nil), // 28: bundle.AddPriceOptionsInfo
(*PriceOptionsInfo)(nil), // 29: bundle.PriceOptionsInfo
(*OrderRecordsRequest)(nil), // 30: bundle.OrderRecordsRequest
(*OrderRecordsResponse)(nil), // 31: bundle.OrderRecordsResponse
(*OrderRecordsDetailRequest)(nil), // 32: bundle.OrderRecordsDetailRequest
(*OrderRecordsDetailResponse)(nil), // 33: bundle.OrderRecordsDetailResponse
(*ValueAddBundleProfile)(nil), // 34: bundle.ValueAddBundleProfile
(*CreateValueAddBundleRequest)(nil), // 35: bundle.CreateValueAddBundleRequest
(*CreateValueAddBundleResponse)(nil), // 36: bundle.CreateValueAddBundleResponse
(*ValueAddBundleListRequest)(nil), // 37: bundle.ValueAddBundleListRequest
(*ValueAddBundleListResponse)(nil), // 38: bundle.ValueAddBundleListResponse
(*ValueAddBundleDetailRequest)(nil), // 39: bundle.ValueAddBundleDetailRequest
(*ValueAddBundleDetailResponse)(nil), // 40: bundle.ValueAddBundleDetailResponse
(*FinancialConfirmationRequest)(nil), // 41: bundle.FinancialConfirmationRequest
(*ValueAddService)(nil), // 42: bundle.ValueAddService
(*ValueAddServiceLang)(nil), // 43: bundle.ValueAddServiceLang
(*ValueAddPriceOptions)(nil), // 44: bundle.ValueAddPriceOptions
(*ValueAddServiceListRequest)(nil), // 45: bundle.ValueAddServiceListRequest
(*ValueAddServiceListResponse)(nil), // 46: bundle.ValueAddServiceListResponse
(*ValueAddServiceDetailRequest)(nil), // 47: bundle.ValueAddServiceDetailRequest
(*ValueAddServiceDetailResponse)(nil), // 48: bundle.ValueAddServiceDetailResponse
(*CalculatePriceRequest)(nil), // 49: bundle.CalculatePriceRequest
(*CalculatePriceResponse)(nil), // 50: bundle.CalculatePriceResponse
(*BatchGetValueAddServiceLangRequest)(nil), // 51: bundle.BatchGetValueAddServiceLangRequest
(*BatchGetValueAddServiceLangResponse)(nil), // 52: bundle.BatchGetValueAddServiceLangResponse
(*BundleExtendRequest)(nil), // 53: bundle.BundleExtendRequest
(*BundleExtendResponse)(nil), // 54: bundle.BundleExtendResponse
(*BundleExtendRecordsListRequest)(nil), // 55: bundle.BundleExtendRecordsListRequest
(*BundleExtendRecordsListResponse)(nil), // 56: bundle.BundleExtendRecordsListResponse
(*BundleExtendRecordItem)(nil), // 57: bundle.BundleExtendRecordItem
(*GetBundleBalanceListReq)(nil), // 58: bundle.GetBundleBalanceListReq
(*GetBundleBalanceReq)(nil), // 59: bundle.GetBundleBalanceReq
(*BundleBalanceItem)(nil), // 60: bundle.BundleBalanceItem
(*GetBundleBalanceListResp)(nil), // 61: bundle.GetBundleBalanceListResp
(*CreateBundleBalanceReq)(nil), // 62: bundle.CreateBundleBalanceReq
(*CreateBundleBalanceResp)(nil), // 63: bundle.CreateBundleBalanceResp
(*AddBundleBalanceReq)(nil), // 64: bundle.AddBundleBalanceReq
(*AddBundleBalanceResp)(nil), // 65: bundle.AddBundleBalanceResp
(*GetUsedRecordListReq)(nil), // 66: bundle.GetUsedRecordListReq
(*GetUsedRecordListResp)(nil), // 67: bundle.GetUsedRecordListResp
(*WorkCastItem)(nil), // 68: bundle.WorkCastItem
(*GetImageWorkDetailReq)(nil), // 69: bundle.GetImageWorkDetailReq
(*GetVedioWorkDetailReq)(nil), // 70: bundle.GetVedioWorkDetailReq
(*GetImageWorkDetailResp)(nil), // 71: bundle.GetImageWorkDetailResp
(*GetVedioeWorkDetailResp)(nil), // 72: bundle.GetVedioeWorkDetailResp
(*ToBeComfirmedWorksReq)(nil), // 73: bundle.ToBeComfirmedWorksReq
(*WorkItem)(nil), // 74: bundle.workItem
(*ToBeComfirmedWorksResp)(nil), // 75: bundle.ToBeComfirmedWorksResp
(*GetBundleBalanceByUserIdReq)(nil), // 76: bundle.GetBundleBalanceByUserIdReq
(*GetBundleBalanceByUserIdResp)(nil), // 77: bundle.GetBundleBalanceByUserIdResp
(*OnlyAddValueListByOrderNoRequest)(nil), // 78: bundle.OnlyAddValueListByOrderNoRequest
(*OnlyAddValueListByOrderNoResp)(nil), // 79: bundle.OnlyAddValueListByOrderNoResp
(*AddBundleInfo)(nil), // 80: bundle.AddBundleInfo
(*UpdateStatusAndPayTimeBySerialNumber)(nil), // 81: bundle.UpdateStatusAndPayTimeBySerialNumber
(*ConfirmWorkReq)(nil), // 82: bundle.ConfirmWorkReq
(*ConfirmWorkResp)(nil), // 83: bundle.ConfirmWorkResp
(*AutoCreateUserAndOrderRequest)(nil), // 84: bundle.AutoCreateUserAndOrderRequest
(*UnfinishedInfos)(nil), // 85: bundle.UnfinishedInfos
(*UnfinishedInfo)(nil), // 86: bundle.UnfinishedInfo
(*SoftDeleteUnfinishedInfoRequest)(nil), // 87: bundle.SoftDeleteUnfinishedInfoRequest
2025-02-20 12:40:39 +00:00
}
var file_pb_bundle_proto_depIdxs = []int32{
2025-06-26 09:18:58 +00:00
3, // 0: bundle.GetReconciliationListResp.list:type_name -> bundle.ReconciliationInfo
7, // 1: bundle.OrderCreateRecord.addRecords:type_name -> bundle.OrderCreateAddRecord
10, // 2: bundle.OrderRecordsResponseV2.bundleInfo:type_name -> bundle.OrderBundleRecordInfo
11, // 3: bundle.OrderBundleRecordInfo.addBundleInfo:type_name -> bundle.OrderAddBundleRecordInfo
17, // 4: bundle.BundleProfile.selectValueAddService:type_name -> bundle.SelectValueAddService
15, // 5: bundle.BundleProfile.bundleProfileLang:type_name -> bundle.BundleProfileLang
14, // 6: bundle.BundleListResponse.bundles:type_name -> bundle.BundleProfile
14, // 7: bundle.BundleDetailResponse.bundle:type_name -> bundle.BundleProfile
14, // 8: bundle.BundleDetailResponseV2.bundle:type_name -> bundle.BundleProfile
29, // 9: bundle.OrderRecord.priceOptionsInfo:type_name -> bundle.PriceOptionsInfo
26, // 10: bundle.OrderRecord.addInfos:type_name -> bundle.AddInfo
28, // 11: bundle.OrderAddRecord.addPriceOptionsList:type_name -> bundle.AddPriceOptionsInfo
25, // 12: bundle.OrderRecordsResponse.orderRecords:type_name -> bundle.OrderRecord
25, // 13: bundle.OrderRecordsDetailResponse.orderRecord:type_name -> bundle.OrderRecord
34, // 14: bundle.ValueAddBundleListResponse.data:type_name -> bundle.ValueAddBundleProfile
34, // 15: bundle.ValueAddBundleDetailResponse.data:type_name -> bundle.ValueAddBundleProfile
43, // 16: bundle.ValueAddService.serviceLang:type_name -> bundle.ValueAddServiceLang
44, // 17: bundle.ValueAddServiceLang.options:type_name -> bundle.ValueAddPriceOptions
42, // 18: bundle.ValueAddServiceListResponse.valueAddServiceList:type_name -> bundle.ValueAddService
42, // 19: bundle.ValueAddServiceDetailResponse.valueAddService:type_name -> bundle.ValueAddService
43, // 20: bundle.BatchGetValueAddServiceLangResponse.valueAddServiceLangList:type_name -> bundle.ValueAddServiceLang
57, // 21: bundle.BundleExtendRecordsListResponse.data:type_name -> bundle.BundleExtendRecordItem
60, // 22: bundle.GetBundleBalanceListResp.data:type_name -> bundle.BundleBalanceItem
68, // 23: bundle.GetUsedRecordListResp.data:type_name -> bundle.WorkCastItem
74, // 24: bundle.ToBeComfirmedWorksResp.data:type_name -> bundle.workItem
80, // 25: bundle.OnlyAddValueListByOrderNoResp.AddBundleInfos:type_name -> bundle.AddBundleInfo
86, // 26: bundle.UnfinishedInfos.unfinishedInfos:type_name -> bundle.UnfinishedInfo
14, // 27: bundle.Bundle.CreateBundle:input_type -> bundle.BundleProfile
14, // 28: bundle.Bundle.UpdateBundle:input_type -> bundle.BundleProfile
18, // 29: bundle.Bundle.DeleteBundle:input_type -> bundle.DelBundleRequest
22, // 30: bundle.Bundle.HandShelf:input_type -> bundle.HandShelfRequest
14, // 31: bundle.Bundle.SaveBundle:input_type -> bundle.BundleProfile
19, // 32: bundle.Bundle.BundleListV2:input_type -> bundle.BundleListRequest
21, // 33: bundle.Bundle.BundleDetailV2:input_type -> bundle.BundleDetailRequest
19, // 34: bundle.Bundle.BundleListH5V2:input_type -> bundle.BundleListRequest
21, // 35: bundle.Bundle.BundleLangDetailV2:input_type -> bundle.BundleDetailRequest
19, // 36: bundle.Bundle.BundleList:input_type -> bundle.BundleListRequest
21, // 37: bundle.Bundle.BundleDetail:input_type -> bundle.BundleDetailRequest
6, // 38: bundle.Bundle.CreateOrderRecord:input_type -> bundle.OrderCreateRecord
25, // 39: bundle.Bundle.UpdateOrderRecord:input_type -> bundle.OrderRecord
25, // 40: bundle.Bundle.UpdateOrderRecordByOrderNo:input_type -> bundle.OrderRecord
30, // 41: bundle.Bundle.OrderRecordsList:input_type -> bundle.OrderRecordsRequest
32, // 42: bundle.Bundle.OrderRecordsDetail:input_type -> bundle.OrderRecordsDetailRequest
41, // 43: bundle.Bundle.UpdateFinancialConfirmationStatus:input_type -> bundle.FinancialConfirmationRequest
27, // 44: bundle.Bundle.CreateOrderAddRecord:input_type -> bundle.OrderAddRecord
25, // 45: bundle.Bundle.PackagePriceAndTime:input_type -> bundle.OrderRecord
8, // 46: bundle.Bundle.OrderRecordsListV2:input_type -> bundle.OrderRecordsRequestV2
4, // 47: bundle.Bundle.OrderListByOrderNo:input_type -> bundle.OrderInfoByOrderNoRequest
78, // 48: bundle.Bundle.OnlyAddValueListByOrderNo:input_type -> bundle.OnlyAddValueListByOrderNoRequest
35, // 49: bundle.Bundle.CreateValueAddBundle:input_type -> bundle.CreateValueAddBundleRequest
37, // 50: bundle.Bundle.ValueAddBundleList:input_type -> bundle.ValueAddBundleListRequest
39, // 51: bundle.Bundle.ValueAddBundleDetail:input_type -> bundle.ValueAddBundleDetailRequest
43, // 52: bundle.Bundle.SaveValueAddService:input_type -> bundle.ValueAddServiceLang
45, // 53: bundle.Bundle.ValueAddServiceList:input_type -> bundle.ValueAddServiceListRequest
47, // 54: bundle.Bundle.ValueAddServiceDetail:input_type -> bundle.ValueAddServiceDetailRequest
47, // 55: bundle.Bundle.ValueAddServiceLangByUuidAndLanguage:input_type -> bundle.ValueAddServiceDetailRequest
49, // 56: bundle.Bundle.CalculatePrice:input_type -> bundle.CalculatePriceRequest
51, // 57: bundle.Bundle.BatchGetValueAddServiceLang:input_type -> bundle.BatchGetValueAddServiceLangRequest
0, // 58: bundle.Bundle.DeleteValueAddService:input_type -> bundle.DeleteValueAddServiceRequest
53, // 59: bundle.Bundle.BundleExtend:input_type -> bundle.BundleExtendRequest
55, // 60: bundle.Bundle.BundleExtendRecordsList:input_type -> bundle.BundleExtendRecordsListRequest
58, // 61: bundle.Bundle.GetBundleBalanceList:input_type -> bundle.GetBundleBalanceListReq
76, // 62: bundle.Bundle.GetBundleBalanceByUserId:input_type -> bundle.GetBundleBalanceByUserIdReq
62, // 63: bundle.Bundle.CreateBundleBalance:input_type -> bundle.CreateBundleBalanceReq
64, // 64: bundle.Bundle.AddBundleBalance:input_type -> bundle.AddBundleBalanceReq
66, // 65: bundle.Bundle.GetUsedRecordList:input_type -> bundle.GetUsedRecordListReq
69, // 66: bundle.Bundle.GetImageWorkDetail:input_type -> bundle.GetImageWorkDetailReq
70, // 67: bundle.Bundle.GetVedioWorkDetail:input_type -> bundle.GetVedioWorkDetailReq
73, // 68: bundle.Bundle.ToBeComfirmedWorks:input_type -> bundle.ToBeComfirmedWorksReq
82, // 69: bundle.Bundle.ConfirmWork:input_type -> bundle.ConfirmWorkReq
1, // 70: bundle.Bundle.GetReconciliationList:input_type -> bundle.GetReconciliationListReq
3, // 71: bundle.Bundle.CreateReconciliation:input_type -> bundle.ReconciliationInfo
3, // 72: bundle.Bundle.UpdateReconciliation:input_type -> bundle.ReconciliationInfo
81, // 73: bundle.Bundle.UpdateReconciliationStatusBySerialNumber:input_type -> bundle.UpdateStatusAndPayTimeBySerialNumber
84, // 74: bundle.Bundle.ListUnfinishedInfos:input_type -> bundle.AutoCreateUserAndOrderRequest
87, // 75: bundle.Bundle.SoftDeleteUnfinishedInfo:input_type -> bundle.SoftDeleteUnfinishedInfoRequest
13, // 76: bundle.Bundle.CreateBundle:output_type -> bundle.CommonResponse
13, // 77: bundle.Bundle.UpdateBundle:output_type -> bundle.CommonResponse
13, // 78: bundle.Bundle.DeleteBundle:output_type -> bundle.CommonResponse
13, // 79: bundle.Bundle.HandShelf:output_type -> bundle.CommonResponse
16, // 80: bundle.Bundle.SaveBundle:output_type -> bundle.SaveResponse
20, // 81: bundle.Bundle.BundleListV2:output_type -> bundle.BundleListResponse
24, // 82: bundle.Bundle.BundleDetailV2:output_type -> bundle.BundleDetailResponseV2
20, // 83: bundle.Bundle.BundleListH5V2:output_type -> bundle.BundleListResponse
15, // 84: bundle.Bundle.BundleLangDetailV2:output_type -> bundle.BundleProfileLang
20, // 85: bundle.Bundle.BundleList:output_type -> bundle.BundleListResponse
23, // 86: bundle.Bundle.BundleDetail:output_type -> bundle.BundleDetailResponse
13, // 87: bundle.Bundle.CreateOrderRecord:output_type -> bundle.CommonResponse
13, // 88: bundle.Bundle.UpdateOrderRecord:output_type -> bundle.CommonResponse
13, // 89: bundle.Bundle.UpdateOrderRecordByOrderNo:output_type -> bundle.CommonResponse
31, // 90: bundle.Bundle.OrderRecordsList:output_type -> bundle.OrderRecordsResponse
33, // 91: bundle.Bundle.OrderRecordsDetail:output_type -> bundle.OrderRecordsDetailResponse
13, // 92: bundle.Bundle.UpdateFinancialConfirmationStatus:output_type -> bundle.CommonResponse
13, // 93: bundle.Bundle.CreateOrderAddRecord:output_type -> bundle.CommonResponse
12, // 94: bundle.Bundle.PackagePriceAndTime:output_type -> bundle.PackagePriceAndTimeResponse
9, // 95: bundle.Bundle.OrderRecordsListV2:output_type -> bundle.OrderRecordsResponseV2
5, // 96: bundle.Bundle.OrderListByOrderNo:output_type -> bundle.OrderInfoByOrderNoResp
79, // 97: bundle.Bundle.OnlyAddValueListByOrderNo:output_type -> bundle.OnlyAddValueListByOrderNoResp
36, // 98: bundle.Bundle.CreateValueAddBundle:output_type -> bundle.CreateValueAddBundleResponse
38, // 99: bundle.Bundle.ValueAddBundleList:output_type -> bundle.ValueAddBundleListResponse
40, // 100: bundle.Bundle.ValueAddBundleDetail:output_type -> bundle.ValueAddBundleDetailResponse
16, // 101: bundle.Bundle.SaveValueAddService:output_type -> bundle.SaveResponse
46, // 102: bundle.Bundle.ValueAddServiceList:output_type -> bundle.ValueAddServiceListResponse
48, // 103: bundle.Bundle.ValueAddServiceDetail:output_type -> bundle.ValueAddServiceDetailResponse
43, // 104: bundle.Bundle.ValueAddServiceLangByUuidAndLanguage:output_type -> bundle.ValueAddServiceLang
50, // 105: bundle.Bundle.CalculatePrice:output_type -> bundle.CalculatePriceResponse
52, // 106: bundle.Bundle.BatchGetValueAddServiceLang:output_type -> bundle.BatchGetValueAddServiceLangResponse
13, // 107: bundle.Bundle.DeleteValueAddService:output_type -> bundle.CommonResponse
54, // 108: bundle.Bundle.BundleExtend:output_type -> bundle.BundleExtendResponse
56, // 109: bundle.Bundle.BundleExtendRecordsList:output_type -> bundle.BundleExtendRecordsListResponse
61, // 110: bundle.Bundle.GetBundleBalanceList:output_type -> bundle.GetBundleBalanceListResp
77, // 111: bundle.Bundle.GetBundleBalanceByUserId:output_type -> bundle.GetBundleBalanceByUserIdResp
63, // 112: bundle.Bundle.CreateBundleBalance:output_type -> bundle.CreateBundleBalanceResp
65, // 113: bundle.Bundle.AddBundleBalance:output_type -> bundle.AddBundleBalanceResp
67, // 114: bundle.Bundle.GetUsedRecordList:output_type -> bundle.GetUsedRecordListResp
71, // 115: bundle.Bundle.GetImageWorkDetail:output_type -> bundle.GetImageWorkDetailResp
72, // 116: bundle.Bundle.GetVedioWorkDetail:output_type -> bundle.GetVedioeWorkDetailResp
75, // 117: bundle.Bundle.ToBeComfirmedWorks:output_type -> bundle.ToBeComfirmedWorksResp
83, // 118: bundle.Bundle.ConfirmWork:output_type -> bundle.ConfirmWorkResp
2, // 119: bundle.Bundle.GetReconciliationList:output_type -> bundle.GetReconciliationListResp
13, // 120: bundle.Bundle.CreateReconciliation:output_type -> bundle.CommonResponse
13, // 121: bundle.Bundle.UpdateReconciliation:output_type -> bundle.CommonResponse
13, // 122: bundle.Bundle.UpdateReconciliationStatusBySerialNumber:output_type -> bundle.CommonResponse
85, // 123: bundle.Bundle.ListUnfinishedInfos:output_type -> bundle.UnfinishedInfos
13, // 124: bundle.Bundle.SoftDeleteUnfinishedInfo:output_type -> bundle.CommonResponse
76, // [76:125] is the sub-list for method output_type
27, // [27:76] is the sub-list for method input_type
27, // [27:27] is the sub-list for extension type_name
27, // [27:27] is the sub-list for extension extendee
0, // [0:27] is the sub-list for field type_name
2025-02-20 12:40:39 +00:00
}
func init() { file_pb_bundle_proto_init() }
func file_pb_bundle_proto_init() {
if File_pb_bundle_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
2025-08-27 02:23:22 +00:00
RawDescriptor: unsafe.Slice(unsafe.StringData(file_pb_bundle_proto_rawDesc), len(file_pb_bundle_proto_rawDesc)),
2025-02-20 12:40:39 +00:00
NumEnums: 0,
NumMessages: 88,
2025-02-20 12:40:39 +00:00
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_pb_bundle_proto_goTypes,
DependencyIndexes: file_pb_bundle_proto_depIdxs,
MessageInfos: file_pb_bundle_proto_msgTypes,
}.Build()
File_pb_bundle_proto = out.File
file_pb_bundle_proto_goTypes = nil
file_pb_bundle_proto_depIdxs = nil
}