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

Commit d3be9a0

Browse files
committed
Update api salt to 2.10.1
1 parent ccb3e02 commit d3be9a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/GenshinAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace GenshinPlayerQuery.Core
1111
{
1212
internal static class GenshinApi
1313
{
14-
private const string API_SALT = "w5k9n3aqhoaovgw25l373ee18nsazydo"; // @Azure99
15-
private const string API_APP_VERSION = "2.9.0";
14+
private const string API_SALT = "4a8knnbk5pbjqsrudp3dq484m9axoc5g"; // @Azure99
15+
private const string API_APP_VERSION = "2.10.1";
1616
private const string API_CLIENT_TYPE = "5";
1717

1818
public static bool GetLoginStatus()

0 commit comments

Comments
 (0)