mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
图形验证码
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package xyz.playedu.api.service;
|
||||
|
||||
import xyz.playedu.api.types.ImageCaptchaResult;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface ImageCaptchaService {
|
||||
|
||||
ImageCaptchaResult generate() throws IOException;
|
||||
|
||||
boolean verify(String key, String code);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user