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.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Aug 10, 2021
1 parent ccb3e02 commit d3be9a0
Showing 1 changed file with 2 additions and 2 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 = "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()
Expand Down

0 comments on commit d3be9a0

Please sign in to comment.