浏览代码

Update AlipayOptions.cs

Roc 7 年之前
父节点
当前提交
44cbe65092
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Essensoft.AspNetCore.Payment.Alipay/AlipayOptions.cs

+ 1 - 1
src/Essensoft.AspNetCore.Payment.Alipay/AlipayOptions.cs

@@ -13,7 +13,7 @@
         public string RsaPublicKey { get; set; }
         public string RsaPublicKey { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// 商户私钥
+        /// 应用私钥
         /// </summary>
         /// </summary>
         public string RsaPrivateKey { get; set; }
         public string RsaPrivateKey { get; set; }