修改父类版本为3.6.4
parent
1dda7614af
commit
4cc33ac56d
|
@ -28,7 +28,7 @@ public class TokenResp {
|
||||||
@Schema(
|
@Schema(
|
||||||
title = "token令牌",
|
title = "token令牌",
|
||||||
type = "String",
|
type = "String",
|
||||||
// defaultValue = "eyj0e.eyj1dlLTj9.Pk5KS_Uh2n",
|
defaultValue = "eyj0e.eyj1dlLTj9.Pk5KS_Uh2n",
|
||||||
description = "JWT令牌,包含头,载体,尾"
|
description = "JWT令牌,包含头,载体,尾"
|
||||||
)
|
)
|
||||||
private String accessToken;
|
private String accessToken;
|
||||||
|
|
Loading…
Reference in New Issue