package com.linghu.service; import com.linghu.model.common.ResponseResult; import com.linghu.model.dto.TokenRequest; public interface AuthService { ResponseResult parseTokenAuth(TokenRequest tokenRequest); }