From 1abbea2f731159f477c1b8e1e2bdbec9df5b641f Mon Sep 17 00:00:00 2001 From: baiqwerdvd <158065462+baiqwerdvd@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:08:31 +0800 Subject: [PATCH] 1111 --- ArknightsUID/arknightsuid_login/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArknightsUID/arknightsuid_login/constant.py b/ArknightsUID/arknightsuid_login/constant.py index 70031c6..0571467 100644 --- a/ArknightsUID/arknightsuid_login/constant.py +++ b/ArknightsUID/arknightsuid_login/constant.py @@ -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_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 + "web/v1/user/auth/generate_cred_by_code" +GENERATE_CRED_BY_CODE = ZONAI_SKLAND_URL + "api/v1/user/auth/generate_cred_by_code"