feat: 优化验证码超时显示效果,超时后显示已过期请刷新

This commit is contained in:
kils
2024-04-29 17:18:10 +08:00
committed by Charles7c
parent 23a0baf427
commit 4c6a7fb91a
3 changed files with 9 additions and 3 deletions

View File

@@ -48,4 +48,7 @@ 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;
}