修改密钥
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Hncore.Infrastructure.WebApi
|
||||
|
||||
public static class HttpRequestExt
|
||||
{
|
||||
private static string _secret = "etor_yh_lzh_20f_2017_PETER";
|
||||
private static string _secret = "etor_yh_lzh_20f_2020_YES";
|
||||
|
||||
public static void SetManageUserInfo(this HttpRequest request, ManageUserInfo manageUserInfo)
|
||||
{
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace Hncore.Infrastructure.WebApi
|
||||
|
||||
public static class HttpRequestExt1
|
||||
{
|
||||
private static string _secret = "hncore_yh_lzh_20f_2017_PETER";
|
||||
private static string _secret = "hncore_yh_lzh_20f_2020_READY";
|
||||
|
||||
public static void SetUserInfo(this HttpRequest request, AppUserInfo manageUserInfo)
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Hncore.Pass.BaseInfo.Service
|
||||
{
|
||||
public class ManageService
|
||||
{
|
||||
private static string _secret = "etor_yh_lzh_20f_2017_PETER";
|
||||
private static string _secret = "etor_yh_lzh_20f_2020_YES";
|
||||
|
||||
private UserDbContext _dbContext;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace Hncore.Pass.BaseInfo.Service
|
||||
{
|
||||
public class UserService : ServiceBase<User>, IFindService
|
||||
{
|
||||
private static string _secret = "hncore_yh_lzh_20f_2017_PETER";
|
||||
private static string _secret = "hncore_yh_lzh_20f_2020_READY";
|
||||
|
||||
private UserDbContext _dbContext;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace Etor.PSIP.Manage.Service
|
||||
{
|
||||
public class ManageService
|
||||
{
|
||||
private static string _secret = "etor_yh_lzh_20f_2017_PETER";
|
||||
private static string _secret = "etor_yh_lzh_20f_2020_YES";
|
||||
|
||||
private EtorPropertyDbContext _dbContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user