修改密钥

This commit is contained in:
wanyongkang
2020-10-10 11:48:42 +08:00
parent e90c30fc5a
commit 14d6f0b7aa
5 changed files with 5 additions and 5 deletions

View File

@@ -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;