v1

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Order_AlipayPayNotify_FullMethodName           = "/server.order.v1.Order/AlipayPayNotify"
	Order_RechargeCycleByAlipay_FullMethodName     = "/server.order.v1.Order/RechargeCycleByAlipay"
	Order_GetRechargeState_FullMethodName          = "/server.order.v1.Order/GetRechargeState"
	Order_RechargeCycleByRedeemCode_FullMethodName = "/server.order.v1.Order/RechargeCycleByRedeemCode"
	Order_GetCycleBalance_FullMethodName           = "/server.order.v1.Order/GetCycleBalance"
	Order_OrderList_FullMethodName                 = "/server.order.v1.Order/OrderList"
	Order_CycleTransactionList_FullMethodName      = "/server.order.v1.Order/CycleTransactionList"
	Order_CreateCycleRenewal_FullMethodName        = "/server.order.v1.Order/CreateCycleRenewal"
	Order_CycleRenewalDetail_FullMethodName        = "/server.order.v1.Order/CycleRenewalDetail"
	Order_DeleteCycleRenewal_FullMethodName        = "/server.order.v1.Order/DeleteCycleRenewal"
	Order_CycleRenewalList_FullMethodName          = "/server.order.v1.Order/CycleRenewalList"
	Order_CycleRenewalOpen_FullMethodName          = "/server.order.v1.Order/CycleRenewalOpen"
	Order_CycleRenewalClose_FullMethodName         = "/server.order.v1.Order/CycleRenewalClose"
	Order_ManualRenew_FullMethodName               = "/server.order.v1.Order/ManualRenew"
	Order_RenewDailyCheck_FullMethodName           = "/server.order.v1.Order/RenewDailyCheck"
)
View Source
const OperationOrderAlipayPayNotify = "/server.order.v1.Order/AlipayPayNotify"
View Source
const OperationOrderCreateCycleRenewal = "/server.order.v1.Order/CreateCycleRenewal"
View Source
const OperationOrderCycleRenewalClose = "/server.order.v1.Order/CycleRenewalClose"
View Source
const OperationOrderCycleRenewalDetail = "/server.order.v1.Order/CycleRenewalDetail"
View Source
const OperationOrderCycleRenewalList = "/server.order.v1.Order/CycleRenewalList"
View Source
const OperationOrderCycleRenewalOpen = "/server.order.v1.Order/CycleRenewalOpen"
View Source
const OperationOrderCycleTransactionList = "/server.order.v1.Order/CycleTransactionList"
View Source
const OperationOrderDeleteCycleRenewal = "/server.order.v1.Order/DeleteCycleRenewal"
View Source
const OperationOrderGetCycleBalance = "/server.order.v1.Order/GetCycleBalance"
View Source
const OperationOrderGetRechargeState = "/server.order.v1.Order/GetRechargeState"
View Source
const OperationOrderManualRenew = "/server.order.v1.Order/ManualRenew"
View Source
const OperationOrderOrderList = "/server.order.v1.Order/OrderList"
View Source
const OperationOrderRechargeCycleByAlipay = "/server.order.v1.Order/RechargeCycleByAlipay"
View Source
const OperationOrderRechargeCycleByRedeemCode = "/server.order.v1.Order/RechargeCycleByRedeemCode"
View Source
const OperationOrderRenewDailyCheck = "/server.order.v1.Order/RenewDailyCheck"

Variables

View Source
var File_server_order_v1_order_proto protoreflect.FileDescriptor
View Source
var Order_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "server.order.v1.Order",
	HandlerType: (*OrderServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AlipayPayNotify",
			Handler:    _Order_AlipayPayNotify_Handler,
		},
		{
			MethodName: "RechargeCycleByAlipay",
			Handler:    _Order_RechargeCycleByAlipay_Handler,
		},
		{
			MethodName: "GetRechargeState",
			Handler:    _Order_GetRechargeState_Handler,
		},
		{
			MethodName: "RechargeCycleByRedeemCode",
			Handler:    _Order_RechargeCycleByRedeemCode_Handler,
		},
		{
			MethodName: "GetCycleBalance",
			Handler:    _Order_GetCycleBalance_Handler,
		},
		{
			MethodName: "OrderList",
			Handler:    _Order_OrderList_Handler,
		},
		{
			MethodName: "CycleTransactionList",
			Handler:    _Order_CycleTransactionList_Handler,
		},
		{
			MethodName: "CreateCycleRenewal",
			Handler:    _Order_CreateCycleRenewal_Handler,
		},
		{
			MethodName: "CycleRenewalDetail",
			Handler:    _Order_CycleRenewalDetail_Handler,
		},
		{
			MethodName: "DeleteCycleRenewal",
			Handler:    _Order_DeleteCycleRenewal_Handler,
		},
		{
			MethodName: "CycleRenewalList",
			Handler:    _Order_CycleRenewalList_Handler,
		},
		{
			MethodName: "CycleRenewalOpen",
			Handler:    _Order_CycleRenewalOpen_Handler,
		},
		{
			MethodName: "CycleRenewalClose",
			Handler:    _Order_CycleRenewalClose_Handler,
		},
		{
			MethodName: "ManualRenew",
			Handler:    _Order_ManualRenew_Handler,
		},
		{
			MethodName: "RenewDailyCheck",
			Handler:    _Order_RenewDailyCheck_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "server/order/v1/order.proto",
}

Order_ServiceDesc is the grpc.ServiceDesc for Order service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOrderHTTPServer

func RegisterOrderHTTPServer(s *http.Server, srv OrderHTTPServer)

func RegisterOrderServer

func RegisterOrderServer(s grpc.ServiceRegistrar, srv OrderServer)

Types

type AlipayPayNotifyReply

type AlipayPayNotifyReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*AlipayPayNotifyReply) Descriptor deprecated

