Browse Source

更换活体接口密钥

lcl 8 months ago
parent
commit
5168f25f0d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Areas/Api/Controllers/PubController.cs

+ 2 - 2
Areas/Api/Controllers/PubController.cs

@@ -87,8 +87,8 @@ namespace MySystem.Areas.Api.Controllers
         {
         {
             if (string.IsNullOrEmpty(str)) return null;
             if (string.IsNullOrEmpty(str)) return null;
             Byte[] toEncryptArray = Encoding.UTF8.GetBytes(str);
             Byte[] toEncryptArray = Encoding.UTF8.GetBytes(str);
-            string key = "CBTU1dD4Kd5pyiGWTsI10jRQ3SvKusSV";
-            string iv = "DYgjCEIMVrj2W9xN";
+            string key = "ZwwQCjEnGwaKzKWeuk4XIaHR0zbF8kSk";
+            string iv = "Jg4FxlLbfn0viypF";
 
 
             System.Security.Cryptography.RijndaelManaged rm = new System.Security.Cryptography.RijndaelManaged
             System.Security.Cryptography.RijndaelManaged rm = new System.Security.Cryptography.RijndaelManaged
             {
             {