mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Typo fix
This commit is contained in:
@@ -9,4 +9,4 @@ namespace Snap.Hutao.Web.Hoyolab.Takumi.Event.BbsSignReward;
|
||||
[Injection(InjectAs.Transient, typeof(IOverseaSupportFactory<ISignInClient>))]
|
||||
internal sealed partial class SignInClientFactory : OverseaSupportFactory<ISignInClient, SignInClient, SignInClientOversea>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ internal sealed partial class SignInClientOversea : ISignInClient
|
||||
resp = await httpClient
|
||||
.SetUser(userAndUid.User, CookieType.CookieToken)
|
||||
.SetXrpcChallenge(challenge, validate)
|
||||
.TryCatchPostAsJsonAsync<SignInData, Response<SignInResult>>(ApiEndpoints.SignInRewardSign, new(userAndUid.Uid, true), options, logger, token)
|
||||
.TryCatchPostAsJsonAsync<SignInData, Response<SignInResult>>(ApiOsEndpoints.SignInRewardSign, new(userAndUid.Uid, true), options, logger, token)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
else
|
||||
|
||||
@@ -12,7 +12,7 @@ internal sealed class SignInData
|
||||
/// 构造一个新的签到提交数据
|
||||
/// </summary>
|
||||
/// <param name="uid">uid</param>
|
||||
/// <param name="activityId">ActId</param>
|
||||
/// <param name="isOversea">是否为国际服,用于选择ActivityId</param>
|
||||
[SuppressMessage("", "SH002")]
|
||||
public SignInData(PlayerUid uid, bool isOversea)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user