mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-20 10:35:38 +08:00
图形验证码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package xyz.playedu.api.middleware;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target({ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ImageCaptchaCheckMiddleware {
|
||||
}
|
||||
Reference in New Issue
Block a user