huliguo
2025-08-08 749570394745ae95ee65605eadb42800f42fa20a
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);
}