mirror of
https://git.crafterpika.cc/crafterpika/SplatTool-public.git
synced 2026-08-17 10:42:15 +02:00
update spfn api to new domain
This commit is contained in:
parent
f46a4e8283
commit
6345e3373f
1 changed files with 1 additions and 1 deletions
2
Func.cs
2
Func.cs
|
|
@ -50,7 +50,7 @@ namespace Func {
|
|||
return "0";
|
||||
}
|
||||
} else {
|
||||
HttpResponseMessage response = await client.GetAsync($"https://account.spfn.net/v1/api/admin/mapped_ids?input_type=pid&output_type=user_id&input={pid}");
|
||||
HttpResponseMessage response = await client.GetAsync($"https://account.spbr.net/v1/api/admin/mapped_ids?input_type=pid&output_type=user_id&input={pid}");
|
||||
if (response.IsSuccessStatusCode) {
|
||||
string content = await response.Content.ReadAsStringAsync();
|
||||
XDocument doc = XDocument.Parse(content);
|
||||
|
|
|
|||
Loading…
Reference in a new issue