2025-04-14 08:12:37 +00:00
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions:
// - protoc-gen-go-triple v1.0.8
// - protoc v5.26.1
// source: pb/payment.proto
package payment
import (
context "context"
protocol "dubbo.apache.org/dubbo-go/v3/protocol"
dubbo3 "dubbo.apache.org/dubbo-go/v3/protocol/dubbo3"
invocation "dubbo.apache.org/dubbo-go/v3/protocol/invocation"
grpc_go "github.com/dubbogo/grpc-go"
codes "github.com/dubbogo/grpc-go/codes"
metadata "github.com/dubbogo/grpc-go/metadata"
status "github.com/dubbogo/grpc-go/status"
common "github.com/dubbogo/triple/pkg/common"
constant "github.com/dubbogo/triple/pkg/common/constant"
triple "github.com/dubbogo/triple/pkg/triple"
)
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc_go . SupportPackageIsVersion7
2025-05-16 06:39:34 +00:00
// PaymentCentClient is the client API for PaymentCent service.
2025-04-14 08:12:37 +00:00
//
// 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.
2025-05-16 06:39:34 +00:00
type PaymentCentClient interface {
2025-04-14 08:12:37 +00:00
// 统一渠道支付
CreatePay ( ctx context . Context , in * CreatePayRequest , opts ... grpc_go . CallOption ) ( * CreatePayResponse , common . ErrorWithAttachment )
NotifyPay ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment )
QueryPayByOutTradeNo ( ctx context . Context , in * PayQueryRequest , opts ... grpc_go . CallOption ) ( * PayQueryResponse , common . ErrorWithAttachment )
QueryExportPay ( ctx context . Context , in * ExportPayRequest , opts ... grpc_go . CallOption ) ( * ExportPayResponse , common . ErrorWithAttachment )
CreateRefund ( ctx context . Context , in * CreateRefundRequest , opts ... grpc_go . CallOption ) ( * CreateRefundResponse , common . ErrorWithAttachment )
StripeGermanyWebhook ( ctx context . Context , in * GetCheckoutWebhookRequest , opts ... grpc_go . CallOption ) ( * GetCheckoutWebhookResponse , common . ErrorWithAttachment )
AliCommonWebhook ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment )
WechatFengLianWebhook ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment )
AntomWebhook ( ctx context . Context , in * AntomNotifyPayRequest , opts ... grpc_go . CallOption ) ( * AntomNotifyPayResponse , common . ErrorWithAttachment )
QueryAntomPayByCheckoutSessionId ( ctx context . Context , in * AntomPayQueryRequest , opts ... grpc_go . CallOption ) ( * AntomPayQueryResponse , common . ErrorWithAttachment )
// stripe支付
CreateStripeCheckoutSession ( ctx context . Context , in * CreateStripeCheckoutSessionRequest , opts ... grpc_go . CallOption ) ( * CreateStripeCheckoutSessionResponse , common . ErrorWithAttachment )
// 支付宝支付
AliWapPay ( ctx context . Context , in * AliWapPayRequest , opts ... grpc_go . CallOption ) ( * AliWapPayResponse , common . ErrorWithAttachment )
AliAppPay ( ctx context . Context , in * AliAppPayRequest , opts ... grpc_go . CallOption ) ( * AliAppPayResponse , common . ErrorWithAttachment )
AliNativePay ( ctx context . Context , in * AliNativePayRequest , opts ... grpc_go . CallOption ) ( * AliNativePayResponse , common . ErrorWithAttachment )
AliPcWabPay ( ctx context . Context , in * AliPcWabPayRequest , opts ... grpc_go . CallOption ) ( * AliPcWabPayResponse , common . ErrorWithAttachment )
AliReFund ( ctx context . Context , in * AliReFundRequest , opts ... grpc_go . CallOption ) ( * AliReFundResponse , common . ErrorWithAttachment )
AliNotify ( ctx context . Context , in * AliNotifyRequest , opts ... grpc_go . CallOption ) ( * AliNotifyResponse , common . ErrorWithAttachment )
AliQueryByOutTradeNo ( ctx context . Context , in * AliQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * AliQueryByOutTradeNoResponse , common . ErrorWithAttachment )
AliRefundQueryByOutTradeNo ( ctx context . Context , in * AliRefundQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * AliRefundQueryByOutTradeNoResponse , common . ErrorWithAttachment )
// 微信支付
WechatJsApiPay ( ctx context . Context , in * WechatJsApiPayRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiPayResponse , common . ErrorWithAttachment )
WechatJsApiQueryByOutTradeNo ( ctx context . Context , in * WechatJsApiQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiQueryByOutTradeNoResponse , common . ErrorWithAttachment )
GetPayByOutTradeNo ( ctx context . Context , in * GetPayByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * GetPayByOutTradeNoResponse , common . ErrorWithAttachment )
WechatJsApiRefunds ( ctx context . Context , in * WechatJsApiRefundsRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiRefundsResponse , common . ErrorWithAttachment )
SetPayOk ( ctx context . Context , in * WechatPayOkRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment )
WechatAppPay ( ctx context . Context , in * WechatAppPayRequest , opts ... grpc_go . CallOption ) ( * WechatAppPayResponse , common . ErrorWithAttachment )
WechatAppQueryByOutTradeNo ( ctx context . Context , in * WechatAppQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatAppQueryByOutTradeNoResponse , common . ErrorWithAttachment )
WechatNativePay ( ctx context . Context , in * WechatNativePayRequest , opts ... grpc_go . CallOption ) ( * WechatNativePayResponse , common . ErrorWithAttachment )
WechatNativeQueryByOutTradeNo ( ctx context . Context , in * WechatNativeQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatNativeQueryByOutTradeNoResponse , common . ErrorWithAttachment )
WechatRefundQueryByOutRefundNo ( ctx context . Context , in * WechatRefundQueryByOutRefundNoRequest , opts ... grpc_go . CallOption ) ( * WechatRefundQueryByOutRefundNoResponse , common . ErrorWithAttachment )
WechatH5Pay ( ctx context . Context , in * WechatH5PayRequest , opts ... grpc_go . CallOption ) ( * WechatH5PayResponse , common . ErrorWithAttachment )
WechatH5QueryByOutTradeNo ( ctx context . Context , in * WechatH5QueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatH5QueryByOutTradeNoResponse , common . ErrorWithAttachment )
}
2025-05-16 06:39:34 +00:00
type paymentCentClient struct {
2025-04-14 08:12:37 +00:00
cc * triple . TripleConn
}
2025-05-16 06:39:34 +00:00
type PaymentCentClientImpl struct {
2025-04-14 08:12:37 +00:00
CreatePay func ( ctx context . Context , in * CreatePayRequest ) ( * CreatePayResponse , error )
NotifyPay func ( ctx context . Context , in * NotifyPayRequest ) ( * NotifyPayResponse , error )
QueryPayByOutTradeNo func ( ctx context . Context , in * PayQueryRequest ) ( * PayQueryResponse , error )
QueryExportPay func ( ctx context . Context , in * ExportPayRequest ) ( * ExportPayResponse , error )
CreateRefund func ( ctx context . Context , in * CreateRefundRequest ) ( * CreateRefundResponse , error )
StripeGermanyWebhook func ( ctx context . Context , in * GetCheckoutWebhookRequest ) ( * GetCheckoutWebhookResponse , error )
AliCommonWebhook func ( ctx context . Context , in * NotifyPayRequest ) ( * NotifyPayResponse , error )
WechatFengLianWebhook func ( ctx context . Context , in * NotifyPayRequest ) ( * NotifyPayResponse , error )
AntomWebhook func ( ctx context . Context , in * AntomNotifyPayRequest ) ( * AntomNotifyPayResponse , error )
QueryAntomPayByCheckoutSessionId func ( ctx context . Context , in * AntomPayQueryRequest ) ( * AntomPayQueryResponse , error )
CreateStripeCheckoutSession func ( ctx context . Context , in * CreateStripeCheckoutSessionRequest ) ( * CreateStripeCheckoutSessionResponse , error )
AliWapPay func ( ctx context . Context , in * AliWapPayRequest ) ( * AliWapPayResponse , error )
AliAppPay func ( ctx context . Context , in * AliAppPayRequest ) ( * AliAppPayResponse , error )
AliNativePay func ( ctx context . Context , in * AliNativePayRequest ) ( * AliNativePayResponse , error )
AliPcWabPay func ( ctx context . Context , in * AliPcWabPayRequest ) ( * AliPcWabPayResponse , error )
AliReFund func ( ctx context . Context , in * AliReFundRequest ) ( * AliReFundResponse , error )
AliNotify func ( ctx context . Context , in * AliNotifyRequest ) ( * AliNotifyResponse , error )
AliQueryByOutTradeNo func ( ctx context . Context , in * AliQueryByOutTradeNoRequest ) ( * AliQueryByOutTradeNoResponse , error )
AliRefundQueryByOutTradeNo func ( ctx context . Context , in * AliRefundQueryByOutTradeNoRequest ) ( * AliRefundQueryByOutTradeNoResponse , error )
WechatJsApiPay func ( ctx context . Context , in * WechatJsApiPayRequest ) ( * WechatJsApiPayResponse , error )
WechatJsApiQueryByOutTradeNo func ( ctx context . Context , in * WechatJsApiQueryByOutTradeNoRequest ) ( * WechatJsApiQueryByOutTradeNoResponse , error )
GetPayByOutTradeNo func ( ctx context . Context , in * GetPayByOutTradeNoRequest ) ( * GetPayByOutTradeNoResponse , error )
WechatJsApiRefunds func ( ctx context . Context , in * WechatJsApiRefundsRequest ) ( * WechatJsApiRefundsResponse , error )
SetPayOk func ( ctx context . Context , in * WechatPayOkRequest ) ( * CommonResponse , error )
WechatAppPay func ( ctx context . Context , in * WechatAppPayRequest ) ( * WechatAppPayResponse , error )
WechatAppQueryByOutTradeNo func ( ctx context . Context , in * WechatAppQueryByOutTradeNoRequest ) ( * WechatAppQueryByOutTradeNoResponse , error )
WechatNativePay func ( ctx context . Context , in * WechatNativePayRequest ) ( * WechatNativePayResponse , error )
WechatNativeQueryByOutTradeNo func ( ctx context . Context , in * WechatNativeQueryByOutTradeNoRequest ) ( * WechatNativeQueryByOutTradeNoResponse , error )
WechatRefundQueryByOutRefundNo func ( ctx context . Context , in * WechatRefundQueryByOutRefundNoRequest ) ( * WechatRefundQueryByOutRefundNoResponse , error )
WechatH5Pay func ( ctx context . Context , in * WechatH5PayRequest ) ( * WechatH5PayResponse , error )
WechatH5QueryByOutTradeNo func ( ctx context . Context , in * WechatH5QueryByOutTradeNoRequest ) ( * WechatH5QueryByOutTradeNoResponse , error )
}
2025-05-16 06:39:34 +00:00
func ( c * PaymentCentClientImpl ) GetDubboStub ( cc * triple . TripleConn ) PaymentCentClient {
return NewPaymentCentClient ( cc )
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func ( c * PaymentCentClientImpl ) XXX_InterfaceName ( ) string {
return "payment.PaymentCent"
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func NewPaymentCentClient ( cc * triple . TripleConn ) PaymentCentClient {
return & paymentCentClient { cc }
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) CreatePay ( ctx context . Context , in * CreatePayRequest , opts ... grpc_go . CallOption ) ( * CreatePayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( CreatePayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CreatePay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) NotifyPay ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( NotifyPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/NotifyPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) QueryPayByOutTradeNo ( ctx context . Context , in * PayQueryRequest , opts ... grpc_go . CallOption ) ( * PayQueryResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( PayQueryResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/QueryPayByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) QueryExportPay ( ctx context . Context , in * ExportPayRequest , opts ... grpc_go . CallOption ) ( * ExportPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( ExportPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/QueryExportPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) CreateRefund ( ctx context . Context , in * CreateRefundRequest , opts ... grpc_go . CallOption ) ( * CreateRefundResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( CreateRefundResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CreateRefund" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) StripeGermanyWebhook ( ctx context . Context , in * GetCheckoutWebhookRequest , opts ... grpc_go . CallOption ) ( * GetCheckoutWebhookResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( GetCheckoutWebhookResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/StripeGermanyWebhook" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliCommonWebhook ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( NotifyPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliCommonWebhook" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatFengLianWebhook ( ctx context . Context , in * NotifyPayRequest , opts ... grpc_go . CallOption ) ( * NotifyPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( NotifyPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatFengLianWebhook" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AntomWebhook ( ctx context . Context , in * AntomNotifyPayRequest , opts ... grpc_go . CallOption ) ( * AntomNotifyPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AntomNotifyPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AntomWebhook" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) QueryAntomPayByCheckoutSessionId ( ctx context . Context , in * AntomPayQueryRequest , opts ... grpc_go . CallOption ) ( * AntomPayQueryResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AntomPayQueryResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/QueryAntomPayByCheckoutSessionId" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) CreateStripeCheckoutSession ( ctx context . Context , in * CreateStripeCheckoutSessionRequest , opts ... grpc_go . CallOption ) ( * CreateStripeCheckoutSessionResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( CreateStripeCheckoutSessionResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/CreateStripeCheckoutSession" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliWapPay ( ctx context . Context , in * AliWapPayRequest , opts ... grpc_go . CallOption ) ( * AliWapPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliWapPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliWapPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliAppPay ( ctx context . Context , in * AliAppPayRequest , opts ... grpc_go . CallOption ) ( * AliAppPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliAppPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliAppPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliNativePay ( ctx context . Context , in * AliNativePayRequest , opts ... grpc_go . CallOption ) ( * AliNativePayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliNativePayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliNativePay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliPcWabPay ( ctx context . Context , in * AliPcWabPayRequest , opts ... grpc_go . CallOption ) ( * AliPcWabPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliPcWabPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliPcWabPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliReFund ( ctx context . Context , in * AliReFundRequest , opts ... grpc_go . CallOption ) ( * AliReFundResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliReFundResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliReFund" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliNotify ( ctx context . Context , in * AliNotifyRequest , opts ... grpc_go . CallOption ) ( * AliNotifyResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliNotifyResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliNotify" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliQueryByOutTradeNo ( ctx context . Context , in * AliQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * AliQueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliQueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliQueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) AliRefundQueryByOutTradeNo ( ctx context . Context , in * AliRefundQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * AliRefundQueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( AliRefundQueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/AliRefundQueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatJsApiPay ( ctx context . Context , in * WechatJsApiPayRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatJsApiPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatJsApiPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatJsApiQueryByOutTradeNo ( ctx context . Context , in * WechatJsApiQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiQueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatJsApiQueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatJsApiQueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) GetPayByOutTradeNo ( ctx context . Context , in * GetPayByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * GetPayByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( GetPayByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/GetPayByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatJsApiRefunds ( ctx context . Context , in * WechatJsApiRefundsRequest , opts ... grpc_go . CallOption ) ( * WechatJsApiRefundsResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatJsApiRefundsResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatJsApiRefunds" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) SetPayOk ( ctx context . Context , in * WechatPayOkRequest , opts ... grpc_go . CallOption ) ( * CommonResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( CommonResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/SetPayOk" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatAppPay ( ctx context . Context , in * WechatAppPayRequest , opts ... grpc_go . CallOption ) ( * WechatAppPayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatAppPayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatAppPay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatAppQueryByOutTradeNo ( ctx context . Context , in * WechatAppQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatAppQueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatAppQueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatAppQueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatNativePay ( ctx context . Context , in * WechatNativePayRequest , opts ... grpc_go . CallOption ) ( * WechatNativePayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatNativePayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatNativePay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatNativeQueryByOutTradeNo ( ctx context . Context , in * WechatNativeQueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatNativeQueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatNativeQueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatNativeQueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatRefundQueryByOutRefundNo ( ctx context . Context , in * WechatRefundQueryByOutRefundNoRequest , opts ... grpc_go . CallOption ) ( * WechatRefundQueryByOutRefundNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatRefundQueryByOutRefundNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatRefundQueryByOutRefundNo" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatH5Pay ( ctx context . Context , in * WechatH5PayRequest , opts ... grpc_go . CallOption ) ( * WechatH5PayResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatH5PayResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatH5Pay" , in , out )
}
2025-05-16 06:39:34 +00:00
func ( c * paymentCentClient ) WechatH5QueryByOutTradeNo ( ctx context . Context , in * WechatH5QueryByOutTradeNoRequest , opts ... grpc_go . CallOption ) ( * WechatH5QueryByOutTradeNoResponse , common . ErrorWithAttachment ) {
2025-04-14 08:12:37 +00:00
out := new ( WechatH5QueryByOutTradeNoResponse )
interfaceKey := ctx . Value ( constant . InterfaceKey ) . ( string )
return out , c . cc . Invoke ( ctx , "/" + interfaceKey + "/WechatH5QueryByOutTradeNo" , in , out )
}
2025-05-16 06:39:34 +00:00
// PaymentCentServer is the server API for PaymentCent service.
// All implementations must embed UnimplementedPaymentCentServer
2025-04-14 08:12:37 +00:00
// for forward compatibility
2025-05-16 06:39:34 +00:00
type PaymentCentServer interface {
2025-04-14 08:12:37 +00:00
// 统一渠道支付
CreatePay ( context . Context , * CreatePayRequest ) ( * CreatePayResponse , error )
NotifyPay ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error )
QueryPayByOutTradeNo ( context . Context , * PayQueryRequest ) ( * PayQueryResponse , error )
QueryExportPay ( context . Context , * ExportPayRequest ) ( * ExportPayResponse , error )
CreateRefund ( context . Context , * CreateRefundRequest ) ( * CreateRefundResponse , error )
StripeGermanyWebhook ( context . Context , * GetCheckoutWebhookRequest ) ( * GetCheckoutWebhookResponse , error )
AliCommonWebhook ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error )
WechatFengLianWebhook ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error )
AntomWebhook ( context . Context , * AntomNotifyPayRequest ) ( * AntomNotifyPayResponse , error )
QueryAntomPayByCheckoutSessionId ( context . Context , * AntomPayQueryRequest ) ( * AntomPayQueryResponse , error )
// stripe支付
CreateStripeCheckoutSession ( context . Context , * CreateStripeCheckoutSessionRequest ) ( * CreateStripeCheckoutSessionResponse , error )
// 支付宝支付
AliWapPay ( context . Context , * AliWapPayRequest ) ( * AliWapPayResponse , error )
AliAppPay ( context . Context , * AliAppPayRequest ) ( * AliAppPayResponse , error )
AliNativePay ( context . Context , * AliNativePayRequest ) ( * AliNativePayResponse , error )
AliPcWabPay ( context . Context , * AliPcWabPayRequest ) ( * AliPcWabPayResponse , error )
AliReFund ( context . Context , * AliReFundRequest ) ( * AliReFundResponse , error )
AliNotify ( context . Context , * AliNotifyRequest ) ( * AliNotifyResponse , error )
AliQueryByOutTradeNo ( context . Context , * AliQueryByOutTradeNoRequest ) ( * AliQueryByOutTradeNoResponse , error )
AliRefundQueryByOutTradeNo ( context . Context , * AliRefundQueryByOutTradeNoRequest ) ( * AliRefundQueryByOutTradeNoResponse , error )
// 微信支付
WechatJsApiPay ( context . Context , * WechatJsApiPayRequest ) ( * WechatJsApiPayResponse , error )
WechatJsApiQueryByOutTradeNo ( context . Context , * WechatJsApiQueryByOutTradeNoRequest ) ( * WechatJsApiQueryByOutTradeNoResponse , error )
GetPayByOutTradeNo ( context . Context , * GetPayByOutTradeNoRequest ) ( * GetPayByOutTradeNoResponse , error )
WechatJsApiRefunds ( context . Context , * WechatJsApiRefundsRequest ) ( * WechatJsApiRefundsResponse , error )
SetPayOk ( context . Context , * WechatPayOkRequest ) ( * CommonResponse , error )
WechatAppPay ( context . Context , * WechatAppPayRequest ) ( * WechatAppPayResponse , error )
WechatAppQueryByOutTradeNo ( context . Context , * WechatAppQueryByOutTradeNoRequest ) ( * WechatAppQueryByOutTradeNoResponse , error )
WechatNativePay ( context . Context , * WechatNativePayRequest ) ( * WechatNativePayResponse , error )
WechatNativeQueryByOutTradeNo ( context . Context , * WechatNativeQueryByOutTradeNoRequest ) ( * WechatNativeQueryByOutTradeNoResponse , error )
WechatRefundQueryByOutRefundNo ( context . Context , * WechatRefundQueryByOutRefundNoRequest ) ( * WechatRefundQueryByOutRefundNoResponse , error )
WechatH5Pay ( context . Context , * WechatH5PayRequest ) ( * WechatH5PayResponse , error )
WechatH5QueryByOutTradeNo ( context . Context , * WechatH5QueryByOutTradeNoRequest ) ( * WechatH5QueryByOutTradeNoResponse , error )
2025-05-16 06:39:34 +00:00
mustEmbedUnimplementedPaymentCentServer ( )
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
// UnimplementedPaymentCentServer must be embedded to have forward compatible implementations.
type UnimplementedPaymentCentServer struct {
2025-04-14 08:12:37 +00:00
proxyImpl protocol . Invoker
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) CreatePay ( context . Context , * CreatePayRequest ) ( * CreatePayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CreatePay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) NotifyPay ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method NotifyPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) QueryPayByOutTradeNo ( context . Context , * PayQueryRequest ) ( * PayQueryResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method QueryPayByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) QueryExportPay ( context . Context , * ExportPayRequest ) ( * ExportPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method QueryExportPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) CreateRefund ( context . Context , * CreateRefundRequest ) ( * CreateRefundResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CreateRefund not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) StripeGermanyWebhook ( context . Context , * GetCheckoutWebhookRequest ) ( * GetCheckoutWebhookResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method StripeGermanyWebhook not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliCommonWebhook ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliCommonWebhook not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatFengLianWebhook ( context . Context , * NotifyPayRequest ) ( * NotifyPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatFengLianWebhook not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AntomWebhook ( context . Context , * AntomNotifyPayRequest ) ( * AntomNotifyPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AntomWebhook not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) QueryAntomPayByCheckoutSessionId ( context . Context , * AntomPayQueryRequest ) ( * AntomPayQueryResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method QueryAntomPayByCheckoutSessionId not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) CreateStripeCheckoutSession ( context . Context , * CreateStripeCheckoutSessionRequest ) ( * CreateStripeCheckoutSessionResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method CreateStripeCheckoutSession not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliWapPay ( context . Context , * AliWapPayRequest ) ( * AliWapPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliWapPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliAppPay ( context . Context , * AliAppPayRequest ) ( * AliAppPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliAppPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliNativePay ( context . Context , * AliNativePayRequest ) ( * AliNativePayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliNativePay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliPcWabPay ( context . Context , * AliPcWabPayRequest ) ( * AliPcWabPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliPcWabPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliReFund ( context . Context , * AliReFundRequest ) ( * AliReFundResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliReFund not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliNotify ( context . Context , * AliNotifyRequest ) ( * AliNotifyResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliNotify not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliQueryByOutTradeNo ( context . Context , * AliQueryByOutTradeNoRequest ) ( * AliQueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliQueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) AliRefundQueryByOutTradeNo ( context . Context , * AliRefundQueryByOutTradeNoRequest ) ( * AliRefundQueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method AliRefundQueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatJsApiPay ( context . Context , * WechatJsApiPayRequest ) ( * WechatJsApiPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatJsApiPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatJsApiQueryByOutTradeNo ( context . Context , * WechatJsApiQueryByOutTradeNoRequest ) ( * WechatJsApiQueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatJsApiQueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) GetPayByOutTradeNo ( context . Context , * GetPayByOutTradeNoRequest ) ( * GetPayByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method GetPayByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatJsApiRefunds ( context . Context , * WechatJsApiRefundsRequest ) ( * WechatJsApiRefundsResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatJsApiRefunds not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) SetPayOk ( context . Context , * WechatPayOkRequest ) ( * CommonResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method SetPayOk not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatAppPay ( context . Context , * WechatAppPayRequest ) ( * WechatAppPayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatAppPay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatAppQueryByOutTradeNo ( context . Context , * WechatAppQueryByOutTradeNoRequest ) ( * WechatAppQueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatAppQueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatNativePay ( context . Context , * WechatNativePayRequest ) ( * WechatNativePayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatNativePay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatNativeQueryByOutTradeNo ( context . Context , * WechatNativeQueryByOutTradeNoRequest ) ( * WechatNativeQueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatNativeQueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatRefundQueryByOutRefundNo ( context . Context , * WechatRefundQueryByOutRefundNoRequest ) ( * WechatRefundQueryByOutRefundNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatRefundQueryByOutRefundNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatH5Pay ( context . Context , * WechatH5PayRequest ) ( * WechatH5PayResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatH5Pay not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) WechatH5QueryByOutTradeNo ( context . Context , * WechatH5QueryByOutTradeNoRequest ) ( * WechatH5QueryByOutTradeNoResponse , error ) {
2025-04-14 08:12:37 +00:00
return nil , status . Errorf ( codes . Unimplemented , "method WechatH5QueryByOutTradeNo not implemented" )
}
2025-05-16 06:39:34 +00:00
func ( s * UnimplementedPaymentCentServer ) XXX_SetProxyImpl ( impl protocol . Invoker ) {
2025-04-14 08:12:37 +00:00
s . proxyImpl = impl
}
2025-05-16 06:39:34 +00:00
func ( s * UnimplementedPaymentCentServer ) XXX_GetProxyImpl ( ) protocol . Invoker {
2025-04-14 08:12:37 +00:00
return s . proxyImpl
}
2025-05-16 06:39:34 +00:00
func ( s * UnimplementedPaymentCentServer ) XXX_ServiceDesc ( ) * grpc_go . ServiceDesc {
return & PaymentCent_ServiceDesc
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func ( s * UnimplementedPaymentCentServer ) XXX_InterfaceName ( ) string {
return "payment.PaymentCent"
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func ( UnimplementedPaymentCentServer ) mustEmbedUnimplementedPaymentCentServer ( ) { }
2025-04-14 08:12:37 +00:00
2025-05-16 06:39:34 +00:00
// UnsafePaymentCentServer may be embedded to opt out of forward compatibility for this service.
// Use of this interface is not recommended, as added methods to PaymentCentServer will
2025-04-14 08:12:37 +00:00
// result in compilation errors.
2025-05-16 06:39:34 +00:00
type UnsafePaymentCentServer interface {
mustEmbedUnimplementedPaymentCentServer ( )
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func RegisterPaymentCentServer ( s grpc_go . ServiceRegistrar , srv PaymentCentServer ) {
s . RegisterService ( & PaymentCent_ServiceDesc , srv )
2025-04-14 08:12:37 +00:00
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_CreatePay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( CreatePayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CreatePay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_NotifyPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( NotifyPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "NotifyPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_QueryPayByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( PayQueryRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "QueryPayByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_QueryExportPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( ExportPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "QueryExportPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_CreateRefund_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( CreateRefundRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CreateRefund" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_StripeGermanyWebhook_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( GetCheckoutWebhookRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "StripeGermanyWebhook" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliCommonWebhook_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( NotifyPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliCommonWebhook" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatFengLianWebhook_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( NotifyPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatFengLianWebhook" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AntomWebhook_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AntomNotifyPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AntomWebhook" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_QueryAntomPayByCheckoutSessionId_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AntomPayQueryRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "QueryAntomPayByCheckoutSessionId" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_CreateStripeCheckoutSession_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( CreateStripeCheckoutSessionRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "CreateStripeCheckoutSession" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliWapPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliWapPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliWapPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliAppPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliAppPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliAppPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliNativePay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliNativePayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliNativePay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliPcWabPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliPcWabPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliPcWabPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliReFund_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliReFundRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliReFund" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliNotify_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliNotifyRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliNotify" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliQueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliQueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliQueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_AliRefundQueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( AliRefundQueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "AliRefundQueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatJsApiPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatJsApiPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatJsApiPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatJsApiQueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatJsApiQueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatJsApiQueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_GetPayByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( GetPayByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "GetPayByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatJsApiRefunds_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatJsApiRefundsRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatJsApiRefunds" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_SetPayOk_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatPayOkRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "SetPayOk" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatAppPay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatAppPayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatAppPay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatAppQueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatAppQueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatAppQueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatNativePay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatNativePayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatNativePay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatNativeQueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatNativeQueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatNativeQueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatRefundQueryByOutRefundNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatRefundQueryByOutRefundNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatRefundQueryByOutRefundNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatH5Pay_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatH5PayRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatH5Pay" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
func _PaymentCent_WechatH5QueryByOutTradeNo_Handler ( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc_go . UnaryServerInterceptor ) ( interface { } , error ) {
2025-04-14 08:12:37 +00:00
in := new ( WechatH5QueryByOutTradeNoRequest )
if err := dec ( in ) ; err != nil {
return nil , err
}
base := srv . ( dubbo3 . Dubbo3GrpcService )
args := [ ] interface { } { }
args = append ( args , in )
md , _ := metadata . FromIncomingContext ( ctx )
invAttachment := make ( map [ string ] interface { } , len ( md ) )
for k , v := range md {
invAttachment [ k ] = v
}
invo := invocation . NewRPCInvocation ( "WechatH5QueryByOutTradeNo" , args , invAttachment )
if interceptor == nil {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
info := & grpc_go . UnaryServerInfo {
Server : srv ,
FullMethod : ctx . Value ( "XXX_TRIPLE_GO_INTERFACE_NAME" ) . ( string ) ,
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
result := base . XXX_GetProxyImpl ( ) . Invoke ( ctx , invo )
return result , result . Error ( )
}
return interceptor ( ctx , in , info , handler )
}
2025-05-16 06:39:34 +00:00
// PaymentCent_ServiceDesc is the grpc_go.ServiceDesc for PaymentCent service.
2025-04-14 08:12:37 +00:00
// It's only intended for direct use with grpc_go.RegisterService,
// and not to be introspected or modified (even as a copy)
2025-05-16 06:39:34 +00:00
var PaymentCent_ServiceDesc = grpc_go . ServiceDesc {
ServiceName : "payment.PaymentCent" ,
HandlerType : ( * PaymentCentServer ) ( nil ) ,
2025-04-14 08:12:37 +00:00
Methods : [ ] grpc_go . MethodDesc {
{
MethodName : "CreatePay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_CreatePay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "NotifyPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_NotifyPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "QueryPayByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_QueryPayByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "QueryExportPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_QueryExportPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "CreateRefund" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_CreateRefund_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "StripeGermanyWebhook" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_StripeGermanyWebhook_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliCommonWebhook" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliCommonWebhook_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatFengLianWebhook" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatFengLianWebhook_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AntomWebhook" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AntomWebhook_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "QueryAntomPayByCheckoutSessionId" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_QueryAntomPayByCheckoutSessionId_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "CreateStripeCheckoutSession" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_CreateStripeCheckoutSession_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliWapPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliWapPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliAppPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliAppPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliNativePay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliNativePay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliPcWabPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliPcWabPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliReFund" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliReFund_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliNotify" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliNotify_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliQueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliQueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "AliRefundQueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_AliRefundQueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatJsApiPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatJsApiPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatJsApiQueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatJsApiQueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "GetPayByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_GetPayByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatJsApiRefunds" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatJsApiRefunds_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "SetPayOk" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_SetPayOk_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatAppPay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatAppPay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatAppQueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatAppQueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatNativePay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatNativePay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatNativeQueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatNativeQueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatRefundQueryByOutRefundNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatRefundQueryByOutRefundNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatH5Pay" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatH5Pay_Handler ,
2025-04-14 08:12:37 +00:00
} ,
{
MethodName : "WechatH5QueryByOutTradeNo" ,
2025-05-16 06:39:34 +00:00
Handler : _PaymentCent_WechatH5QueryByOutTradeNo_Handler ,
2025-04-14 08:12:37 +00:00
} ,
} ,
Streams : [ ] grpc_go . StreamDesc { } ,
Metadata : "pb/payment.proto" ,
}