mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-07 12:43:29 +08:00
10 lines
531 B
Python
10 lines
531 B
Python
ARK_ACCOUNT_SERVER = "https://as.hypergryph.com/"
|
|
SKLAND_WEB_API = "https://web-api.skland.com/"
|
|
ZONAI_SKLAND_URL = "https://zonai.skland.com/"
|
|
|
|
ARK_LOGIN_SEND_PHONE_CODE = ARK_ACCOUNT_SERVER + "general/v1/send_phone_code"
|
|
ARK_TOKEN_BY_PHONE_CODE = ARK_ACCOUNT_SERVER + "user/auth/v2/token_by_phone_code"
|
|
ARK_USER_OAUTH2_V2_GRANT = ARK_ACCOUNT_SERVER + "user/oauth2/v2/grant"
|
|
ARK_ACCONUT_INFO_HG = "https://web-api.hypergryph.com/account/info/hg"
|
|
GENERATE_CRED_BY_CODE = ZONAI_SKLAND_URL + "api/v1/user/auth/generate_cred_by_code"
|