chore: 移除对部分 API 重复的权限校验

This commit is contained in:
2024-04-29 21:27:30 +08:00
parent 9a1a472ec9
commit 53eaef9fbd
5 changed files with 4 additions and 11 deletions

View File

@@ -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;
}