From 814a33720a99c5f9647e27990e2423c73e3cb304 Mon Sep 17 00:00:00 2001 From: tooclian Date: Fri, 8 Mar 2024 20:01:29 +0800 Subject: [PATCH] ~ --- src/WeChat.Pay/Notifies/RefundNotifyResponse.cs | 2 +- src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WeChat.Pay/Notifies/RefundNotifyResponse.cs b/src/WeChat.Pay/Notifies/RefundNotifyResponse.cs index 274692b..5c8a66a 100644 --- a/src/WeChat.Pay/Notifies/RefundNotifyResponse.cs +++ b/src/WeChat.Pay/Notifies/RefundNotifyResponse.cs @@ -6,7 +6,7 @@ /// 文档: /// [Serializable] -public class RefundNotifyResponse : NotifyResponse +public class RefundNotifyResponse : NotifyResponse, INotification { /// /// 商户号 diff --git a/src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs b/src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs index 64afb3e..3a42631 100644 --- a/src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs +++ b/src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs @@ -6,7 +6,7 @@ /// 文档: /// [Serializable] -public class TransactionsNotifyResponse : NotifyResponse +public class TransactionsNotifyResponse : NotifyResponse, INotification { /// /// 应用ID