邮件模板修改提交
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-05 10:08:33 +08:00
parent 9a52e30172
commit 0a4f00e63d
12 changed files with 49 additions and 13 deletions
@@ -16,7 +16,7 @@ namespace IRaCIS.Core.Application.Service
Task<IResponseOutput> SendMFAEmail(SendMfaCommand sendMfa);
Task<UserBasicInfo> GetUserBasicInfo(Guid userId, string pwd);
Task<IResponseOutput> ModifyPassword(EditPasswordCommand editPwModel);
Task<IResponseOutput> ResetPassword(Guid userId);
Task<IResponseOutput> ResetPassword(AdminResetUserPwdCommand inCommand);
Task<IResponseOutput> UpdateUser(UserCommand model);
//Task<IResponseOutput> UpdateUserState(Guid userId, UserStateEnum state);