Merge pull request #552 from zhanglolo/patch-1

Update not-login-scene.md
This commit is contained in:
click33 2024-04-05 03:16:13 +08:00 committed by GitHub
commit be161174aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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