update 修改加密方式

和其他
This commit is contained in:
路 范
2021-10-26 17:11:44 +08:00
parent bd0b8efd0c
commit 3d40b91bef
20 changed files with 25 additions and 23 deletions

View File

@@ -9,9 +9,9 @@ namespace Ewide.NbzsZheliban.Tools
{
public class Common
{
public static string GetHashKey()
public static string GetZlbSecretKey()
{
return App.GetConfig<string>("AesHashKey");
return App.GetConfig<string>("ZlbSecretKey");
}
}
}