mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修复 copilot 神秘代码无法使用的问题
This commit is contained in:
@@ -194,7 +194,7 @@ namespace MaaWpfGui
|
||||
try
|
||||
{
|
||||
// 创建 Http 请求
|
||||
var httpWebRequest = WebRequest.Create($@"https://api.prts.plus/copilot/get/{copilotID}") as HttpWebRequest;
|
||||
var httpWebRequest = WebRequest.Create($@"https://prts.maa.plus/copilot/get/{copilotID}") as HttpWebRequest;
|
||||
httpWebRequest.Method = "GET";
|
||||
httpWebRequest.ContentType = "application/json";
|
||||
var httpWebResponse = httpWebRequest.GetResponse() as HttpWebResponse;
|
||||
|
||||
Reference in New Issue
Block a user