优化文档

This commit is contained in:
click33
2024-04-05 03:18:44 +08:00
parent 4069dbc1f3
commit b47ef019aa
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
|--- |--- |--- |
| -1 | NotLoginException.NOT_TOKEN | 未能从请求中读取到有效 token |
| -2 | NotLoginException.INVALID_TOKEN | 已读取到 token但是 token 无效 |
| -3 | NotLoginException.TOKEN_TIMEOUT | 已读取到 token但是 token 已经过期 (tips[Token有效期详解](/fun/token-timeout)) |
| -3 | NotLoginException.TOKEN_TIMEOUT | 已读取到 token但是 token 已经过期 ([](/fun/token-timeout)) |
| -4 | NotLoginException.BE_REPLACED | 已读取到 token但是 token 已被顶下线 |
| -5 | NotLoginException.KICK_OUT | 已读取到 token但是 token 已被踢下线 |
| -6 | NotLoginException.TOKEN_FREEZE | 已读取到 token但是 token 已被冻结 |

View File

@@ -311,8 +311,9 @@ public class SsoUserServerController {
<details>
<summary>还有其它问题?</summary>
<p>
可以加群反馈一下,比较典型的问题我们解决之后都会提交到此页面方便大家快速排查
</p>
</details>