mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
refactor(wxapi): clean code
This commit is contained in:
@@ -102,9 +102,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
|
||||
public string? SecurityApiSymmetricNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置 API 安全鉴权模式对称加密密钥。
|
||||
/// 获取或设置 API 安全鉴权模式对称加密密钥(经过 Base64 编码)。
|
||||
/// </summary>
|
||||
public string? SecurityApiSymmetricKey { get; set; }
|
||||
public string? SecurityApiSymmetricEncodingKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置 API 安全鉴权模式非对称加密算法。
|
||||
|
Reference in New Issue
Block a user