mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-20 10:35:38 +08:00
完成登录校验
This commit is contained in:
@@ -2,6 +2,7 @@ package xyz.playedu.api.middleware;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Documented
|
||||
@Target({ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ImageCaptchaCheckMiddleware {
|
||||
|
||||
Reference in New Issue
Block a user