func (*AlipayPayNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use AlipayPayNotifyReply.ProtoReflect.Descriptor instead.

func (*AlipayPayNotifyReply) GetCode

func (x *AlipayPayNotifyReply) GetCode() int32

func (*AlipayPayNotifyReply) GetMessage

func (x *AlipayPayNotifyReply) GetMessage() string

func (*AlipayPayNotifyReply) ProtoMessage

func (*AlipayPayNotifyReply) ProtoMessage()

func (*AlipayPayNotifyReply) ProtoReflect

func (x *AlipayPayNotifyReply) ProtoReflect() protoreflect.Message

func (*AlipayPayNotifyReply) Reset

func (x *AlipayPayNotifyReply) Reset()

func (*AlipayPayNotifyReply) String

func (x *AlipayPayNotifyReply) String() string

type AlipayPayNotifyRequest

type AlipayPayNotifyRequest struct {
	NotifyTime        string `protobuf:"bytes,1,opt,name=notify_time,json=notifyTime,proto3" json:"notify_time,omitempty"`
	NotifyType        string `protobuf:"bytes,2,opt,name=notify_type,json=notifyType,proto3" json:"notify_type,omitempty"`
	NotifyId          string `protobuf:"bytes,3,opt,name=notify_id,json=notifyId,proto3" json:"notify_id,omitempty"`
	AppId             string `protobuf:"bytes,4,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	Charset           string `protobuf:"bytes,5,opt,name=charset,proto3" json:"charset,omitempty"`
	Version           string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	SignType          string `protobuf:"bytes,7,opt,name=sign_type,json=signType,proto3" json:"sign_type,omitempty"`
	Sign              string `protobuf:"bytes,8,opt,name=sign,proto3" json:"sign,omitempty"`
	TradeNo           string `protobuf:"bytes,9,opt,name=trade_no,json=tradeNo,proto3" json:"trade_no,omitempty"`
	OutTradeNo        string `protobuf:"bytes,10,opt,name=out_trade_no,json=outTradeNo,proto3" json:"out_trade_no,omitempty"`
	OutBizNo          string `protobuf:"bytes,11,opt,name=out_biz_no,json=outBizNo,proto3" json:"out_biz_no,omitempty"`
	BuyerId           string `protobuf:"bytes,12,opt,name=buyer_id,json=buyerId,proto3" json:"buyer_id,omitempty"`
	BuyerLogonId      string `protobuf:"bytes,13,opt,name=buyer_logon_id,json=buyerLogonId,proto3" json:"buyer_logon_id,omitempty"`
	SellerId          string `protobuf:"bytes,14,opt,name=seller_id,json=sellerId,proto3" json:"seller_id,omitempty"`
	SellerEmail       string `protobuf:"bytes,15,opt,name=seller_email,json=sellerEmail,proto3" json:"seller_email,omitempty"`
	TradeStatus       string `protobuf:"bytes,16,opt,name=trade_status,json=tradeStatus,proto3" json:"trade_status,omitempty"`
	TotalAmount       string `protobuf:"bytes,17,opt,name=total_amount,json=totalAmount,proto3" json:"total_amount,omitempty"`
	ReceiptAmount     string `protobuf:"bytes,18,opt,name=receipt_amount,json=receiptAmount,proto3" json:"receipt_amount,omitempty"`
	InvoiceAmount     string `protobuf:"bytes,19,opt,name=invoice_amount,json=invoiceAmount,proto3" json:"invoice_amount,omitempty"`
	BuyerPayAmount    string `protobuf:"bytes,20,opt,name=buyer_pay_amount,json=buyerPayAmount,proto3" json:"buyer_pay_amount,omitempty"`
	PointAmount       string `protobuf:"bytes,21,opt,name=point_amount,json=pointAmount,proto3" json:"point_amount,omitempty"`
	RefundFee         string `protobuf:"bytes,22,opt,name=refund_fee,json=refundFee,proto3" json:"refund_fee,omitempty"`
	Subject           string `protobuf:"bytes,23,opt,name=subject,proto3" json:"subject,omitempty"`
	Body              string `protobuf:"bytes,24,opt,name=body,proto3" json:"body,omitempty"`
	GmtCreate         string `protobuf:"bytes,25,opt,name=gmt_create,json=gmtCreate,proto3" json:"gmt_create,omitempty"`
	GmtPayment        string `protobuf:"bytes,26,opt,name=gmt_payment,json=gmtPayment,proto3" json:"gmt_payment,omitempty"`
	GmtRefund         string `protobuf:"bytes,27,opt,name=gmt_refund,json=gmtRefund,proto3" json:"gmt_refund,omitempty"`
	GmtClose          string `protobuf:"bytes,28,opt,name=gmt_close,json=gmtClose,proto3" json:"gmt_close,omitempty"`
	FundBillList      string `protobuf:"bytes,29,opt,name=fund_bill_list,json=fundBillList,proto3" json:"fund_bill_list,omitempty"`
	PassbackParams    string `protobuf:"bytes,30,opt,name=passback_params,json=passbackParams,proto3" json:"passback_params,omitempty"`
	VoucherDetailList string `protobuf:"bytes,31,opt,name=voucher_detail_list,json=voucherDetailList,proto3" json:"voucher_detail_list,omitempty"`
	Method            string `protobuf:"bytes,32,opt,name=method,proto3" json:"method,omitempty"`
	Timestamp         string `protobuf:"bytes,33,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	AuthAppId         string `protobuf:"bytes,34,opt,name=auth_app_id,json=authAppId,proto3" json:"auth_app_id,omitempty"`
	// contains filtered or unexported fields
}

https://opendocs.alipay.com/open/203/105286#%E5%BC%82%E6%AD%A5%E9%80%9A%E7%9F%A5%E5%8F%82%E6%95%B0

func (*AlipayPayNotifyRequest) Descriptor deprecated

func (*AlipayPayNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AlipayPayNotifyRequest.ProtoReflect.Descriptor instead.

func (*AlipayPayNotifyRequest) GetAppId

func (x *AlipayPayNotifyRequest) GetAppId() string

func (*AlipayPayNotifyRequest) GetAuthAppId

func (x *AlipayPayNotifyRequest) GetAuthAppId() string

func (*AlipayPayNotifyRequest) GetBody

func (x *AlipayPayNotifyRequest) GetBody() string

func (*AlipayPayNotifyRequest) GetBuyerId

func (x *AlipayPayNotifyRequest) GetBuyerId() string

func (*AlipayPayNotifyRequest) GetBuyerLogonId

func (x *AlipayPayNotifyRequest) GetBuyerLogonId() string

func (*AlipayPayNotifyRequest) GetBuyerPayAmount

func (x *AlipayPayNotifyRequest) GetBuyerPayAmount() string

func (*AlipayPayNotifyRequest) GetCharset

func (x *AlipayPayNotifyRequest) GetCharset() string

func (*AlipayPayNotifyRequest) GetFundBillList

func (x *AlipayPayNotifyRequest) GetFundBillList() string

func (*AlipayPayNotifyRequest) GetGmtClose

func (x *AlipayPayNotifyRequest) GetGmtClose() string

func (*AlipayPayNotifyRequest) GetGmtCreate

func (x *AlipayPayNotifyRequest) GetGmtCreate() string

func (*AlipayPayNotifyRequest) GetGmtPayment

func (x *AlipayPayNotifyRequest) GetGmtPayment() string

func (*AlipayPayNotifyRequest) GetGmtRefund

func (x *AlipayPayNotifyRequest) GetGmtRefund() string

func (*AlipayPayNotifyRequest) GetInvoiceAmount

func (x *AlipayPayNotifyRequest) GetInvoiceAmount() string

func (*AlipayPayNotifyRequest) GetMethod

func (x *AlipayPayNotifyRequest) GetMethod() string

func (*AlipayPayNotifyRequest) GetNotifyId

func (x *AlipayPayNotifyRequest) GetNotifyId() string

func (*AlipayPayNotifyRequest) GetNotifyTime

func (x *AlipayPayNotifyRequest) GetNotifyTime() string

func (*AlipayPayNotifyRequest) GetNotifyType

func (x *AlipayPayNotifyRequest) GetNotifyType() string

func (*AlipayPayNotifyRequest) GetOutBizNo

func (x *AlipayPayNotifyRequest) GetOutBizNo() string

func (*AlipayPayNotifyRequest) GetOutTradeNo

func (x *AlipayPayNotifyRequest) GetOutTradeNo() string

func (*AlipayPayNotifyRequest) GetPassbackParams

func (x *AlipayPayNotifyRequest) GetPassbackParams() string

func (*AlipayPayNotifyRequest) GetPointAmount

func (x *AlipayPayNotifyRequest) GetPointAmount() string

func (*AlipayPayNotifyRequest) GetReceiptAmount

func (x *AlipayPayNotifyRequest) GetReceiptAmount() string

func (*AlipayPayNotifyRequest) GetRefundFee

func (x *AlipayPayNotifyRequest) GetRefundFee() string

func (*AlipayPayNotifyRequest) GetSellerEmail

func (x *AlipayPayNotifyRequest) GetSellerEmail() string

func (*AlipayPayNotifyRequest) GetSellerId

func (x *AlipayPayNotifyRequest) GetSellerId() string

func (*AlipayPayNotifyRequest) GetSign

func (x *AlipayPayNotifyRequest) GetSign() string

func (*AlipayPayNotifyRequest) GetSignType

func (x *AlipayPayNotifyRequest) GetSignType() string

func (*AlipayPayNotifyRequest) GetSubject

func (x *AlipayPayNotifyRequest) GetSubject() string

func (*AlipayPayNotifyRequest) GetTimestamp

func (x *AlipayPayNotifyRequest) GetTimestamp() string

func (*AlipayPayNotifyRequest) GetTotalAmount

func (x *AlipayPayNotifyRequest) GetTotalAmount() string

func (*AlipayPayNotifyRequest) GetTradeNo

func (x *AlipayPayNotifyRequest) GetTradeNo() string

func (*AlipayPayNotifyRequest) GetTradeStatus

func (x *AlipayPayNotifyRequest) GetTradeStatus() string

func (*AlipayPayNotifyRequest) GetVersion

func (x *AlipayPayNotifyRequest) GetVersion() string

func (*AlipayPayNotifyRequest) GetVoucherDetailList

func (x *AlipayPayNotifyRequest) GetVoucherDetailList() string

func (*AlipayPayNotifyRequest) ProtoMessage

func (*AlipayPayNotifyRequest) ProtoMessage()

func (*AlipayPayNotifyRequest) ProtoReflect

func (x *AlipayPayNotifyRequest) ProtoReflect() protoreflect.Message

func (*AlipayPayNotifyRequest) Reset

func (x *AlipayPayNotifyRequest) Reset()

func (*AlipayPayNotifyRequest) String

func (x *AlipayPayNotifyRequest) String() string

type CycleRenewalBaseReply

type CycleRenewalBaseReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalBaseReply) Descriptor deprecated

func (*CycleRenewalBaseReply) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalBaseReply.ProtoReflect.Descriptor instead.

func (*CycleRenewalBaseReply) GetCode

func (x *CycleRenewalBaseReply) GetCode() int32

func (*CycleRenewalBaseReply) GetMessage

func (x *CycleRenewalBaseReply) GetMessage() string

func (*CycleRenewalBaseReply) ProtoMessage

func (*CycleRenewalBaseReply) ProtoMessage()

func (*CycleRenewalBaseReply) ProtoReflect

func (x *CycleRenewalBaseReply) ProtoReflect() protoreflect.Message

func (*CycleRenewalBaseReply) Reset

func (x *CycleRenewalBaseReply) Reset()

func (*CycleRenewalBaseReply) String

func (x *CycleRenewalBaseReply) String() string

type CycleRenewalCreateReply

type CycleRenewalCreateReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalCreateReply) Descriptor deprecated

