guyue
2025-08-12 ff1fec7eae681e89e607fd441d2597ab67b5ed2a
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);
}