diff --git a/src/main/java/com/muyu/auth/domian/TokenResp.java b/src/main/java/com/muyu/auth/domian/TokenResp.java index e2c1e43..47e0540 100644 --- a/src/main/java/com/muyu/auth/domian/TokenResp.java +++ b/src/main/java/com/muyu/auth/domian/TokenResp.java @@ -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;