mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-08-29 10:04:45 +08:00
U 修改资源读取和存储模块
升级版本为1.2
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package cloud.tianai.captcha.template.slider;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author: 天爱有情
|
||||
* @date 2021/8/7 15:15
|
||||
* @Description 资源对象
|
||||
*/
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class Resource {
|
||||
/** 类型. */
|
||||
private String type;
|
||||
/** 数据,传输给 {@link ResourceProvider} 的参数 */
|
||||
public String data;
|
||||
}
|
||||
Reference in New Issue
Block a user