公告板
版本库
活动
搜索
登录
java
/
linghu_GEO_system
灵狐GEO系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
采集中状态修改提前,统计数据合并
guyue
2025-09-03
dd028e18a12ad9ae7c43ed09b15ddd6bde1a43e9
[java/linghu_GEO_system.git]
/
src
/
main
/
java
/
com
/
linghu
/
service
/
AuthService.java
1
2
3
4
5
6
7
8
package com.linghu.service;
import com.linghu.model.common.ResponseResult;
import com.linghu.model.dto.TokenRequest;
public interface AuthService {
ResponseResult<?> parseTokenAuth(TokenRequest tokenRequest);
}