mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Removed some unused endpoints
This commit is contained in:
@@ -41,7 +41,7 @@ internal sealed class HoyolabOptions : IOptions<HoyolabOptions>
|
||||
/// <summary>
|
||||
/// Hoyolab Rpc 版本
|
||||
/// </summary>
|
||||
public const string XrpcVersionOversea = "2.30.1";
|
||||
public const string XrpcVersionOversea = "2.31.0";
|
||||
|
||||
// https://github.com/UIGF-org/Hoyolab.Salt
|
||||
private static readonly ImmutableDictionary<SaltType, string> SaltsInner = new Dictionary<SaltType, string>()
|
||||
|
||||
@@ -87,7 +87,7 @@ internal static class ApiOsEndpoints
|
||||
|
||||
#endregion
|
||||
|
||||
#region ApiOsTaKumiApi
|
||||
#region ApiOsTaKumiBindingApi
|
||||
|
||||
/// <summary>
|
||||
/// 用户游戏角色
|
||||
@@ -258,13 +258,10 @@ internal static class ApiOsEndpoints
|
||||
private const string ApiOsTakumi = "https://api-os-takumi.hoyoverse.com";
|
||||
private const string ApiOsTakumiBindingApi = $"{ApiOsTakumi}/binding/api";
|
||||
|
||||
// private const string ApiAccountOs = "https://api-account-os.hoyolab.com";
|
||||
private const string ApiAccountOs = "https://api-account-os.hoyoverse.com";
|
||||
private const string ApiAccountOsBindingApi = $"{ApiAccountOs}/binding/api";
|
||||
private const string ApiAccountOsAuthApi = $"{ApiAccountOs}/account/auth/api";
|
||||
|
||||
// private const string BbsApiOs = "https://bbs-api-os.hoyolab.com";
|
||||
// private const string BbsApiOsGameRecordApi = $"{BbsApiOs}/game_record/genshin/api";
|
||||
private const string BbsApiOs = "https://bbs-api-os.hoyoverse.com";
|
||||
private const string BbsApiOsGameRecordAppApi = $"{BbsApiOs}/game_record/app/genshin/api";
|
||||
|
||||
@@ -274,7 +271,7 @@ internal static class ApiOsEndpoints
|
||||
private const string SdkOsStatic = "https://sdk-os-static.mihoyo.com";
|
||||
private const string SdkOsStaticLauncherApi = $"{SdkOsStatic}/hk4e_global/mdk/launcher/api";
|
||||
|
||||
private const string SgPublicApi = "https://sg-public-api.hoyolab.com";
|
||||
private const string SgPublicApi = "https://sg-public-api.hoyoverse.com";
|
||||
|
||||
private const string WebApiOs = "https://webapi-os.account.hoyoverse.com";
|
||||
private const string WebApiOsAccountApi = $"{WebApiOs}/Api";
|
||||
|
||||
Reference in New Issue
Block a user