func (*CycleRenewalCreateReply) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalCreateReply.ProtoReflect.Descriptor instead.

func (*CycleRenewalCreateReply) GetCode

func (x *CycleRenewalCreateReply) GetCode() int32

func (*CycleRenewalCreateReply) GetData

func (x *CycleRenewalCreateReply) GetData() string

func (*CycleRenewalCreateReply) GetMessage

func (x *CycleRenewalCreateReply) GetMessage() string

func (*CycleRenewalCreateReply) ProtoMessage

func (*CycleRenewalCreateReply) ProtoMessage()

func (*CycleRenewalCreateReply) ProtoReflect

func (x *CycleRenewalCreateReply) ProtoReflect() protoreflect.Message

func (*CycleRenewalCreateReply) Reset

func (x *CycleRenewalCreateReply) Reset()

func (*CycleRenewalCreateReply) String

func (x *CycleRenewalCreateReply) String() string

type CycleRenewalCreateRequest

type CycleRenewalCreateRequest struct {
	ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalCreateRequest) Descriptor deprecated

func (*CycleRenewalCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalCreateRequest.ProtoReflect.Descriptor instead.

func (*CycleRenewalCreateRequest) GetResourceId

func (x *CycleRenewalCreateRequest) GetResourceId() string

func (*CycleRenewalCreateRequest) ProtoMessage

func (*CycleRenewalCreateRequest) ProtoMessage()

func (*CycleRenewalCreateRequest) ProtoReflect

func (*CycleRenewalCreateRequest) Reset

func (x *CycleRenewalCreateRequest) Reset()

func (*CycleRenewalCreateRequest) String

func (x *CycleRenewalCreateRequest) String() string

type CycleRenewalDetailInfo

type CycleRenewalDetailInfo struct {
	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProductName  string  `protobuf:"bytes,2,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	ProductDesc  string  `protobuf:"bytes,3,opt,name=product_desc,json=productDesc,proto3" json:"product_desc,omitempty"`
	State        int32   `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	DueTime      string  `protobuf:"bytes,5,opt,name=due_time,json=dueTime,proto3" json:"due_time,omitempty"`
	RenewalTime  string  `protobuf:"bytes,6,opt,name=renewal_time,json=renewalTime,proto3" json:"renewal_time,omitempty"`
	InstanceId   string  `protobuf:"bytes,7,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	InstanceName string  `protobuf:"bytes,8,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	InstanceSpec string  `protobuf:"bytes,9,opt,name=instance_spec,json=instanceSpec,proto3" json:"instance_spec,omitempty"`
	Image        string  `protobuf:"bytes,10,opt,name=image,proto3" json:"image,omitempty"`
	ExtendPrice  float32 `protobuf:"fixed32,11,opt,name=extend_price,json=extendPrice,proto3" json:"extend_price,omitempty"`
	ExtendDay    int64   `protobuf:"varint,12,opt,name=extend_day,json=extendDay,proto3" json:"extend_day,omitempty"`
	Balance      float32 `protobuf:"fixed32,13,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalDetailInfo) Descriptor deprecated

func (*CycleRenewalDetailInfo) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalDetailInfo.ProtoReflect.Descriptor instead.

func (*CycleRenewalDetailInfo) GetBalance

func (x *CycleRenewalDetailInfo) GetBalance() float32

func (*CycleRenewalDetailInfo) GetDueTime

func (x *CycleRenewalDetailInfo) GetDueTime() string

func (*CycleRenewalDetailInfo) GetExtendDay

func (x *CycleRenewalDetailInfo) GetExtendDay() int64

func (*CycleRenewalDetailInfo) GetExtendPrice

func (x *CycleRenewalDetailInfo) GetExtendPrice() float32

func (*CycleRenewalDetailInfo) GetId

func (x *CycleRenewalDetailInfo) GetId() string

func (*CycleRenewalDetailInfo) GetImage

func (x *CycleRenewalDetailInfo) GetImage() string

func (*CycleRenewalDetailInfo) GetInstanceId

func (x *CycleRenewalDetailInfo) GetInstanceId() string

func (*CycleRenewalDetailInfo) GetInstanceName

func (x *CycleRenewalDetailInfo) GetInstanceName() string

func (*CycleRenewalDetailInfo) GetInstanceSpec

func (x *CycleRenewalDetailInfo) GetInstanceSpec() string

func (*CycleRenewalDetailInfo) GetProductDesc

func (x *CycleRenewalDetailInfo) GetProductDesc() string

func (*CycleRenewalDetailInfo) GetProductName

func (x *CycleRenewalDetailInfo) GetProductName() string

func (*CycleRenewalDetailInfo) GetRenewalTime

func (x *CycleRenewalDetailInfo) GetRenewalTime() string

func (*CycleRenewalDetailInfo) GetState

func (x *CycleRenewalDetailInfo) GetState() int32

func (*CycleRenewalDetailInfo) ProtoMessage

func (*CycleRenewalDetailInfo) ProtoMessage()

func (*CycleRenewalDetailInfo) ProtoReflect

func (x *CycleRenewalDetailInfo) ProtoReflect() protoreflect.Message

func (*CycleRenewalDetailInfo) Reset

func (x *CycleRenewalDetailInfo) Reset()

func (*CycleRenewalDetailInfo) String

func (x *CycleRenewalDetailInfo) String() string

type CycleRenewalGetReply

type CycleRenewalGetReply struct {
	Code    int32                   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string                  `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    *CycleRenewalDetailInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalGetReply) Descriptor deprecated

func (*CycleRenewalGetReply) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalGetReply.ProtoReflect.Descriptor instead.

func (*CycleRenewalGetReply) GetCode

func (x *CycleRenewalGetReply) GetCode() int32

func (*CycleRenewalGetReply) GetData

func (*CycleRenewalGetReply) GetMessage

func (x *CycleRenewalGetReply) GetMessage() string

func (*CycleRenewalGetReply) ProtoMessage

func (*CycleRenewalGetReply) ProtoMessage()

func (*CycleRenewalGetReply) ProtoReflect

func (x *CycleRenewalGetReply) ProtoReflect() protoreflect.Message

func (*CycleRenewalGetReply) Reset

func (x *CycleRenewalGetReply) Reset()

func (*CycleRenewalGetReply) String

func (x *CycleRenewalGetReply) String() string

type CycleRenewalGetRequest

type CycleRenewalGetRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalGetRequest) Descriptor deprecated

