From 4312eaa0f013d34ba74be57e2ce1b1398ffa93c1 Mon Sep 17 00:00:00 2001 From: TianMaiCheng <746290578@qq.com> Date: Mon, 19 Jan 2026 10:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=AABUUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BLW_Log/services/ShengJiCaoZuo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BLW_Log/services/ShengJiCaoZuo.cs b/BLW_Log/services/ShengJiCaoZuo.cs index 6f262f9..34f4fb6 100644 --- a/BLW_Log/services/ShengJiCaoZuo.cs +++ b/BLW_Log/services/ShengJiCaoZuo.cs @@ -10,7 +10,7 @@ namespace BLW_Log.services public class ShengJiCaoZuoB : IJob { private readonly Logger _logger = LogManager.GetCurrentClassLogger(); - public static string BaseUrl = "https://www.boonlive-rcu.com/"; + //public static string BaseUrl = "https://www.boonlive-rcu.com/"; private readonly Dictionary _clients; public ShengJiCaoZuoB(Dictionary clients) { @@ -22,7 +22,7 @@ namespace BLW_Log.services try { - var options = new RestClientOptions(BaseUrl); + //var options = new RestClientOptions(BaseUrl); var client = _clients["NoStopShengJi"]; string Url = "api/WebChatUpgrade"; var request = new RestRequest(Url); @@ -64,12 +64,12 @@ namespace BLW_Log.services { _clients = clients; } - public static string BaseUrl = "https://www.boonlive-rcu.com/"; + //public static string BaseUrl = "https://www.boonlive-rcu.com/"; public async Task Execute(IJobExecutionContext context) { try { - var options = new RestClientOptions(BaseUrl); + //var options = new RestClientOptions(BaseUrl); var client = _clients["NoStopShengJi"]; string Url = "api/WebChatUpgrade"; var request = new RestRequest(Url);