修改父类版本为3.6.4

master
zhang chengzhi 2024-08-07 21:44:36 +08:00
parent 1dda7614af
commit 4cc33ac56d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class TokenResp {
@Schema(
title = "token令牌",
type = "String",
// defaultValue = "eyj0e.eyj1dlLTj9.Pk5KS_Uh2n",
defaultValue = "eyj0e.eyj1dlLTj9.Pk5KS_Uh2n",
description = "JWT令牌,包含头,载体,尾"
)
private String accessToken;