From d3be9a04e6fcf7037ec4d057933780f02783d028 Mon Sep 17 00:00:00 2001 From: Azure99 <961523404@qq.com> Date: Wed, 11 Aug 2021 00:27:27 +0800 Subject: [PATCH] Update api salt to 2.10.1 --- src/Core/GenshinAPI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/GenshinAPI.cs b/src/Core/GenshinAPI.cs index 71f17f2..8f0290f 100644 --- a/src/Core/GenshinAPI.cs +++ b/src/Core/GenshinAPI.cs @@ -11,8 +11,8 @@ namespace GenshinPlayerQuery.Core { internal static class GenshinApi { - private const string API_SALT = "w5k9n3aqhoaovgw25l373ee18nsazydo"; // @Azure99 - private const string API_APP_VERSION = "2.9.0"; + private const string API_SALT = "4a8knnbk5pbjqsrudp3dq484m9axoc5g"; // @Azure99 + private const string API_APP_VERSION = "2.10.1"; private const string API_CLIENT_TYPE = "5"; public static bool GetLoginStatus()