fix service register type for geetest

This commit is contained in:
Lightczx
2023-11-17 13:06:49 +08:00
parent b13ec8c12a
commit ef09c87835

View File

@@ -7,7 +7,7 @@ using Snap.Hutao.Web.Hutao.Geetest;
namespace Snap.Hutao.Web.Hoyolab.Takumi.GameRecord.Verification;
[ConstructorGenerated]
[Injection(InjectAs.Transient, Key = GeetestCardVerifierType.Custom)]
[Injection(InjectAs.Transient, typeof(IGeetestCardVerifier), Key = GeetestCardVerifierType.Custom)]
internal sealed partial class HomaGeetestCardVerifier : IGeetestCardVerifier
{
private readonly CardClient cardClient;