docs: 完善文档

This commit is contained in:
Fu Diwei
2021-11-25 21:15:54 +08:00
parent 3a7e9a2208
commit a0f8181503
17 changed files with 285 additions and 99 deletions

View File

@@ -26,12 +26,12 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
public Settings.CertificateManager CertificateManager { get; }
/// <summary>
/// 获取是否自动加密请求中的敏感字段数据
/// 获取是否自动加密请求中的敏感信息字段。
/// </summary>
protected bool AutoEncryptRequestSensitiveProperty { get; }
/// <summary>
/// 获取是否自动解密请求中的敏感字段数据
/// 获取是否自动解密请求中的敏感信息字段。
/// </summary>
protected bool AutoDecryptResponseSensitiveProperty { get; }