func (*CycleRenewalGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalGetRequest.ProtoReflect.Descriptor instead.

func (*CycleRenewalGetRequest) GetId

func (x *CycleRenewalGetRequest) GetId() string

func (*CycleRenewalGetRequest) ProtoMessage

func (*CycleRenewalGetRequest) ProtoMessage()

func (*CycleRenewalGetRequest) ProtoReflect

func (x *CycleRenewalGetRequest) ProtoReflect() protoreflect.Message

func (*CycleRenewalGetRequest) Reset

func (x *CycleRenewalGetRequest) Reset()

func (*CycleRenewalGetRequest) String

func (x *CycleRenewalGetRequest) String() string

type CycleRenewalInfo

type CycleRenewalInfo struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProductName string `protobuf:"bytes,2,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	ProductDesc string `protobuf:"bytes,3,opt,name=product_desc,json=productDesc,proto3" json:"product_desc,omitempty"`
	State       int32  `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	DueTime     string `protobuf:"bytes,5,opt,name=due_time,json=dueTime,proto3" json:"due_time,omitempty"`
	RenewalTime string `protobuf:"bytes,6,opt,name=renewal_time,json=renewalTime,proto3" json:"renewal_time,omitempty"`
	AutoRenew   bool   `protobuf:"varint,7,opt,name=auto_renew,json=autoRenew,proto3" json:"auto_renew,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalInfo) Descriptor deprecated

func (*CycleRenewalInfo) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalInfo.ProtoReflect.Descriptor instead.

func (*CycleRenewalInfo) GetAutoRenew

func (x *CycleRenewalInfo) GetAutoRenew() bool

func (*CycleRenewalInfo) GetDueTime

func (x *CycleRenewalInfo) GetDueTime() string

func (*CycleRenewalInfo) GetId

func (x *CycleRenewalInfo) GetId() string

func (*CycleRenewalInfo) GetProductDesc

func (x *CycleRenewalInfo) GetProductDesc() string

func (*CycleRenewalInfo) GetProductName

func (x *CycleRenewalInfo) GetProductName() string

func (*CycleRenewalInfo) GetRenewalTime

func (x *CycleRenewalInfo) GetRenewalTime() string

func (*CycleRenewalInfo) GetState

func (x *CycleRenewalInfo) GetState() int32

func (*CycleRenewalInfo) ProtoMessage

func (*CycleRenewalInfo) ProtoMessage()

func (*CycleRenewalInfo) ProtoReflect

func (x *CycleRenewalInfo) ProtoReflect() protoreflect.Message

func (*CycleRenewalInfo) Reset

func (x *CycleRenewalInfo) Reset()

func (*CycleRenewalInfo) String

func (x *CycleRenewalInfo) String() string

type CycleRenewalListReply

type CycleRenewalListReply struct {
	Code    int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string            `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    *CycleRenewalPage `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalListReply) Descriptor deprecated

func (*CycleRenewalListReply) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalListReply.ProtoReflect.Descriptor instead.

func (*CycleRenewalListReply) GetCode

func (x *CycleRenewalListReply) GetCode() int32

func (*CycleRenewalListReply) GetData

func (*CycleRenewalListReply) GetMessage

func (x *CycleRenewalListReply) GetMessage() string

func (*CycleRenewalListReply) ProtoMessage

func (*CycleRenewalListReply) ProtoMessage()

func (*CycleRenewalListReply) ProtoReflect

func (x *CycleRenewalListReply) ProtoReflect() protoreflect.Message

func (*CycleRenewalListReply) Reset

func (x *CycleRenewalListReply) Reset()

func (*CycleRenewalListReply) String

func (x *CycleRenewalListReply) String() string

type CycleRenewalListRequest

type CycleRenewalListRequest struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalListRequest) Descriptor deprecated

func (*CycleRenewalListRequest) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalListRequest.ProtoReflect.Descriptor instead.

func (*CycleRenewalListRequest) GetPage

func (x *CycleRenewalListRequest) GetPage() int32

func (*CycleRenewalListRequest) GetSize

func (x *CycleRenewalListRequest) GetSize() int32

func (*CycleRenewalListRequest) ProtoMessage

func (*CycleRenewalListRequest) ProtoMessage()

func (*CycleRenewalListRequest) ProtoReflect

func (x *CycleRenewalListRequest) ProtoReflect() protoreflect.Message

func (*CycleRenewalListRequest) Reset

func (x *CycleRenewalListRequest) Reset()

func (*CycleRenewalListRequest) String

func (x *CycleRenewalListRequest) String() string

type CycleRenewalPage

type CycleRenewalPage struct {
	Total int64               `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Page  int32               `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Size  int32               `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Data  []*CycleRenewalInfo `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleRenewalPage) Descriptor deprecated

func (*CycleRenewalPage) Descriptor() ([]byte, []int)

Deprecated: Use CycleRenewalPage.ProtoReflect.Descriptor instead.

func (*CycleRenewalPage) GetData

func (x *CycleRenewalPage) GetData() []*CycleRenewalInfo

func (*CycleRenewalPage) GetPage

func (x *CycleRenewalPage) GetPage() int32

func (*CycleRenewalPage) GetSize

func (x *CycleRenewalPage) GetSize() int32

func (*CycleRenewalPage) GetTotal

func (x *CycleRenewalPage) GetTotal() int64

func (*CycleRenewalPage) ProtoMessage

func (*CycleRenewalPage) ProtoMessage()

func (*CycleRenewalPage) ProtoReflect

func (x *CycleRenewalPage) ProtoReflect() protoreflect.Message

func (*CycleRenewalPage) Reset

func (x *CycleRenewalPage) Reset()

func (*CycleRenewalPage) String

func (x *CycleRenewalPage) String() string

type CycleTransactionInfo

type CycleTransactionInfo struct {
	Id            string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Operation     string  `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation,omitempty"`
	Symbol        string  `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Cycle         float32 `protobuf:"fixed32,4,opt,name=cycle,proto3" json:"cycle,omitempty"`
	OperationTime int64   `protobuf:"varint,5,opt,name=operation_time,json=operationTime,proto3" json:"operation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleTransactionInfo) Descriptor deprecated

func (*CycleTransactionInfo) Descriptor() ([]byte, []int)

Deprecated: Use CycleTransactionInfo.ProtoReflect.Descriptor instead.

func (*CycleTransactionInfo) GetCycle

func (x *CycleTransactionInfo) GetCycle() float32

func (*CycleTransactionInfo) GetId

func (x *CycleTransactionInfo) GetId() string

func (*CycleTransactionInfo) GetOperation

func (x *CycleTransactionInfo) GetOperation() string

func (*CycleTransactionInfo) GetOperationTime

func (x *CycleTransactionInfo) GetOperationTime() int64

func (*CycleTransactionInfo) GetSymbol

func (x *CycleTransactionInfo) GetSymbol() string

func (*CycleTransactionInfo) ProtoMessage

func (*CycleTransactionInfo) ProtoMessage()

func (*CycleTransactionInfo) ProtoReflect

func (x *CycleTransactionInfo) ProtoReflect() protoreflect.Message

func (*CycleTransactionInfo) Reset

func (x *CycleTransactionInfo) Reset()

func (*CycleTransactionInfo) String

func (x *CycleTransactionInfo) String() string

type CycleTransactionListReply

type CycleTransactionListReply struct {
	Code    int32                 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string                `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    *CycleTransactionPage `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleTransactionListReply) Descriptor deprecated

func (*CycleTransactionListReply) Descriptor() ([]byte, []int)

Deprecated: Use CycleTransactionListReply.ProtoReflect.Descriptor instead.

func (*CycleTransactionListReply) GetCode

func (x *CycleTransactionListReply) GetCode() int32

func (*CycleTransactionListReply) GetData

func (*CycleTransactionListReply) GetMessage

func (x *CycleTransactionListReply) GetMessage() string

func (*CycleTransactionListReply) ProtoMessage

func (*CycleTransactionListReply) ProtoMessage()

func (*CycleTransactionListReply) ProtoReflect

func (*CycleTransactionListReply) Reset

func (x *CycleTransactionListReply) Reset()

func (*CycleTransactionListReply) String

func (x *CycleTransactionListReply) String() string

type CycleTransactionListRequest

type CycleTransactionListRequest struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleTransactionListRequest) Descriptor deprecated

