删除废弃的dicom 路径帮助类

This commit is contained in:
2022-06-01 17:18:40 +08:00
parent 9dc4d13d6e
commit e63c235f8a
10 changed files with 5 additions and 1152 deletions
@@ -57,7 +57,6 @@ namespace IRaCIS.Core.Application.Contracts
[AllowAnonymous]
public async Task<IResponseOutput> SendVerifyCode(SiteSurveySendVerifyCode userInfo)
{
var verificationType = VerifyType.Email;
//检查手机或者邮箱是否有效
if (!Regex.IsMatch(userInfo.Email, @"^[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$"))
{