mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
chore: GetAsync catch 未处理 logUri
This commit is contained in:
@@ -152,7 +152,7 @@ namespace MaaWpfGui.Services.Web
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, "Failed to send GET request to {Uri}", uri);
|
||||
_logger.Error(e, "Failed to send GET request to {Uri}", logUri ? uri : "***");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user