Commit 1742c880 authored by 黄树航's avatar 黄树航

del

parent d8851b56
...@@ -10,7 +10,6 @@ namespace Setup.Common ...@@ -10,7 +10,6 @@ namespace Setup.Common
{ {
internal class ApiHelper internal class ApiHelper
{ {
//private const string _url = "https://b.dqukj.com/api/client/product/list?productId=P00687";
private static readonly string _ossRequestHost = "https://autofile2023.oss-cn-shanghai.aliyuncs.com/crm"; private static readonly string _ossRequestHost = "https://autofile2023.oss-cn-shanghai.aliyuncs.com/crm";
private static readonly HttpClient _httpClient = new HttpClient(); private static readonly HttpClient _httpClient = new HttpClient();
......
...@@ -8,7 +8,6 @@ namespace Dqkj.Setup ...@@ -8,7 +8,6 @@ namespace Dqkj.Setup
public static class Encrypt public static class Encrypt
{ {
static DES des = new DES(); static DES des = new DES();
//static string key = "GZCZKJABCDEFG";
static string key = "GZCZKJABCDEFG001"; static string key = "GZCZKJABCDEFG001";
public static string DesEncrypt(string normalTxt) public static string DesEncrypt(string normalTxt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment