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