公告板
版本库
活动
搜索
登录
java
/
linghu_GEO_system
灵狐GEO系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
规范
huliguo
2025-08-08
749570394745ae95ee65605eadb42800f42fa20a
[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);
}