Sfoglia il codice sorgente

AI-重写链接替换

liyijie 1 anno fa
parent
commit
2670609f94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      PDF Office/Helper/ChatGTPAIHelper.cs

+ 1 - 1
PDF Office/Helper/ChatGTPAIHelper.cs

@@ -497,7 +497,7 @@ namespace PDF_Master.Helper
             intProcess(true, "Rewriting...");
             App.mainWindowViewModel.Value = 1;
             ServicePointManager.DefaultConnectionLimit = 200;
-            HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(Uri_Correction);
+            HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(Uri_Rewrite);
             request.Method = "Post";
             //request.Accept = "application/vnd.api+json;version=1";
             request.UserAgent = "Apifox/1.0.0 (https://www.apifox.cn)";