瀏覽代碼

Update WeChatPayClientOptions.cs

Roc 8 月之前
父節點
當前提交
644f8298ff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Essensoft.Paylinks.WeChatPay.Client/WeChatPayClientOptions.cs

+ 2 - 2
src/Essensoft.Paylinks.WeChatPay.Client/WeChatPayClientOptions.cs

@@ -28,7 +28,7 @@ public class WeChatPayClientOptions
     public string MchSerialNo { get; set; }
 
     /// <summary>
-    /// 商户证书私钥
+    /// 商户证书私钥(PKCS#1)
     /// </summary>
     public string MchPrivateKey { get; set; }
 
@@ -38,7 +38,7 @@ public class WeChatPayClientOptions
     public string? WeChatPayPublicKey { get; set; }
 
     /// <summary>
-    /// 微信支付公钥Id(公钥序列号)
+    /// 微信支付公钥Id
     /// </summary>
     public string? WeChatPayPublicKeyId { get; set; }