失效退出登录

This commit is contained in:
2026-01-29 16:06:03 +08:00
parent cbecd88a3a
commit 742722544c

View File

@@ -78,7 +78,7 @@ class BaseCom extends Controller
if (empty($token)) {
// 3. Token为空拒绝访问
return V(0, 'Token不能为空');
return V(301, 'Token不能为空');
}
// 4. 核心验证检查Token是否有效