From d4d213806b168d9a823a28921ef303ae9ca63e32 Mon Sep 17 00:00:00 2001 From: "Mr.zhang" Date: Wed, 29 Nov 2023 22:11:01 +0800 Subject: [PATCH] Update not-login-scene.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联token过期相关资料 --- sa-token-doc/fun/not-login-scene.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa-token-doc/fun/not-login-scene.md b/sa-token-doc/fun/not-login-scene.md index dca95679..dae767a7 100644 --- a/sa-token-doc/fun/not-login-scene.md +++ b/sa-token-doc/fun/not-login-scene.md @@ -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 已被冻结 |