func (*CycleTransactionListRequest) Descriptor() ([]byte, []int)

Deprecated: Use CycleTransactionListRequest.ProtoReflect.Descriptor instead.

func (*CycleTransactionListRequest) GetPage

func (x *CycleTransactionListRequest) GetPage() int32

func (*CycleTransactionListRequest) GetSize

func (x *CycleTransactionListRequest) GetSize() int32

func (*CycleTransactionListRequest) ProtoMessage

func (*CycleTransactionListRequest) ProtoMessage()

func (*CycleTransactionListRequest) ProtoReflect

func (*CycleTransactionListRequest) Reset

func (x *CycleTransactionListRequest) Reset()

func (*CycleTransactionListRequest) String

func (x *CycleTransactionListRequest) String() string

type CycleTransactionPage

type CycleTransactionPage struct {
	Total int64                   `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Page  int32                   `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Size  int32                   `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Data  []*CycleTransactionInfo `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CycleTransactionPage) Descriptor deprecated

func (*CycleTransactionPage) Descriptor() ([]byte, []int)

Deprecated: Use CycleTransactionPage.ProtoReflect.Descriptor instead.

func (*CycleTransactionPage) GetData

func (*CycleTransactionPage) GetPage

func (x *CycleTransactionPage) GetPage() int32

func (*CycleTransactionPage) GetSize

func (x *CycleTransactionPage) GetSize() int32

func (*CycleTransactionPage) GetTotal

func (x *CycleTransactionPage) GetTotal() int64

func (*CycleTransactionPage) ProtoMessage

func (*CycleTransactionPage) ProtoMessage()

func (*CycleTransactionPage) ProtoReflect

func (x *CycleTransactionPage) ProtoReflect() protoreflect.Message

func (*CycleTransactionPage) Reset

func (x *CycleTransactionPage) Reset()

func (*CycleTransactionPage) String

func (x *CycleTransactionPage) String() string

type DailyCheckReply

type DailyCheckReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DailyCheckReply) Descriptor deprecated

func (*DailyCheckReply) Descriptor() ([]byte, []int)

Deprecated: Use DailyCheckReply.ProtoReflect.Descriptor instead.

func (*DailyCheckReply) GetCode

func (x *DailyCheckReply) GetCode() int32

func (*DailyCheckReply) GetMessage

func (x *DailyCheckReply) GetMessage() string

func (*DailyCheckReply) ProtoMessage

func (*DailyCheckReply) ProtoMessage()

func (*DailyCheckReply) ProtoReflect

func (x *DailyCheckReply) ProtoReflect() protoreflect.Message

func (*DailyCheckReply) Reset

func (x *DailyCheckReply) Reset()

func (*DailyCheckReply) String

func (x *DailyCheckReply) String() string

type DailyCheckRequest

type DailyCheckRequest struct {
	// contains filtered or unexported fields
}

func (*DailyCheckRequest) Descriptor deprecated

func (*DailyCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use DailyCheckRequest.ProtoReflect.Descriptor instead.

func (*DailyCheckRequest) ProtoMessage

func (*DailyCheckRequest) ProtoMessage()

func (*DailyCheckRequest) ProtoReflect

func (x *DailyCheckRequest) ProtoReflect() protoreflect.Message

func (*DailyCheckRequest) Reset

func (x *DailyCheckRequest) Reset()

func (*DailyCheckRequest) String

func (x *DailyCheckRequest) String() string

type GetCycleBalanceReply

type GetCycleBalanceReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCycleBalanceReply) Descriptor deprecated

