Browse Source

Update IWeChatPayClient.cs

Roc 2 years ago
parent
commit
f6a5aef5cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Essensoft.Paylink.WeChatPay/V3/IWeChatPayClient.cs

+ 1 - 1
src/Essensoft.Paylink.WeChatPay/V3/IWeChatPayClient.cs

@@ -37,7 +37,7 @@ namespace Essensoft.Paylink.WeChatPay.V3
         /// <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敏感信息请求。