上传bug

This commit is contained in:
2022-04-19 15:39:49 +08:00
parent bfc0fd4203
commit 65449a9868
11 changed files with 631 additions and 681 deletions
@@ -190,8 +190,11 @@ namespace IRaCIS.Core.Application.Contracts
public class SiteSurveySendVerifyCode
{
public VerifyType verificationType { get; set; }
public string EmailOrPhone { get; set; } = string.Empty;
//public VerifyType verificationType { get; set; }
public string Email { get; set; } = string.Empty;
[NotDefault]
public Guid TrialId { get; set; }
}