大写
This commit is contained in:
@@ -64,11 +64,11 @@ public interface AuthService {
|
||||
/**
|
||||
* @description 简单校验 token 是否有效(用于快速判断是否已登录)
|
||||
* @param token 鉴权 token
|
||||
* @return ResultDomain<Boolean> true 表示有效/已登录,false 表示无效/未登录
|
||||
* @return ResultDomain<BOOLEAN> true 表示有效/已登录,false 表示无效/未登录
|
||||
* @author yslg
|
||||
* @since 2025-11-03
|
||||
*/
|
||||
ResultDomain<Boolean> isTokenValid(String token);
|
||||
ResultDomain<BOOLEAN> isTokenValid(String token);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user