From c85a3f69f0dafef6dbbea651295e30d4fe805891 Mon Sep 17 00:00:00 2001
From: 10191 <506754232@qq.com>
Date: Sat, 13 Sep 2025 13:08:54 +0800
Subject: [PATCH] 11
---
SGGL/BLL/API/APIGetHttpService.cs | 4 ++--
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 1 +
SGGL/FineUIPro.Web/indexProject.aspx | 12 +++++++-----
SGGL/FineUIPro.Web/res/js/crypto-js.min.js | 1 +
4 files changed, 11 insertions(+), 7 deletions(-)
create mode 100644 SGGL/FineUIPro.Web/res/js/crypto-js.min.js
diff --git a/SGGL/BLL/API/APIGetHttpService.cs b/SGGL/BLL/API/APIGetHttpService.cs
index 44d855e7..b74f2d6a 100644
--- a/SGGL/BLL/API/APIGetHttpService.cs
+++ b/SGGL/BLL/API/APIGetHttpService.cs
@@ -20,8 +20,8 @@ namespace BLL
public static string Http(string url, string method = "GET", string contenttype = "application/json;charset=utf-8", Hashtable header = null, string data = null)
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 |
-SecurityProtocolType.Tls | SecurityProtocolType.Tls11 |
-SecurityProtocolType.Tls12;
+ SecurityProtocolType.Tls | SecurityProtocolType.Tls11 |
+ SecurityProtocolType.Tls12;
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Method = string.IsNullOrEmpty(method) ? "GET" : method;
request.ContentType = string.IsNullOrEmpty(contenttype) ? "application/json;charset=utf-8" : contenttype;
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 75d3fc11..b5b699bf 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -1882,6 +1882,7 @@
+
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx b/SGGL/FineUIPro.Web/indexProject.aspx
index b4001e4d..e18d1426 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx
+++ b/SGGL/FineUIPro.Web/indexProject.aspx
@@ -20,6 +20,8 @@
+
+