func (*GetCycleBalanceReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCycleBalanceReply.ProtoReflect.Descriptor instead.

func (*GetCycleBalanceReply) GetCode

func (x *GetCycleBalanceReply) GetCode() int32

func (*GetCycleBalanceReply) GetData

func (x *GetCycleBalanceReply) GetData() string

func (*GetCycleBalanceReply) GetMessage

func (x *GetCycleBalanceReply) GetMessage() string

func (*GetCycleBalanceReply) ProtoMessage

func (*GetCycleBalanceReply) ProtoMessage()

func (*GetCycleBalanceReply) ProtoReflect

func (x *GetCycleBalanceReply) ProtoReflect() protoreflect.Message

func (*GetCycleBalanceReply) Reset

func (x *GetCycleBalanceReply) Reset()

func (*GetCycleBalanceReply) String

func (x *GetCycleBalanceReply) String() string

type GetCycleBalanceRequest

type GetCycleBalanceRequest struct {
	// contains filtered or unexported fields
}

func (*GetCycleBalanceRequest) Descriptor deprecated

func (*GetCycleBalanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCycleBalanceRequest.ProtoReflect.Descriptor instead.

func (*GetCycleBalanceRequest) ProtoMessage

func (*GetCycleBalanceRequest) ProtoMessage()

func (*GetCycleBalanceRequest) ProtoReflect

func (x *GetCycleBalanceRequest) ProtoReflect() protoreflect.Message

func (*GetCycleBalanceRequest) Reset

func (x *GetCycleBalanceRequest) Reset()

func (*GetCycleBalanceRequest) String

func (x *GetCycleBalanceRequest) String() string

type GetRechargeStateReply

type GetRechargeStateReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRechargeStateReply) Descriptor deprecated

func (*GetRechargeStateReply) Descriptor() ([]byte, []int)

Deprecated: Use GetRechargeStateReply.ProtoReflect.Descriptor instead.

func (*GetRechargeStateReply) GetCode

func (x *GetRechargeStateReply) GetCode() int32

func (*GetRechargeStateReply) GetData

func (x *GetRechargeStateReply) GetData() string

func (*GetRechargeStateReply) GetMessage

func (x *GetRechargeStateReply) GetMessage() string

func (*GetRechargeStateReply) ProtoMessage

func (*GetRechargeStateReply) ProtoMessage()

func (*GetRechargeStateReply) ProtoReflect

func (x *GetRechargeStateReply) ProtoReflect() protoreflect.Message

func (*GetRechargeStateReply) Reset

func (x *GetRechargeStateReply) Reset()

func (*GetRechargeStateReply) String

func (x *GetRechargeStateReply) String() string

type GetRechargeStateRequest

type GetRechargeStateRequest struct {
	OutTradeNo string `protobuf:"bytes,1,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRechargeStateRequest) Descriptor deprecated

func (*GetRechargeStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRechargeStateRequest.ProtoReflect.Descriptor instead.

func (*GetRechargeStateRequest) GetOutTradeNo

func (x *GetRechargeStateRequest) GetOutTradeNo() string

func (*GetRechargeStateRequest) ProtoMessage

func (*GetRechargeStateRequest) ProtoMessage()

func (*GetRechargeStateRequest) ProtoReflect

func (x *GetRechargeStateRequest) ProtoReflect() protoreflect.Message

func (*GetRechargeStateRequest) Reset

func (x *GetRechargeStateRequest) Reset()

func (*GetRechargeStateRequest) String

func (x *GetRechargeStateRequest) String() string

type ManualRenewReply

type ManualRenewReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ManualRenewReply) Descriptor deprecated

func (*ManualRenewReply) Descriptor() ([]byte, []int)

Deprecated: Use ManualRenewReply.ProtoReflect.Descriptor instead.

func (*ManualRenewReply) GetCode

func (x *ManualRenewReply) GetCode() int32

func (*ManualRenewReply) GetData

func (x *ManualRenewReply) GetData() string

func (*ManualRenewReply) GetMessage

func (x *ManualRenewReply) GetMessage() string

func (*ManualRenewReply) ProtoMessage

func (*ManualRenewReply) ProtoMessage()

func (*ManualRenewReply) ProtoReflect

func (x *ManualRenewReply) ProtoReflect() protoreflect.Message

func (*ManualRenewReply) Reset

func (x *ManualRenewReply) Reset()

func (*ManualRenewReply) String

func (x *ManualRenewReply) String() string

type ManualRenewRequest

type ManualRenewRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ManualRenewRequest) Descriptor deprecated

func (*ManualRenewRequest) Descriptor() ([]byte, []int)

Deprecated: Use ManualRenewRequest.ProtoReflect.Descriptor instead.

func (*ManualRenewRequest) GetId

func (x *ManualRenewRequest) GetId() string

func (*ManualRenewRequest) ProtoMessage

func (*ManualRenewRequest) ProtoMessage()

func (*ManualRenewRequest) ProtoReflect

func (x *ManualRenewRequest) ProtoReflect() protoreflect.Message

func (*ManualRenewRequest) Reset

func (x *ManualRenewRequest) Reset()

func (*ManualRenewRequest) String

func (x *ManualRenewRequest) String() string

type OrderClient

type OrderClient interface {
	AlipayPayNotify(ctx context.Context, in *AlipayPayNotifyRequest, opts ...grpc.CallOption) (*AlipayPayNotifyReply, error)
	RechargeCycleByAlipay(ctx context.Context, in *RechargeCycleByAlipayRequest, opts ...grpc.CallOption) (*RechargeCycleByAlipayReply, error)
	GetRechargeState(ctx context.Context, in *GetRechargeStateRequest, opts ...grpc.CallOption) (*GetRechargeStateReply, error)
	RechargeCycleByRedeemCode(ctx context.Context, in *RechargeCycleByRedeemCodeRequest, opts ...grpc.CallOption) (*RechargeCycleByRedeemCodeReply, error)
	GetCycleBalance(ctx context.Context, in *GetCycleBalanceRequest, opts ...grpc.CallOption) (*GetCycleBalanceReply, error)
	OrderList(ctx context.Context, in *OrderListRequest, opts ...grpc.CallOption) (*OrderListReply, error)
	CycleTransactionList(ctx context.Context, in *CycleTransactionListRequest, opts ...grpc.CallOption) (*CycleTransactionListReply, error)
	CreateCycleRenewal(ctx context.Context, in *CycleRenewalCreateRequest, opts ...grpc.CallOption) (*CycleRenewalCreateReply, error)
	CycleRenewalDetail(ctx context.Context, in *CycleRenewalGetRequest, opts ...grpc.CallOption) (*CycleRenewalGetReply, error)
	DeleteCycleRenewal(ctx context.Context, in *CycleRenewalGetRequest, opts ...grpc.CallOption) (*CycleRenewalBaseReply, error)
	CycleRenewalList(ctx context.Context, in *CycleRenewalListRequest, opts ...grpc.CallOption) (*CycleRenewalListReply, error)
	CycleRenewalOpen(ctx context.Context, in *CycleRenewalGetRequest, opts ...grpc.CallOption) (*CycleRenewalBaseReply, error)
	CycleRenewalClose(ctx context.Context, in *CycleRenewalGetRequest, opts ...grpc.CallOption) (*CycleRenewalBaseReply, error)
	ManualRenew(ctx context.Context, in *ManualRenewRequest, opts ...grpc.CallOption) (*ManualRenewReply, error)
	RenewDailyCheck(ctx context.Context, in *DailyCheckRequest, opts ...grpc.CallOption) (*DailyCheckReply, error)
}

OrderClient is the client API for Order service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewOrderClient

func NewOrderClient(cc grpc.ClientConnInterface) OrderClient

type OrderHTTPClient

type OrderHTTPClient interface {
	AlipayPayNotify(ctx context.Context, req *AlipayPayNotifyRequest, opts ...http.CallOption) (rsp *AlipayPayNotifyReply, err error)
	CreateCycleRenewal(ctx context.Context, req *CycleRenewalCreateRequest, opts ...http.CallOption) (rsp *CycleRenewalCreateReply, err error)
	CycleRenewalClose(ctx context.Context, req *CycleRenewalGetRequest, opts ...http.CallOption) (rsp *CycleRenewalBaseReply, err error)
	CycleRenewalDetail(ctx context.Context, req *CycleRenewalGetRequest, opts ...http.CallOption) (rsp *CycleRenewalGetReply, err error)
	CycleRenewalList(ctx context.Context, req *CycleRenewalListRequest, opts ...http.CallOption) (rsp *CycleRenewalListReply, err error)
	CycleRenewalOpen(ctx context.Context, req *CycleRenewalGetRequest, opts ...http.CallOption) (rsp *CycleRenewalBaseReply, err error)
	CycleTransactionList(ctx context.Context, req *CycleTransactionListRequest, opts ...http.CallOption) (rsp *CycleTransactionListReply, err error)
	DeleteCycleRenewal(ctx context.Context, req *CycleRenewalGetRequest, opts ...http.CallOption) (rsp *CycleRenewalBaseReply, err error)
	GetCycleBalance(ctx context.Context, req *GetCycleBalanceRequest, opts ...http.CallOption) (rsp *GetCycleBalanceReply, err error)
	GetRechargeState(ctx context.Context, req *GetRechargeStateRequest, opts ...http.CallOption) (rsp *GetRechargeStateReply, err error)
	ManualRenew(ctx context.Context, req *ManualRenewRequest, opts ...http.CallOption) (rsp *ManualRenewReply, err error)
	OrderList(ctx context.Context, req *OrderListRequest, opts ...http.CallOption) (rsp *OrderListReply, err error)
	RechargeCycleByAlipay(ctx context.Context, req *RechargeCycleByAlipayRequest, opts ...http.CallOption) (rsp *RechargeCycleByAlipayReply, err error)
	RechargeCycleByRedeemCode(ctx context.Context, req *RechargeCycleByRedeemCodeRequest, opts ...http.CallOption) (rsp *RechargeCycleByRedeemCodeReply, err error)
	RenewDailyCheck(ctx context.Context, req *DailyCheckRequest, opts ...http.CallOption) (rsp *DailyCheckReply, err error)
}

func NewOrderHTTPClient

func NewOrderHTTPClient(client *http.Client) OrderHTTPClient

type OrderHTTPClientImpl

type OrderHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*OrderHTTPClientImpl) AlipayPayNotify

func (*OrderHTTPClientImpl) CreateCycleRenewal

func (*OrderHTTPClientImpl) CycleRenewalClose

func (*OrderHTTPClientImpl) CycleRenewalDetail

func (*OrderHTTPClientImpl) CycleRenewalList

func (*OrderHTTPClientImpl) CycleRenewalOpen

func (*OrderHTTPClientImpl) CycleTransactionList

func (*OrderHTTPClientImpl) DeleteCycleRenewal

func (*OrderHTTPClientImpl) GetCycleBalance

func (*OrderHTTPClientImpl) GetRechargeState

func (*OrderHTTPClientImpl) ManualRenew

func (*OrderHTTPClientImpl) OrderList

func (*OrderHTTPClientImpl) RechargeCycleByAlipay

func (*OrderHTTPClientImpl) RechargeCycleByRedeemCode

func (*OrderHTTPClientImpl) RenewDailyCheck

func (c *OrderHTTPClientImpl) RenewDailyCheck(ctx context.Context, in *DailyCheckRequest, opts ...http.CallOption) (*DailyCheckReply, error)

type OrderInfo

type OrderInfo struct {
	Id          string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrderNo     string  `protobuf:"bytes,2,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	ProductName string  `protobuf:"bytes,3,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	ProductDesc string  `protobuf:"bytes,4,opt,name=product_desc,json=productDesc,proto3" json:"product_desc,omitempty"`
	Symbol      string  `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Cycle       float32 `protobuf:"fixed32,6,opt,name=cycle,proto3" json:"cycle,omitempty"`
	CreateTime  int64   `protobuf:"varint,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderInfo) Descriptor deprecated

func (*OrderInfo) Descriptor() ([]byte, []int)

Deprecated: Use OrderInfo.ProtoReflect.Descriptor instead.

func (*OrderInfo) GetCreateTime

func (x *OrderInfo) GetCreateTime() int64

func (*OrderInfo) GetCycle

func (x *OrderInfo) GetCycle() float32

func (*OrderInfo) GetId

func (x *OrderInfo) GetId() string

func (*OrderInfo) GetOrderNo

func (x *OrderInfo) GetOrderNo() string

func (*OrderInfo) GetProductDesc

func (x *OrderInfo) GetProductDesc() string

func (*OrderInfo) GetProductName

func (x *OrderInfo) GetProductName() string

func (*OrderInfo) GetSymbol

func (x *OrderInfo) GetSymbol() string

func (*OrderInfo) ProtoMessage

func (*OrderInfo) ProtoMessage()

func (*OrderInfo) ProtoReflect

func (x *OrderInfo) ProtoReflect() protoreflect.Message

func (*OrderInfo) Reset

func (x *OrderInfo) Reset()

func (*OrderInfo) String

func (x *OrderInfo) String() string

type OrderListReply

type OrderListReply struct {
	Code    int32      `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string     `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    *OrderPage `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderListReply) Descriptor deprecated

func (*OrderListReply) Descriptor() ([]byte, []int)

Deprecated: Use OrderListReply.ProtoReflect.Descriptor instead.

func (*OrderListReply) GetCode

func (x *OrderListReply) GetCode() int32

func (*OrderListReply) GetData

func (x *OrderListReply) GetData() *OrderPage

func (*OrderListReply) GetMessage

func (x *OrderListReply) GetMessage() string

func (*OrderListReply) ProtoMessage

func (*OrderListReply) ProtoMessage()

func (*OrderListReply) ProtoReflect

func (x *OrderListReply) ProtoReflect() protoreflect.Message

func (*OrderListReply) Reset

func (x *OrderListReply) Reset()

func (*OrderListReply) String

func (x *OrderListReply) String() string

type OrderListRequest

type OrderListRequest struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderListRequest) Descriptor deprecated

func (*OrderListRequest) Descriptor() ([]byte, []int)

Deprecated: Use OrderListRequest.ProtoReflect.Descriptor instead.

func (*OrderListRequest) GetPage

func (x *OrderListRequest) GetPage() int32

func (*OrderListRequest) GetSize

func (x *OrderListRequest) GetSize() int32

func (*OrderListRequest) ProtoMessage

func (*OrderListRequest) ProtoMessage()

func (*OrderListRequest) ProtoReflect

func (x *OrderListRequest) ProtoReflect() protoreflect.Message

func (*OrderListRequest) Reset

func (x *OrderListRequest) Reset()

func (*OrderListRequest) String

func (x *OrderListRequest) String() string

type OrderPage

type OrderPage struct {
	Total int64        `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Page  int32        `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Size  int32        `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	Data  []*OrderInfo `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderPage) Descriptor deprecated

func (*OrderPage) Descriptor() ([]byte, []int)

Deprecated: Use OrderPage.ProtoReflect.Descriptor instead.

func (*OrderPage) GetData

func (x *OrderPage) GetData() []*OrderInfo

func (*OrderPage) GetPage

func (x *OrderPage) GetPage() int32

func (*OrderPage) GetSize

func (x *OrderPage) GetSize() int32

func (*OrderPage) GetTotal

func (x *OrderPage) GetTotal() int64

func (*OrderPage) ProtoMessage

func (*OrderPage) ProtoMessage()

func (*OrderPage) ProtoReflect

func (x *OrderPage) ProtoReflect() protoreflect.Message

func (*OrderPage) Reset

func (x *OrderPage) Reset()

func (*OrderPage) String

func (x *OrderPage) String() string

type OrderServer

OrderServer is the server API for Order service. All implementations must embed UnimplementedOrderServer for forward compatibility.

type RechargeCycleByAlipayReply

type RechargeCycleByAlipayReply struct {
	Code    int32                           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string                          `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    *RechargeCycleByAlipayReply_Pay `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RechargeCycleByAlipayReply) Descriptor deprecated

func (*RechargeCycleByAlipayReply) Descriptor() ([]byte, []int)

Deprecated: Use RechargeCycleByAlipayReply.ProtoReflect.Descriptor instead.

func (*RechargeCycleByAlipayReply) GetCode

func (x *RechargeCycleByAlipayReply) GetCode() int32

func (*RechargeCycleByAlipayReply) GetData

func (*RechargeCycleByAlipayReply) GetMessage

func (x *RechargeCycleByAlipayReply) GetMessage() string

func (*RechargeCycleByAlipayReply) ProtoMessage

func (*RechargeCycleByAlipayReply) ProtoMessage()

func (*RechargeCycleByAlipayReply) ProtoReflect

func (*RechargeCycleByAlipayReply) Reset

func (x *RechargeCycleByAlipayReply) Reset()

func (*RechargeCycleByAlipayReply) String

func (x *RechargeCycleByAlipayReply) String() string

type RechargeCycleByAlipayReply_Pay

type RechargeCycleByAlipayReply_Pay struct {
	OutTradeNo string `protobuf:"bytes,1,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
	Url        string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*RechargeCycleByAlipayReply_Pay) Descriptor deprecated

func (*RechargeCycleByAlipayReply_Pay) Descriptor() ([]byte, []int)

Deprecated: Use RechargeCycleByAlipayReply_Pay.ProtoReflect.Descriptor instead.

func (*RechargeCycleByAlipayReply_Pay) GetOutTradeNo

func (x *RechargeCycleByAlipayReply_Pay) GetOutTradeNo() string

func (*RechargeCycleByAlipayReply_Pay) GetUrl

func (*RechargeCycleByAlipayReply_Pay) ProtoMessage

func (*RechargeCycleByAlipayReply_Pay) ProtoMessage()

func (*RechargeCycleByAlipayReply_Pay) ProtoReflect

func (*RechargeCycleByAlipayReply_Pay) Reset

func (x *RechargeCycleByAlipayReply_Pay) Reset()

func (*RechargeCycleByAlipayReply_Pay) String

type RechargeCycleByAlipayRequest

type RechargeCycleByAlipayRequest struct {
	RechargeChannel int32   `protobuf:"varint,1,opt,name=rechargeChannel,proto3" json:"rechargeChannel,omitempty"`
	Cycle           float32 `protobuf:"fixed32,2,opt,name=cycle,proto3" json:"cycle,omitempty"`
	Amount          float32 `protobuf:"fixed32,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RechargeCycleByAlipayRequest) Descriptor deprecated

func (*RechargeCycleByAlipayRequest) Descriptor() ([]byte, []int)

Deprecated: Use RechargeCycleByAlipayRequest.ProtoReflect.Descriptor instead.

func (*RechargeCycleByAlipayRequest) GetAmount

func (x *RechargeCycleByAlipayRequest) GetAmount() float32

func (*RechargeCycleByAlipayRequest) GetCycle

func (x *RechargeCycleByAlipayRequest) GetCycle() float32

func (*RechargeCycleByAlipayRequest) GetRechargeChannel

func (x *RechargeCycleByAlipayRequest) GetRechargeChannel() int32

func (*RechargeCycleByAlipayRequest) ProtoMessage

func (*RechargeCycleByAlipayRequest) ProtoMessage()

func (*RechargeCycleByAlipayRequest) ProtoReflect

func (*RechargeCycleByAlipayRequest) Reset

func (x *RechargeCycleByAlipayRequest) Reset()

func (*RechargeCycleByAlipayRequest) String

type RechargeCycleByRedeemCodeReply

type RechargeCycleByRedeemCodeReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data    string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RechargeCycleByRedeemCodeReply) Descriptor deprecated

func (*RechargeCycleByRedeemCodeReply) Descriptor() ([]byte, []int)

Deprecated: Use RechargeCycleByRedeemCodeReply.ProtoReflect.Descriptor instead.

func (*RechargeCycleByRedeemCodeReply) GetCode

func (*RechargeCycleByRedeemCodeReply) GetData

func (*RechargeCycleByRedeemCodeReply) GetMessage

func (x *RechargeCycleByRedeemCodeReply) GetMessage() string

func (*RechargeCycleByRedeemCodeReply) ProtoMessage

func (*RechargeCycleByRedeemCodeReply) ProtoMessage()

func (*RechargeCycleByRedeemCodeReply) ProtoReflect

func (*RechargeCycleByRedeemCodeReply) Reset

func (x *RechargeCycleByRedeemCodeReply) Reset()

func (*RechargeCycleByRedeemCodeReply) String

type RechargeCycleByRedeemCodeRequest

type RechargeCycleByRedeemCodeRequest struct {
	RedeemCode string `protobuf:"bytes,1,opt,name=redeemCode,proto3" json:"redeemCode,omitempty"`
	// contains filtered or unexported fields
}

func (*RechargeCycleByRedeemCodeRequest) Descriptor deprecated

func (*RechargeCycleByRedeemCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use RechargeCycleByRedeemCodeRequest.ProtoReflect.Descriptor instead.

func (*RechargeCycleByRedeemCodeRequest) GetRedeemCode

func (x *RechargeCycleByRedeemCodeRequest) GetRedeemCode() string

func (*RechargeCycleByRedeemCodeRequest) ProtoMessage

func (*RechargeCycleByRedeemCodeRequest) ProtoMessage()

func (*RechargeCycleByRedeemCodeRequest) ProtoReflect

func (*RechargeCycleByRedeemCodeRequest) Reset

func (*RechargeCycleByRedeemCodeRequest) String

type UnimplementedOrderServer

type UnimplementedOrderServer struct{}

UnimplementedOrderServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedOrderServer) AlipayPayNotify

func (UnimplementedOrderServer) CreateCycleRenewal

func (UnimplementedOrderServer) CycleRenewalClose

func (UnimplementedOrderServer) CycleRenewalDetail

func (UnimplementedOrderServer) CycleRenewalList

func (UnimplementedOrderServer) CycleRenewalOpen

func (UnimplementedOrderServer) DeleteCycleRenewal

func (UnimplementedOrderServer) GetCycleBalance

func (UnimplementedOrderServer) GetRechargeState

func (UnimplementedOrderServer) ManualRenew

func (UnimplementedOrderServer) OrderList

func (UnimplementedOrderServer) RenewDailyCheck

type UnsafeOrderServer

type UnsafeOrderServer interface {
	// contains filtered or unexported methods
}

UnsafeOrderServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrderServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL