From 000ec1e8f616586358149b1da14a36f63f6dc604 Mon Sep 17 00:00:00 2001 From: liushijie <lslola@126.com> Date: 星期三, 19 三月 2025 10:10:59 +0800 Subject: [PATCH] 增加渠道佣金 --- LifePayment/LifePayment.Application/User/AccountService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application/User/AccountService.cs b/LifePayment/LifePayment.Application/User/AccountService.cs index 3f8cd2e..96b3ae8 100644 --- a/LifePayment/LifePayment.Application/User/AccountService.cs +++ b/LifePayment/LifePayment.Application/User/AccountService.cs @@ -33,6 +33,7 @@ IWxManager wxManager, IConfiguration configuration, IIdentityModelAuthenticationService authenticator, + IRepository<User, Guid> userRepository, IIdentityUserAppService identityUserService, IRepository<LifePayUser, Guid> lifePayUserRepository) { @@ -41,6 +42,7 @@ _identityUserService = identityUserService; _lifePayUserRepository = lifePayUserRepository; _authenticator = authenticator; + _userRepository = userRepository; } #region 鏌ヨ -- Gitblit v1.9.1