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);