mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 20:57:14 +08:00
chore: 移除对部分 API 重复的权限校验
This commit is contained in:
@@ -49,6 +49,9 @@ public class CaptchaResp implements Serializable {
|
||||
@Schema(description = "验证码图片(Base64编码,带图片格式:data:image/gif;base64)", example = "data:image/png;base64,iVBORw0KGgoAAAAN...")
|
||||
private String img;
|
||||
|
||||
/**
|
||||
* 过期时间戳
|
||||
*/
|
||||
@Schema(description = "过期时间戳", example = "1714376969409")
|
||||
private Long expireTime;
|
||||
}
|
||||
|
Reference in New Issue
Block a user