Skip to content

Commit

Permalink
Update IWeChatPayClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
roc916 authored Oct 31, 2023
1 parent 3e07a03 commit 8d0fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essensoft.Paylink.WeChatPay/V3/IWeChatPayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface IWeChatPayClient
/// <param name="request">请求对象</param>
/// <param name="options">配置选项</param>
/// <returns>响应对象</returns>
Task<T> ExecuteAsync<T>(IWeChatPayPrivacyGetRequest<T> request, WeChatPayOptions options) where T : WeChatPayResponse
Task<T> ExecuteAsync<T>(IWeChatPayPrivacyGetRequest<T> request, WeChatPayOptions options) where T : WeChatPayResponse;

/// <summary>
/// 执行 WeChatPay V3 Post敏感信息请求。
Expand Down

0 comments on commit 8d0fe53

Please sign in to comment.