mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix service register type for geetest
This commit is contained in:
@@ -7,7 +7,7 @@ using Snap.Hutao.Web.Hutao.Geetest;
|
|||||||
namespace Snap.Hutao.Web.Hoyolab.Takumi.GameRecord.Verification;
|
namespace Snap.Hutao.Web.Hoyolab.Takumi.GameRecord.Verification;
|
||||||
|
|
||||||
[ConstructorGenerated]
|
[ConstructorGenerated]
|
||||||
[Injection(InjectAs.Transient, Key = GeetestCardVerifierType.Custom)]
|
[Injection(InjectAs.Transient, typeof(IGeetestCardVerifier), Key = GeetestCardVerifierType.Custom)]
|
||||||
internal sealed partial class HomaGeetestCardVerifier : IGeetestCardVerifier
|
internal sealed partial class HomaGeetestCardVerifier : IGeetestCardVerifier
|
||||||
{
|
{
|
||||||
private readonly CardClient cardClient;
|
private readonly CardClient cardClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user