Skip to content

Commit

Permalink
Update IWeChatPayClient.cs closed#159
Browse files Browse the repository at this point in the history
  • Loading branch information
roc916 authored Oct 31, 2023
1 parent 503b0d6 commit 3e07a03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Essensoft.Paylink.WeChatPay/V3/IWeChatPayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ public interface IWeChatPayClient
/// <returns>响应对象</returns>
Task<T> ExecuteAsync<T>(IWeChatPayPostRequest<T> request, WeChatPayOptions options) where T : WeChatPayResponse;

/// <summary>
/// 执行 WeChatPay V3 Get敏感信息请求。
/// </summary>
/// <param name="request">请求对象</param>
/// <param name="options">配置选项</param>
/// <returns>响应对象</returns>
Task<T> ExecuteAsync<T>(IWeChatPayPrivacyGetRequest<T> request, WeChatPayOptions options) where T : WeChatPayResponse

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

0 comments on commit 3e07a03

Please sign in to comment.