mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
✨ Support overseas genAuthKey
This commit is contained in:
parent
ca9e577ea6
commit
69f2a7b025
@ -245,7 +245,10 @@ WEB_ACCOUNT_URL = InternationalRoute(
|
||||
chinese="https://webapi.account.mihoyo.com/Api/",
|
||||
)
|
||||
|
||||
AUTH_KEY_URL = InternationalRoute(overseas="", chinese="https://api-takumi.mihoyo.com/binding/api/genAuthKey")
|
||||
AUTH_KEY_URL = InternationalRoute(
|
||||
overseas="https://sg-public-api.hoyoverse.com/binding/api/genAuthKey",
|
||||
chinese="https://api-takumi.mihoyo.com/binding/api/genAuthKey",
|
||||
)
|
||||
|
||||
HK4E_LOGIN_URL = InternationalRoute(
|
||||
overseas="https://sg-public-api.hoyoverse.com/common/badge/v1/login/account",
|
||||
|
Loading…
Reference in New Issue
Block a user