Skip to content

Commit b10969e

Browse files
committed
remove doc code
1 parent b8cd6c5 commit b10969e

File tree

11 files changed

+11
-211
lines changed

11 files changed

+11
-211
lines changed

src/LinCms.Application.Contracts/Base/Docs/CreateUpdateDocDto.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/LinCms.Application.Contracts/Base/Docs/DocDto.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/LinCms.Application.Contracts/Base/Docs/IDocService.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/LinCms.Application/Base/Docs/DocProfile.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/LinCms.Application/Base/Docs/DocService.cs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/LinCms.Application/Cms/Account/AccountContracts.cs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ public class AccountContracts
66
/// 注册返回的uuid值
77
/// </summary>
88
public static string SendEmailCode_EmailCode = "AccountService.SendEmailCode.EmailCode.{0}";
9+
910
/// <summary>
1011
/// 注册时缓存的邮件验证码
1112
/// </summary>
1213
public static string SendEmailCode_VerificationCode = "AccountService.SendEmailCode.VerificationCode.{0}";
13-
14+
1415
/// <summary>
1516
/// 重置密码时邮件验证码
1617
/// </summary>
17-
public static string SendPasswordResetCode_VerificationCode = "AccountService.SendPasswordResetCode.VerificationCode.{0}";
18-
19-
public static string SendPasswordResetCode_VerificationCode_Count = "AccountService.SendPasswordResetCode.VerificationCode.{0}.Count";
18+
public static string SendPasswordResetCode_VerificationCode =
19+
"AccountService.SendPasswordResetCode.VerificationCode.{0}";
2020

21+
/// <summary>
22+
/// 重置密码验证码可使用次数
23+
/// </summary>
24+
public static string SendPasswordResetCode_VerificationCode_Count =
25+
"AccountService.SendPasswordResetCode.VerificationCode.{0}.Count";
2126
}

src/LinCms.Core/Entities/Base/Doc.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/LinCms.Core/LinCms.Core.xml

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LinCms.Web/Controllers/Base/DocController.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/LinCms.Web/Controllers/Cms/AccountController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public AccountController(IComponentContext componentContext, IConfiguration conf
5050

5151

5252
/// <summary>
53-
/// 生成无状态的登录验证码
53+
/// 生成无状态的图片验证码
5454
/// </summary>
5555
/// <returns></returns>
5656
[AllowAnonymous]

0 commit comments

Comments
 (0)