This commit is contained in:
baiqwerdvd 2024-12-09 16:08:31 +08:00
parent 6a2970ec92
commit 1abbea2f73
No known key found for this signature in database
GPG Key ID: 7717E46E1797411A

View File

@ -6,4 +6,4 @@ 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_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_USER_OAUTH2_V2_GRANT = ARK_ACCOUNT_SERVER + "user/oauth2/v2/grant"
ARK_ACCONUT_INFO_HG = "https://web-api.hypergryph.com/account/info/hg" ARK_ACCONUT_INFO_HG = "https://web-api.hypergryph.com/account/info/hg"
GENERATE_CRED_BY_CODE = ZONAI_SKLAND_URL + "web/v1/user/auth/generate_cred_by_code" GENERATE_CRED_BY_CODE = ZONAI_SKLAND_URL + "api/v1/user/auth/generate_cred_by_code"