guyue
2025-08-15 7c1335ff559c08bbcef479bd2b01a08a1f4e55f2
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);
}