guyue
2025-09-05 c9ab412c787f478d7689bb5c0aaad7478887a1b7
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);
}