Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update api salt to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed May 14, 2021
1 parent 565421d commit 1ca3bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Core/GenshinAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace GenshinPlayerQuery.Core
{
internal static class GenshinApi
{
private const string API_SALT = "14bmu1mz0yuljprsfgpvjh3ju2ni468r"; // @Azure99
private const string API_APP_VERSION = "2.7.0";
private const string API_SALT = "rk4xg2hakoi26nljpr099fv9fck1ah10"; // @Azure99
private const string API_APP_VERSION = "2.8.0";
private const string API_CLIENT_TYPE = "5";

public static bool GetLoginStatus()
Expand Down
2 changes: 1 addition & 1 deletion src/Core/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace GenshinPlayerQuery.Core
{
internal static class UpdateChecker
{
private const int NOW_VERSION = 10;
private const int NOW_VERSION = 11;
private const string VERSION_URL = "https://www.rainng.com/ser/soft/genshin-player-query/version";
private const string RELEASE_PAGE_URL = "https://github.com/Azure99/GenshinPlayerQuery/releases/";

Expand Down

0 comments on commit 1ca3bcd

Please sign in to comment.