Skip to content

Commit

Permalink
remove doc code
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed May 21, 2024
1 parent b8cd6c5 commit b10969e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 211 deletions.

This file was deleted.

11 changes: 0 additions & 11 deletions src/LinCms.Application.Contracts/Base/Docs/DocDto.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/LinCms.Application.Contracts/Base/Docs/IDocService.cs

This file was deleted.

13 changes: 0 additions & 13 deletions src/LinCms.Application/Base/Docs/DocProfile.cs

This file was deleted.

50 changes: 0 additions & 50 deletions src/LinCms.Application/Base/Docs/DocService.cs

This file was deleted.

13 changes: 9 additions & 4 deletions src/LinCms.Application/Cms/Account/AccountContracts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@ public class AccountContracts
/// 注册返回的uuid值
/// </summary>
public static string SendEmailCode_EmailCode = "AccountService.SendEmailCode.EmailCode.{0}";

/// <summary>
/// 注册时缓存的邮件验证码
/// </summary>
public static string SendEmailCode_VerificationCode = "AccountService.SendEmailCode.VerificationCode.{0}";

/// <summary>
/// 重置密码时邮件验证码
/// </summary>
public static string SendPasswordResetCode_VerificationCode = "AccountService.SendPasswordResetCode.VerificationCode.{0}";

public static string SendPasswordResetCode_VerificationCode_Count = "AccountService.SendPasswordResetCode.VerificationCode.{0}.Count";
public static string SendPasswordResetCode_VerificationCode =
"AccountService.SendPasswordResetCode.VerificationCode.{0}";

/// <summary>
/// 重置密码验证码可使用次数
/// </summary>
public static string SendPasswordResetCode_VerificationCode_Count =
"AccountService.SendPasswordResetCode.VerificationCode.{0}.Count";
}
24 changes: 0 additions & 24 deletions src/LinCms.Core/Entities/Base/Doc.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/LinCms.Core/LinCms.Core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions src/LinCms.Web/Controllers/Base/DocController.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/LinCms.Web/Controllers/Cms/AccountController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public AccountController(IComponentContext componentContext, IConfiguration conf


/// <summary>
/// 生成无状态的登录验证码
/// 生成无状态的图片验证码
/// </summary>
/// <returns></returns>
[AllowAnonymous]
Expand Down
12 changes: 1 addition & 11 deletions src/LinCms.Web/LinCms.Web.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b10969e

Please sign in to comment.