diff --git a/插件库/Lskj.IPersonnelConnection/PersonnelReplaceHelper.cs b/插件库/Lskj.IPersonnelConnection/PersonnelReplaceHelper.cs index d7c4356..b6cb086 100644 --- a/插件库/Lskj.IPersonnelConnection/PersonnelReplaceHelper.cs +++ b/插件库/Lskj.IPersonnelConnection/PersonnelReplaceHelper.cs @@ -1,6 +1,8 @@ using System; using System.Collections.Generic; +using System.IO; using System.Linq; +using System.Security.Cryptography; using System.Text; using Lskj.IPersonnelConnection; @@ -42,7 +44,7 @@ namespace Lskj.IPersonnelConnection /// 私钥 /// 登录人电话 /// System.String. - public static string UrlEncryption(string Url, string iPersonnelAllowInformation, string iPersonnelCustomerId, string iPersonnelPrivateKey,string UserLinkPhone) + public static string UrlEncryption(string Url, string iPersonnelAllowInformation, string iPersonnelCustomerId, string iPersonnelPrivateKey, string UserLinkPhone) { if (Url.Contains("{iPersonnelAllowInformation}") || Url.Contains("{iPersonnelEncryptedMessage}")) { @@ -57,6 +59,7 @@ namespace Lskj.IPersonnelConnection } return Url; } - - } -} + /// + /// CDSBLims加密 + /// + ///