TASK:Global Award邮箱验证

This commit is contained in:
2026-01-21 14:13:33 +08:00
parent d7edc166b3
commit 64cc29f456
3 changed files with 35 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ public interface GlobalAwardService {
void checkEmail(String email);
CheckOTPVO checkOTP(String email, String otp);
CheckOTPVO checkCode(String email, String otp);
}