feat: 新增验证

This commit is contained in:
chenchun
2024-10-21 10:39:16 +08:00
parent d55545849a
commit 453d95a460
2 changed files with 11 additions and 4 deletions

View File

@@ -3,5 +3,9 @@
public class PhoneCaptchaImageDto
{
public string Phone { get; set; }
public string? Uuid { get; set; }
public string? Code { get; set; }
}
}