Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
tooclian committed Mar 8, 2024
1 parent 0aaa6bf commit 814a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WeChat.Pay/Notifies/RefundNotifyResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// <para>文档:<a href="https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_4_11.shtml"></a></para>
/// </summary>
[Serializable]
public class RefundNotifyResponse : NotifyResponse
public class RefundNotifyResponse : NotifyResponse, INotification
{
/// <summary>
/// 商户号
Expand Down
2 changes: 1 addition & 1 deletion src/WeChat.Pay/Notifies/TransactionsNotifyResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// <para>文档:<a href="https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_4_5.shtml"></a></para>
/// </summary>
[Serializable]
public class TransactionsNotifyResponse : NotifyResponse
public class TransactionsNotifyResponse : NotifyResponse, INotification
{
/// <summary>
/// 应用ID
Expand Down

0 comments on commit 814a337

Please sign in to comment.