mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:13:26 +08:00
【修复】修复appsetting.json微信公众号配置项命名错误的问题。
【新增】增加微信公众号获取JS-Token并且全局缓存功能。 【新增】增加微信公众号获取JS-SDK使用权限签名算法。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user