【修复】修复appsetting.json微信公众号配置项命名错误的问题。

【新增】增加微信公众号获取JS-Token并且全局缓存功能。
【新增】增加微信公众号获取JS-SDK使用权限签名算法。
This commit is contained in:
大灰灰
2022-12-28 17:15:01 +08:00
parent b629750ec2
commit 4430e6f4e0
8 changed files with 154 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ namespace CoreCms.Net.WeChat.Service.Options
/// <summary>
///
/// </summary>
public string WeiXinEncodingAESKey { get; set; } = string.Empty;
public string WeiXinEncodingAesKey { get; set; } = string.Empty;
/// <summary>
///
/// </summary>