Files
zsxt_nbzs_h5/Ewide.NbzsZheliban/Tools/Common.cs
路 范 238615b668 add 增加缓存 ,
解决往外推送时偶尔中断的问题 .
增加敏感信息加密功能
2021-10-20 14:30:42 +08:00

18 lines
327 B
C#

using Furion;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ewide.NbzsZheliban.Tools
{
public class Common
{
public static string GetHashKey()
{
return App.GetConfig<string>("AesHashKey");
}
}
}