SVN r1130

SVN-Revision: r1130
This commit is contained in:
tdx
2026-03-10 07:31:37 +00:00
parent 972d1dcb13
commit 6114f329fc
@@ -1,6 +1,8 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using System.Linq; using System.Linq;
using System.Security.Cryptography;
using System.Text; using System.Text;
using Lskj.IPersonnelConnection; using Lskj.IPersonnelConnection;
@@ -42,7 +44,7 @@ namespace Lskj.IPersonnelConnection
/// <param name="iPersonnelPrivateKey">私钥</param> /// <param name="iPersonnelPrivateKey">私钥</param>
/// <param name="UserLinkPhone">登录人电话</param> /// <param name="UserLinkPhone">登录人电话</param>
/// <returns>System.String.</returns> /// <returns>System.String.</returns>
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}")) if (Url.Contains("{iPersonnelAllowInformation}") || Url.Contains("{iPersonnelEncryptedMessage}"))
{ {
@@ -57,6 +59,7 @@ namespace Lskj.IPersonnelConnection
} }
return Url; return Url;
} }
/// <summary>
} /// CDSBLims加密
} /// </summary>
/// <param name="Url"></