GlobalAward接口token验证,id更换为uuid
This commit is contained in:
@@ -18,6 +18,8 @@ public interface GlobalAwardService {
|
||||
void checkEmail(String email);
|
||||
|
||||
CheckOTPVO checkCode(String email, String otp);
|
||||
|
||||
void checkSecurityToken(String email, String securityToken);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user