update 修改加密方式
和其他
This commit is contained in:
@@ -46,9 +46,9 @@ namespace Ewide.Nbzs.BackWorkerService
|
||||
{
|
||||
return GetDbClient().GetConnection(id);
|
||||
}
|
||||
public static string GetHashKey()
|
||||
public static string GetZlbSecretKey()
|
||||
{
|
||||
return App.GetConfig<string>("AesHashKey");
|
||||
return App.GetConfig<string>("ZlbSecretKey");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user