mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
jwt-token的发行
This commit is contained in:
@@ -2,7 +2,7 @@ package xyz.playedu.api.request;
|
||||
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
import xyz.playedu.api.types.ImageCaptchaRequestInterface;
|
||||
import xyz.playedu.api.request.types.ImageCaptchaRequestInterface;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package xyz.playedu.api.request.types;
|
||||
|
||||
public interface ImageCaptchaRequestInterface {
|
||||
|
||||
String getCaptchaValue();
|
||||
|
||||
String getCaptchaKey();
|
||||
}
|
||||
Reference in New Issue
Block a user