This commit is contained in:
2023-04-07 18:12:17 +08:00
parent b5fc28bc18
commit 9dcd9c900a
2 changed files with 5 additions and 2 deletions
@@ -152,6 +152,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <returns></returns>
/// <exception cref="BusinessValidationFailedException"></exception>
[HttpPost]
[UnitOfWork]
[AllowAnonymous]
[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
public async Task<IResponseOutput> VerifySendCode(LoginDto userInfo, [FromServices] ITokenService _tokenService)