...
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Service">
|
||||
<HintPath>..\..\..\LocalGit\TaxPayerTools\Service\bin\Debug\Service.dll</HintPath>
|
||||
<HintPath>..\..\Dlls\Service.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -29,10 +29,18 @@ namespace Back.Controllers
|
||||
return BadRequest(resultValidationmodel.Errors.Select(s => s.ErrorMessage).ToList());
|
||||
|
||||
return Ok(new VerificationCodeDto {
|
||||
ID = ID,
|
||||
Code="",
|
||||
prm= _getVerificationValidation.verificationCode.prm,
|
||||
Type= _getVerificationValidation.verificationCode.Type,
|
||||
val= _getVerificationValidation.verificationCode.val
|
||||
});
|
||||
});;
|
||||
}
|
||||
[HttpPost("Submit")]
|
||||
[AllowAnonymous]
|
||||
public async Task<ActionResult<bool>> Submit(VerificationCodeDto item)
|
||||
{
|
||||
return Ok(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user