chore: 🔨 资源文件拆分 (#73)

This commit is contained in:
2023-12-13 12:01:45 +08:00
committed by GitHub
parent 3e6b8e6c35
commit fe41974ed6
14 changed files with 190 additions and 413 deletions

View File

@@ -28,6 +28,6 @@ public sealed class EmailCodeSender(ILogger<EmailCodeSender> logger) : IEventSub
Status = VerifyCodeStatues.Sent
})
.ConfigureAwait(false);
logger.Info($"{nameof(IVerifyCodeService)}.{nameof(IVerifyCodeService.UpdateAsync)} {Ln.已完成}");
logger.Info($"{nameof(IVerifyCodeService)}.{nameof(IVerifyCodeService.UpdateAsync)} {Ln.已处理完毕}");
}
}