add 增加缓存 ,
解决往外推送时偶尔中断的问题 . 增加敏感信息加密功能
This commit is contained in:
@@ -46,5 +46,9 @@ namespace Ewide.Nbzs.BackWorkerService
|
||||
{
|
||||
return GetDbClient().GetConnection(id);
|
||||
}
|
||||
public static string GetHashKey()
|
||||
{
|
||||
return App.GetConfig<string>("AesHashKey");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user